物品脚本 (Script)
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5+2*(.@r/3);
bonus bCRate,(.@r/3);
if (.@r>=7) {
bonus bCritical,3;
bonus bAspd,1;
if (.@r>=9) {
bonus bCritAtkRate,5;
bonus bAspdRate,8;
if (.@r>=10) {
bonus bCritAtkRate,3;
bonus bCRate,3;
}
}
}