物品脚本 (Script)
bonus bDef,100;
bonus bRes,50;
.@r = getrefine();
if (getrefine() < 12) {
bonus bMaxHPrate,-30;
bonus bAtkRate,-10;
bonus bMatkRate,-10;
}
else {
bonus bMaxHPrate,30;
bonus bAtkRate,10;
bonus bMatkRate,10;
}
if (getequiparmorlv() == 2) {
bonus bRes,50;
}