diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 21:37:17 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 21:37:17 -0200 |
commit | f5f509c3ddec51d2bf3e73998bdb3c26468a700c (patch) | |
tree | 4382fedc2d8117fe02cbb11f48de176fc6ab68e7 /db/re | |
parent | 2d0926d7f66cb4de09ac4d0d484ca0d6b833b541 (diff) | |
download | serverdata-f5f509c3ddec51d2bf3e73998bdb3c26468a700c.tar.gz serverdata-f5f509c3ddec51d2bf3e73998bdb3c26468a700c.tar.bz2 serverdata-f5f509c3ddec51d2bf3e73998bdb3c26468a700c.tar.xz serverdata-f5f509c3ddec51d2bf3e73998bdb3c26468a700c.zip |
Adjust arrow prices. If I notice that people are going full archer again,
under our magnificence @Saulc ideals, I'll make bows/arrows have a penalty.
Well, not like they would dare to use heavy armor because movement speed penalty...
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 12604befd..1f7809217 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10753,8 +10753,8 @@ item_db: ( AegisName: "TrainingArrow" Name: "Training Arrow" Type: "IT_AMMO" - Buy: 4 - Sell: 2 + Buy: 2 + Sell: 1 Weight: 1 Atk: 20 Loc: "EQP_AMMO" @@ -10777,8 +10777,8 @@ item_db: ( AegisName: "Arrow" Name: "Arrow" Type: "IT_AMMO" - Buy: 6 - Sell: 3 + Buy: 3 + Sell: 1 Weight: 1 Atk: 30 Loc: "EQP_AMMO" @@ -10789,8 +10789,8 @@ item_db: ( AegisName: "CursedArrow" Name: "Cursed Arrow" Type: "IT_AMMO" - Buy: 11 - Sell: 5 + Buy: 8 + Sell: 3 Weight: 1 Atk: 60 Loc: "EQP_AMMO" @@ -10801,8 +10801,8 @@ item_db: ( AegisName: "IronArrow" Name: "Iron Arrow" Type: "IT_AMMO" - Buy: 9 - Sell: 4 + Buy: 6 + Sell: 2 Weight: 1 Atk: 45 Loc: "EQP_AMMO" @@ -10813,8 +10813,8 @@ item_db: ( AegisName: "PoisonArrow" Name: "Poison Arrow" Type: "IT_AMMO" - Buy: 15 - Sell: 5 + Buy: 12 + Sell: 3 Weight: 2 Atk: 90 Loc: "EQP_AMMO" @@ -10828,7 +10828,7 @@ item_db: ( AegisName: "ThornArrow" Name: "Thorn Arrow" Type: "IT_AMMO" - Buy: 30 + Buy: 27 Sell: 6 Weight: 1 Atk: 160 @@ -10840,7 +10840,7 @@ item_db: ( AegisName: "BoneArrow" Name: "Bone Arrow" Type: "IT_AMMO" - Buy: 75 + Buy: 65 Sell: 7 Weight: 5 Atk: 350 |