From 1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Mar 2021 17:20:34 -0300 Subject: There's no reason for Bullets to be THAT expensive. A good arrow is 3 GP. So make Bullets 4 GP and call that a day. --- db/re/item_db.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 55e9dde30..133aa854a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14314,7 +14314,7 @@ item_db: ( AegisName: "Bullet" Name: "Bullet" Type: "IT_AMMO" - Buy: 6 + Buy: 4 Sell: 1 Weight: 1 Atk: 15 @@ -14326,7 +14326,7 @@ item_db: ( AegisName: "SacredBullet" Name: "Sacred Bullet" Type: "IT_AMMO" - Buy: 12 + Buy: 8 Sell: 2 Weight: 1 Atk: 20 @@ -14341,7 +14341,7 @@ item_db: ( AegisName: "EvilBullet" Name: "Evil Bullet" Type: "IT_AMMO" - Buy: 12 + Buy: 8 Sell: 2 Weight: 1 Atk: 20 -- cgit v1.2.3-60-g2f50