diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:00:23 -0300 |
commit | 3750a17435cd75a5e36f9f0839f91489eae23122 (patch) | |
tree | 4f5f43849dcf8e10f115499e0a23e0cbb6422440 | |
parent | e7b9251587ab3e73b3c2610759e61bec4b2ee471 (diff) | |
download | clientdata-3750a17435cd75a5e36f9f0839f91489eae23122.tar.gz clientdata-3750a17435cd75a5e36f9f0839f91489eae23122.tar.bz2 clientdata-3750a17435cd75a5e36f9f0839f91489eae23122.tar.xz clientdata-3750a17435cd75a5e36f9f0839f91489eae23122.zip |
Register Short Sword
-rw-r--r-- | items.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5635,6 +5635,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3527" + image="equipment/weapons/sword.png" + name="Short Sword" + description="A short sword made for close combat. Careful with that!" + attack="200" + attack-range="1" + level="44" + type="equip-1hand" + attack-action="attack" + weight="958"> + <sprite>equipment/weapons/traininggladius.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" image="usable/pets/piouegg.png" |