diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-01 16:10:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-01 16:10:26 -0300 |
commit | 4cfef7cb61c205cf3e789909ce194024d8db3eaf (patch) | |
tree | 706d8b79b5b9f6292e765c43505b2f096277b6f4 /db | |
parent | 00cb5a10f3b08e05edb4948e1f3e93ce01c9b7db (diff) | |
download | serverdata-4cfef7cb61c205cf3e789909ce194024d8db3eaf.tar.gz serverdata-4cfef7cb61c205cf3e789909ce194024d8db3eaf.tar.bz2 serverdata-4cfef7cb61c205cf3e789909ce194024d8db3eaf.tar.xz serverdata-4cfef7cb61c205cf3e789909ce194024d8db3eaf.zip |
Small first-aid patch
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 49a553979..98df61002 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14150,7 +14150,7 @@ item_db: ( //bonus bAttack2,-100; bonus bMaxSP,10; addtoskill(TMW2_MPREGEN, 5, 2); - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14190,7 +14190,7 @@ item_db: ( bonus bMaxSP,20; addtoskill(TMW2_MPREGEN, 4, 2); bonus bMaxHPrate, -8; - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14230,7 +14230,7 @@ item_db: ( bonus bMaxSP,30; addtoskill(TMW2_MPREGEN, 3, 2); bonus bMaxHPrate, -12; - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14270,7 +14270,7 @@ item_db: ( bonus bMaxSP,40; addtoskill(TMW2_MPREGEN, 2, 2); bonus bMaxHPrate, -16; - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14310,7 +14310,7 @@ item_db: ( bonus bMaxSP,50; addtoskill(TMW2_MPREGEN, 1, 2); bonus bMaxHPrate, -20; - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14350,7 +14350,7 @@ item_db: ( bonus bMaxSP,25; addtoskill(TMW2_MPREGEN, 4, 2); bonus bMaxHPrate, -5; - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14829,7 +14829,7 @@ item_db: ( bonus bMatk,BaseLevel*6; bonus bMaxSP,BaseLevel/2; addtoskill(TMW2_MPREGEN, max(1, 7-BaseLevel/20), 2); - bonus bDef,-32767; + bonus bDef,-327; //bonus bDef,-32767; skill TMW2_OVERLOAD, getrefine(); "> }, |