物品脚本 (Script)
.@r = getrefine();
bonus bVariableCastrate,-10;
if (.@r>=7) {
.@c = 10;
.@t = 3000;
if (.@r>=8) {
.@c = 20;
.@t += 1000;
}
if (.@r>=9) {
.@c = 35;
.@t += 1000;
}
autobonus "{ bonus bVariableCastrate,-100; bonus bDelayrate,-100; }",.@c,.@t,BF_MAGIC;
}