diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:59:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:59:20 -0300 |
commit | 815ad925262af759f530eab2e687bcf066884051 (patch) | |
tree | 1b8633f974e8f4e0b58727057e0feb7a94831396 /db | |
parent | 1b5b80c87356bc720f34beec7bc5507dcf7a0b49 (diff) | |
download | serverdata-815ad925262af759f530eab2e687bcf066884051.tar.gz serverdata-815ad925262af759f530eab2e687bcf066884051.tar.bz2 serverdata-815ad925262af759f530eab2e687bcf066884051.tar.xz serverdata-815ad925262af759f530eab2e687bcf066884051.zip |
Grant a 50 GP discount on every arrow box (only noticeable on cheap arrows)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8efa1e9d9..581b163ad 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2441,7 +2441,7 @@ item_db: ( AegisName: "TolchiAmmoBox" Name: "Tolchi Ammo Box" Type: "IT_USABLE" - Buy: 300 + Buy: 250 Sell: 100 Weight: 215 Refine: false @@ -2455,7 +2455,7 @@ item_db: ( AegisName: "TrainingAmmoBox" Name: "Training Ammo Box" Type: "IT_USABLE" - Buy: 400 + Buy: 350 Sell: 100 Weight: 215 Refine: false @@ -2469,7 +2469,7 @@ item_db: ( AegisName: "ArrowAmmoBox" Name: "Arrow Ammo Box" Type: "IT_USABLE" - Buy: 500 + Buy: 450 Sell: 100 Weight: 215 Refine: false @@ -2483,7 +2483,7 @@ item_db: ( AegisName: "IronAmmoBox" Name: "Iron Ammo Box" Type: "IT_USABLE" - Buy: 650 + Buy: 600 Sell: 100 Weight: 215 Refine: false @@ -2497,7 +2497,7 @@ item_db: ( AegisName: "CursedAmmoBox" Name: "Cursed Ammo Box" Type: "IT_USABLE" - Buy: 800 + Buy: 750 Sell: 200 Weight: 215 Refine: false @@ -2511,7 +2511,7 @@ item_db: ( AegisName: "PoisonAmmoBox" Name: "Poison Ammo Box" Type: "IT_USABLE" - Buy: 1200 + Buy: 1150 Sell: 300 Weight: 430 Refine: false @@ -2525,7 +2525,7 @@ item_db: ( AegisName: "ThornAmmoBox" Name: "Thorn Ammo Box" Type: "IT_USABLE" - Buy: 1800 + Buy: 1750 Sell: 400 Weight: 430 Refine: false @@ -2539,7 +2539,7 @@ item_db: ( AegisName: "BoneAmmoBox" Name: "Bone Ammo Box" Type: "IT_USABLE" - Buy: 3700 + Buy: 3650 Sell: 800 Weight: 1100 Refine: false |