diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:20:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:20:34 -0300 |
commit | 1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4 (patch) | |
tree | 78a342382207581e0f68f9fded3ad4a689be3908 /db/re/item_db.conf | |
parent | 25f9862ca7a1dfa49b8b736fffca56b57c32bcac (diff) | |
download | serverdata-1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4.tar.gz serverdata-1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4.tar.bz2 serverdata-1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4.tar.xz serverdata-1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4.zip |
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.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files 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 |