diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-29 00:52:17 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-29 09:44:51 +0100 |
commit | 33818130cc5620e0ae198f0fac5803ac6e585e65 (patch) | |
tree | 5d65dfb572d790a1b6fe760a18d48e599d85edc0 /db/item_db.txt | |
parent | 32e4080191fb0dde1f1f2ce7d51227e344b73b69 (diff) | |
download | serverdata-33818130cc5620e0ae198f0fac5803ac6e585e65.tar.gz serverdata-33818130cc5620e0ae198f0fac5803ac6e585e65.tar.bz2 serverdata-33818130cc5620e0ae198f0fac5803ac6e585e65.tar.xz serverdata-33818130cc5620e0ae198f0fac5803ac6e585e65.zip |
Balancing of arrows
- A bigger damage difference of Iron arrows to standard arrows,
without changed prizes:
standard arrow is 20 dmg for 3 gp each
iron arrow is 60 dmg for 5 gp each
- rework of the terranite arrow quest:
- introducing local variables to easily set prizes for terra arrows.
- lowering the prizes for terra arrows (in item_db: sell value reduced from 400 to 20)
- reducing the needed stuff for 1k arrows: now set: 1 terra ore, 5 coal, and 3k gp
(old values for 1k arrows: 10 terra ore, 20 coal, 10k gp)
Diffstat (limited to 'db/item_db.txt')
-rw-r--r-- | db/item_db.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 562c7b8d..01d744fb 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -29,7 +29,7 @@ 526, CoinBag, Coin Bag, 3, 100, 50, 5, , , , , , , , , , , {}, {}, , 527, Milk, Milk, 0, 300, 150, 5, , , , , , 2, , , 0, , {itemheal 150, 0;}, {}, 528, Boots, Boots, 5, 8000, 500, 80, , 2, , -2, 0, 2, 64, , 0, 0, {}, {}, , -529, IronArrow, Iron Arrow, 10, 5, 2, 1, 50, , , , , 2, 32768, , , , {}, {}, , +529, IronArrow, Iron Arrow, 10, 5, 2, 1, 60, , , , , 2, 32768, , , , {}, {}, , 530, ShortBow, Short Bow, 4, 3000, 500, 600, 50, , 5, , 0, 2, 34, 1, 4, 11, {}, {}, , 531, MinerGloves, Miner Gloves, 5, 3000, 1000, 30, , 2, , -10, 0, 2, 4, , 0, 0, {}, {}, , 532, LeatherGloves, Leather Gloves, 5, 6000, 2000, 20, , 4, , -20, 0, 2, 4, , 0, 0, {}, {}, , @@ -273,7 +273,7 @@ //759, PaladinsHelmet, Paladin's Helmet, , , , , , , , , , , , , , , {}, {} //760, OverlordsHelmet, Overlord's Helmet, , , , , , , , , , , , , , , {}, {} //761, DesertHelmet, Desert Helmet, , , , , , , , , , , , , , , {}, {} -762, TerraniteArrow, Terranite Arrow, 10, 800, 400, 1, 50, 0, 0, 0, 0, 2, 32768, , , 0, {}, {bonus bAtkRange, 1;} +762, TerraniteArrow, Terranite Arrow, 10, 80, 20, 1, 70, 0, 0, 0, 0, 2, 32768, , , 0, {}, {bonus bAtkRange, 1;} 763, TerraniteOre, Terranite Ore, 3, 500, 250, 40, , , , , , , , , , , {}, {} //764, SailorHat, Sailor Hat, , , , , , , , , , , , , , , {}, {} //765, CaptainsHat, Captain's Hat, , , , , , , , , , , , , , , {}, {} @@ -307,7 +307,7 @@ // Add new entries above here. For dyed entries, add to the bottom of the 2000s. 1198, JackOSoul, Jack O Soul, 3, 100000, 1, 1, , , , , , , , , , , {}, {} -1199, Arrow, Arrow, 10, 3, 1, 1, 25, 0, 0, , 0, 2, 32768, , , , {}, {} +1199, Arrow, Arrow, 10, 3, 1, 1, 20, 0, 0, , 0, 2, 32768, , , , {}, {} 1200, Bow, Bow, 4, 1000, 500, 20, 20, , 5, , 0, 2, 34, 1, 4, 11, {}, {} 1201, Knife, Knife, 4, 50, 25, 120, 5, , 1, , 0, 2, 2, 1, 1, 1, {}, {} 1202, CottonShirt, Cotton Shirt, 5, 10, 5, 13, , 2, , -2, 0, 2, 512, , 0, 0, {}, {} |