物品脚本 (Script)
.@a = (readparam(bVit)/10);
.@b = (readparam(bLuk)/10);
bonus bMatk,((3*.@a)+(3*.@b));
bonus bDef,10*.@a;
bonus bAspdRate,.@b;
if (readparam(bVit)>=125) {
bonus bMatk,50;
bonus bDef,50;
}
if (readparam(bLuk)>=125) {
bonus bMatk,50;
bonus bAspdRate,5;
}