diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-04-06 06:52:08 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-04-06 06:52:08 +0000 |
commit | 69bdbf68a37c9e819a785399ca40e41488625b54 (patch) | |
tree | fc4864dcd20eb7c0a3177975b03a60c00363751f /db/re/item_db.conf | |
parent | a5d79e0f46bf997a7ef9fe75fb65f0865e421a2d (diff) | |
download | serverdata-69bdbf68a37c9e819a785399ca40e41488625b54.tar.gz serverdata-69bdbf68a37c9e819a785399ca40e41488625b54.tar.bz2 serverdata-69bdbf68a37c9e819a785399ca40e41488625b54.tar.xz serverdata-69bdbf68a37c9e819a785399ca40e41488625b54.zip |
Adjust ingame weapon weight
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a7e57e9c8..c4cd96d48 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9849,7 +9849,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 200 Sell: 90 - Weight: 6 + Weight: 120 Atk: 50 Matk: 0 Def: 0 @@ -9960,7 +9960,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 2580 Sell: 250 - Weight: 50 + Weight: 130 Atk: 75 Matk: 0 Def: 0 @@ -9983,7 +9983,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 90 Sell: 25 - Weight: 6 + Weight: 50 Atk: 25 Matk: 0 Def: 0 @@ -10075,7 +10075,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 90 Sell: 25 - Weight: 6 + Weight: 70 Atk: 35 Matk: 0 Def: 0 |