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