diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 22:30:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 22:30:56 -0300 |
commit | e6daabfe8687f6713f8c94591e6758d6b7d04df0 (patch) | |
tree | d6f099885aba46b94d2ffebc50f4533eabcab007 /db/re/item_db.conf | |
parent | 311a3d0f8c7709e12a7cf5fab4bb64952c0847ce (diff) | |
download | serverdata-e6daabfe8687f6713f8c94591e6758d6b7d04df0.tar.gz serverdata-e6daabfe8687f6713f8c94591e6758d6b7d04df0.tar.bz2 serverdata-e6daabfe8687f6713f8c94591e6758d6b7d04df0.tar.xz serverdata-e6daabfe8687f6713f8c94591e6758d6b7d04df0.zip |
Wands no longer give passive MP regeneration. Only equipment does so.
Instead, wands will allow you to use a skill to convert 20% of HP to MP.
The ratio is 6:1 (as opposed to official ratio, something close to 4:1)
Diffstat (limited to 'db/re/item_db.conf')
-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 4a753cbab..a98a63f4e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13528,7 +13528,7 @@ item_db: ( Script: <" //bonus bAttack2,-100; bonus bMaxSP,10; - bonus bSPrecovRate,11; + skill TMW2_MPREGEN, 1; bonus bDef,-32767; "> }, @@ -13566,7 +13566,7 @@ item_db: ( Script: <" //bonus bAttack2,-150; bonus bMaxSP,20; - bonus bSPrecovRate,12; + skill TMW2_MPREGEN, 1; bonus bMaxHPrate, -8; bonus bDef,-32767; "> @@ -13605,7 +13605,7 @@ item_db: ( Script: <" //bonus bAttack2,-200; bonus bMaxSP,30; - bonus bSPrecovRate,13; + skill TMW2_MPREGEN, 1; bonus bMaxHPrate, -12; bonus bDef,-32767; "> @@ -13644,7 +13644,7 @@ item_db: ( Script: <" //bonus bAttack2,-250; bonus bMaxSP,40; - bonus bSPrecovRate,14; + skill TMW2_MPREGEN, 1; bonus bMaxHPrate, -16; bonus bDef,-32767; "> @@ -13683,7 +13683,7 @@ item_db: ( Script: <" //bonus bAttack2,-300; bonus bMaxSP,50; - bonus bSPrecovRate,15; + skill TMW2_MPREGEN, 1; bonus bMaxHPrate, -20; bonus bDef,-32767; "> @@ -13722,7 +13722,7 @@ item_db: ( Script: <" //bonus bAttack2,-125; bonus bMaxSP,25; - bonus bSPrecovRate,15; + skill TMW2_MPREGEN, 1; bonus bMaxHPrate, -5; bonus bDef,-32767; "> |