物品脚本 (Script)
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,8;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
if (.@r>=9) {
bonus bPAtk,3;
if (.@r>=10) {
bonus bAspdRate,7;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bPow,2;
bonus bCon,2;
}
}