diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-31 21:32:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-31 21:32:56 +0300 |
commit | d289175e30d3f5971d67262b30740f34fbb27887 (patch) | |
tree | eb6b4eb253cba0e5fc4fab44259c49a05fcf7c20 | |
parent | 24bdc377b4729cc963996600a9e7725746437a34 (diff) | |
download | clientdata-d289175e30d3f5971d67262b30740f34fbb27887.tar.gz clientdata-d289175e30d3f5971d67262b30740f34fbb27887.tar.bz2 clientdata-d289175e30d3f5971d67262b30740f34fbb27887.tar.xz clientdata-d289175e30d3f5971d67262b30740f34fbb27887.zip |
Add another bow into items.xml
Also add attack attributes to all bows and ammo.
-rw-r--r-- | items.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1261,6 +1261,15 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. description="Testing bow 1" type="equip-2hand" missile-particle="graphics/particles/arrow-directions.xml" + attack="15" + weight="10"/> + <item id="6001" + image="usable/dye.png" + name="Bow 1" + description="Testing bow 1" + type="equip-2hand" + missile-particle="graphics/particles/arrow-directions.xml" + attack="25" weight="10"/> <!-- Arrows --> @@ -1269,17 +1278,20 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. name="Arrow 1" description="Testing arrow 1" type="equip-ammo" + attack="30" weight="1"/> <item id="7001" image="usable/dye.png" name="Arrow 2" description="Testing arrow 2" type="equip-ammo" + attack="50" weight="1"/> <item id="7002" image="usable/dye.png" name="Arrow 3" description="Testing arrow 3" type="equip-ammo" + attack="70" weight="1"/> </items> |