diff options
author | Reid <reidyaro@gmail.com> | 2016-02-08 01:48:37 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-08 01:48:37 +0100 |
commit | 726c80d70c3d24d937453560e06733d2ef1280b8 (patch) | |
tree | d3cf6fb7bf62e9225f85239aca749654a3606c26 /items.xml | |
parent | 2ced7790fb6d1c3b55350ed6fc3f1594d2ed61f2 (diff) | |
download | clientdata-726c80d70c3d24d937453560e06733d2ef1280b8.tar.gz clientdata-726c80d70c3d24d937453560e06733d2ef1280b8.tar.bz2 clientdata-726c80d70c3d24d937453560e06733d2ef1280b8.tar.xz clientdata-726c80d70c3d24d937453560e06733d2ef1280b8.zip |
Add backsword item.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1068,6 +1068,22 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3504" + image="equipment/weapons/backsword.png" + name="Artis Backsword" + description="An engraved backsword with the symbole of Artis on its brass hilt." + attack="80" + level="15" + type="equip-1hand" + weapon-type="sword" + attack-action="attack" + weight="86" + maxFloorOffsetX="6" + maxFloorOffsetY="6"> + <sprite>equipment/weapons/backsword.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" |