diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-04 10:45:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-04 10:45:08 -0300 |
commit | a5cf64726907113cbe00293962295dad0d0c6fca (patch) | |
tree | c366ee3b4f5ef3619d04a4cb995e07869494b827 | |
parent | 3a097641adc8b36090a40e6cd0420dcca8e83be7 (diff) | |
download | serverdata-a5cf64726907113cbe00293962295dad0d0c6fca.tar.gz serverdata-a5cf64726907113cbe00293962295dad0d0c6fca.tar.bz2 serverdata-a5cf64726907113cbe00293962295dad0d0c6fca.tar.xz serverdata-a5cf64726907113cbe00293962295dad0d0c6fca.zip |
Nerf wands' MP Regen
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3ef84da6e..e2350eefa 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13702,7 +13702,7 @@ item_db: ( Script: <" //bonus bAttack2,-100; bonus bMaxSP,10; - bonus bSPrecovRate,20; + bonus bSPrecovRate,11; bonus bDef,-32767; bonus bDef2,-32767; "> @@ -13742,7 +13742,7 @@ item_db: ( Script: <" //bonus bAttack2,-150; bonus bMaxSP,20; - bonus bSPrecovRate,20; + bonus bSPrecovRate,12; bonus bMaxHPrate, -8; bonus bDef,-32767; bonus bDef2,-32767; @@ -13783,7 +13783,7 @@ item_db: ( Script: <" //bonus bAttack2,-200; bonus bMaxSP,30; - bonus bSPrecovRate,20; + bonus bSPrecovRate,13; bonus bMaxHPrate, -12; bonus bDef,-32767; bonus bDef2,-32767; @@ -13824,7 +13824,7 @@ item_db: ( Script: <" //bonus bAttack2,-250; bonus bMaxSP,40; - bonus bSPrecovRate,20; + bonus bSPrecovRate,14; bonus bMaxHPrate, -16; bonus bDef,-32767; bonus bDef2,-32767; @@ -13865,7 +13865,7 @@ item_db: ( Script: <" //bonus bAttack2,-300; bonus bMaxSP,50; - bonus bSPrecovRate,20; + bonus bSPrecovRate,15; bonus bMaxHPrate, -20; bonus bDef,-32767; bonus bDef2,-32767; @@ -13906,7 +13906,7 @@ item_db: ( Script: <" //bonus bAttack2,-125; bonus bMaxSP,25; - bonus bSPrecovRate,20; + bonus bSPrecovRate,15; bonus bMaxHPrate, -5; bonus bDef,-32767; bonus bDef2,-32767; |