物品脚本 (Script)
.@g = getenchantgrade();
.@r = getrefine();
bonus bLongAtkRate,12;
bonus bShortAtkRate,12;
bonus bBaseAtk,60;
if (.@r>=7) {
bonus bAspdRate,12;
if (.@r>=9) {
bonus bVariableCastrate,-12;
bonus bDelayrate,-12;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,4;
bonus bBaseAtk,60;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,3*(.@r/4);
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,(.@r/3);
bonus bCon,(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,16;
if (.@r>=11) {
bonus2 bAddSize,Size_All,16;
}
}
}
}
}