物品脚本 (Script)
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bAtkRate,5;
if (.@r>=9) {
bonus bFixedCast,-300;
bonus bCritAtkRate,5;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus bLongAtkRate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g >= ENCHANTGRADE_C) {
bonus bFixedCast,-300;
if (.@g >= ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bAtkRate,2;
if (.@g >= ENCHANTGRADE_A) {
bonus bCRate,1;
}
}
}
}