diff options
author | Reid <reidyaro@gmail.com> | 2015-09-07 03:59:00 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-07 03:59:00 +0200 |
commit | e5287f0aa172016b28de573c909a0fa4f9ecbef8 (patch) | |
tree | 3b0d69208d31cf6572a4d9808e25b84f5e262f72 | |
parent | 74d788a9421d6bc8eb6c02e00b466d6fe9b39fd9 (diff) | |
download | clientdata-e5287f0aa172016b28de573c909a0fa4f9ecbef8.tar.gz clientdata-e5287f0aa172016b28de573c909a0fa4f9ecbef8.tar.bz2 clientdata-e5287f0aa172016b28de573c909a0fa4f9ecbef8.tar.xz clientdata-e5287f0aa172016b28de573c909a0fa4f9ecbef8.zip |
Add the wooden sword on items.xml.
-rw-r--r-- | items.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -891,6 +891,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="3503" + image="equipment/weapons/woodensword.png" + name="Wooden Sword" + description="" + attack="1" + level="1" + type="equip-1hand" + weapon-type="sword" + attack-action="attack" + weight="25" + maxFloorOffsetX="7" + maxFloorOffsetY="7"> + <sprite>equipment/weapons/woodensword.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" |