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