.@r = getequiprefinerycnt(EQI_SHADOW_WEAPON) + getequiprefinerycnt(EQI_SHADOW_ACC_R) + getequiprefinerycnt(EQI_SHADOW_ACC_L);
.@rate = 10 + 10*(.@r/15);
if (.@r >= 25) {
.@sp = 30;
}
else {
.@sp = 10;
}
autobonus "{ bonus2 bSPRegenRate,"+.@sp+",1000; }",.@rate,5000,BF_MAGIC;
|