diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b4af3ed74..2c10f3995 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9794,12 +9794,13 @@ item_db: ( bonus bAtkEle,Ele_Holy; if (strcharinfo(0) != "Jesus Saves" && BaseLevel < 255) { + bonus bNoRegen,1; bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2)); bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2)); } if (strcharinfo(2) == "Monster King") { - bonus bNoRegen,1; bonus2 bSubEle,Ele_Holy,-40; + bonus bNoRegen,2; } "> }, |