物品脚本 (Script)
.@r = getrefine();
.@def = -50;
.@mdef = -10;
bonus3 bAutoSpell,"WZ_FROSTNOVA",5,100;
if (.@r >= 7) {
.@crit = 30;
.@mdef += 10;
if (.@r >= 10) {
bonus bAspd,1;
.@crit += 20;
.@def += 50;
}
bonus bCritical,.@crit;
}
bonus bDef,.@def;
bonus bMdef,.@mdef;