summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-31 17:02:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-31 17:02:59 +0300
commitfd98d40d2c6e5533d9779c1710feab4649e66d82 (patch)
treee324a83006882b50f0c4cffeb1ae4bedc9ecf174 /items.xml
parent7f9838cbdbfa2619fe9614bfeb41a6fcbf4f6696 (diff)
downloadclientdata-fd98d40d2c6e5533d9779c1710feab4649e66d82.tar.gz
clientdata-fd98d40d2c6e5533d9779c1710feab4649e66d82.tar.bz2
clientdata-fd98d40d2c6e5533d9779c1710feab4649e66d82.tar.xz
clientdata-fd98d40d2c6e5533d9779c1710feab4649e66d82.zip
Add one testing bow and arrow.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/items.xml b/items.xml
index 845c6c21..da0e7c18 100644
--- a/items.xml
+++ b/items.xml
@@ -21,8 +21,9 @@ New organization (04/12/11).
3200 3499 = Neck Armors
3500 3999 = Weapons
4000 4999 = Pets
-5000 - = Cards
-
+5000 5999 = Cards
+6000 6999 = Bows
+7000 7999 = Arrows
Colors for dyeable equipments or items are now set up by itemcolors.xml.
-->
@@ -1252,4 +1253,21 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
weight="1"
cardColor="20"
maxFloorOffset="15"/>
+
+ <!-- Bows -->
+ <item id="6000"
+ image="usable/dye.png"
+ name="Bow 1"
+ description="Testing bow 1"
+ type="equip-2hand"
+ missile-particle="graphics/particles/arrow-directions.xml"
+ weight="10"/>
+
+ <!-- Arrows -->
+ <item id="7000"
+ image="usable/dye.png"
+ name="Arrow 1"
+ description="Testing arrow 1"
+ type="equip-ammo"
+ weight="1"/>
</items>