物品脚本 (Script)
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,2;
bonus bCon,2;
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bAtkRate,1;
if (.@g>=ENCHANTGRADE_A) {
bonus bAtkRate,2;
}
}
}
}