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