From 75e27c89178f0dbde794b3b81732a5547a2cf0b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Mar 2021 16:42:06 -0300 Subject: Nerf bullets weight: 8g -> 1g Gunstaves aren't yet onpar with their competition --- db/re/item_db.conf | 10 +++++----- 1 file 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); "> -- cgit v1.2.3-60-g2f50