diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 14:46:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 14:46:52 -0300 |
commit | 7aa01f70e69147f212980a9a9aab70b4a6b9d7be (patch) | |
tree | ad9877ada62b341d05d3e85b15259c9fac1077ae /db | |
parent | d225ececc12c224f8aa38b38588932e050bf5afd (diff) | |
download | serverdata-7aa01f70e69147f212980a9a9aab70b4a6b9d7be.tar.gz serverdata-7aa01f70e69147f212980a9a9aab70b4a6b9d7be.tar.bz2 serverdata-7aa01f70e69147f212980a9a9aab70b4a6b9d7be.tar.xz serverdata-7aa01f70e69147f212980a9a9aab70b4a6b9d7be.zip |
Fix some stats
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d82244ee3..e4c401af6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7640,13 +7640,13 @@ item_db: ( Type: "IT_ARMOR" Buy: 2 Sell: 1 - Weight: 1 + Weight: 900 Def: 15 Loc: "EQP_SHOES" - EquipLv: 60 + EquipLv: 70 Refine: false Script: <" - bonus bMaxHP,30; + bonus bMaxHP,-30; bonus bSpeedAddRate,7; // 7 means a moving speed increase of 10(.5) "> }, @@ -7692,7 +7692,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 2 Sell: 1 - Weight: 1 + Weight: 32 Def: 30 Loc: "EQP_SHOES" EquipLv: 106 @@ -7700,6 +7700,8 @@ item_db: ( Script: <" bonus bMaxHP,85; bonus bDef2, 10; + bonus bSpeedAddRate, 6; + bonus bMdef, 4; "> }, { |