summaryrefslogtreecommitdiff
path: root/items/equip-ammo.xml
diff options
context:
space:
mode:
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>