diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-07 16:42:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-07 16:42:06 -0300 |
commit | 75e27c89178f0dbde794b3b81732a5547a2cf0b3 (patch) | |
tree | 1614f7dbd596003d76752c3ef88d7c7f1338ace7 /db/re | |
parent | c6a2871fbf9535d5ffe2126c04c624a807b46cd7 (diff) | |
download | serverdata-75e27c89178f0dbde794b3b81732a5547a2cf0b3.tar.gz serverdata-75e27c89178f0dbde794b3b81732a5547a2cf0b3.tar.bz2 serverdata-75e27c89178f0dbde794b3b81732a5547a2cf0b3.tar.xz serverdata-75e27c89178f0dbde794b3b81732a5547a2cf0b3.zip |
Nerf bullets weight: 8g -> 1g
Gunstaves aren't yet onpar with their competition
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e2af38838..8c26e42bf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14261,7 +14261,7 @@ item_db: ( Type: "IT_AMMO" Buy: 6 Sell: 1 - Weight: 8 + Weight: 1 Atk: 10 Loc: "EQP_AMMO" Subtype: "A_BULLET" @@ -14273,7 +14273,7 @@ item_db: ( Type: "IT_AMMO" Buy: 12 Sell: 2 - Weight: 8 + Weight: 1 Atk: 10 Loc: "EQP_AMMO" Subtype: "A_BULLET" @@ -16237,7 +16237,7 @@ item_db: ( Type: "IT_USABLE" Buy: 120 Sell: 60 - Weight: 80 + Weight: 15 Script: <" getitem Bullet, rand(10, 15); "> @@ -16249,7 +16249,7 @@ item_db: ( Type: "IT_USABLE" Buy: 420 Sell: 210 - Weight: 280 + Weight: 45 Script: <" getitem Bullet, rand(35, 45); "> @@ -16261,7 +16261,7 @@ item_db: ( Type: "IT_USABLE" Buy: 960 Sell: 480 - Weight: 640 + Weight: 95 Script: <" getitem Bullet, rand(80, 95); "> |