summaryrefslogtreecommitdiff
path: root/items/equip-ammo.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-25 10:47:53 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-25 10:47:53 -0300
commit96d249f6ab3dee0fda8f41d3d0bf327a511d960a (patch)
treebf721ee6f1ea335dbfd41885c58e590dc18896c0 /items/equip-ammo.xml
parent4b5f5cafcbb14369249376b4dc2ff4bca2edd7b7 (diff)
downloadclientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.gz
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.bz2
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.tar.xz
clientdata-96d249f6ab3dee0fda8f41d3d0bf327a511d960a.zip
Convert all equipments to the more unified XML format.
Sequencing might have been lost but it was already messy.
Diffstat (limited to 'items/equip-ammo.xml')
-rw-r--r--items/equip-ammo.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/items/equip-ammo.xml b/items/equip-ammo.xml
new file mode 100644
index 00000000..4980c24f
--- /dev/null
+++ b/items/equip-ammo.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<items>
+ <item id="1199"
+ image="equipment/ammo/arrow.png"
+ name="Arrow"
+ description="A standard arrow."
+ attack="20"
+ type="equip-ammo"
+ weight="1" />
+ <item id="1282"
+ image="equipment/ammo/bonedarts.png"
+ name="Bone Arrows"
+ description="Arrows made from bone. Not much different from the normal variety, but are much lighter."
+ attack="55"
+ type="equip-ammo"
+ weight="0"
+ sellProtected="true" />
+ <item id="5260"
+ image="equipment/ammo/snowball.png"
+ name="Snowball"
+ description="It is Christmas time!"
+ attack="20"
+ type="equip-ammo"
+ weight="1" />
+ <item id="529"
+ image="equipment/ammo/ironarrow.png"
+ name="Iron Arrow"
+ description="A hard arrow made of iron."
+ attack="40"
+ type="equip-ammo"
+ weight="1" />
+ <item id="762"
+ image="equipment/ammo/arrow.png|W:#8B4513"
+ name="Terranite Arrow"
+ description="A terranite arrow."
+ attack="50"
+ criticalattack="20"
+ type="equip-ammo"
+ weight="1" />
+ <item id="904"
+ image="equipment/ammo/stoneprojectile-icon.png"
+ name="Sling Bullet"
+ description="A smooth stone finished to fit neatly into a sling."
+ attack="5"
+ type="equip-ammo"
+ weight="1" />
+</items>