diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -5207,7 +5207,22 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="50" type="equip-2hand" attack-action="attack" - weight="500"> + weight="800"> + <sprite>equipment/weapons/heavyaxe.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> + <item id="3525" + image="equipment/weapons/blacksmithaxe.png" + name="Blacksmith Axe" + description="The icon of Land Of Fire, used by the best blacksmith from the whole world." + str="5" + attack="659" + attack-range="1" + level="60" + type="equip-2hand" + attack-action="attack" + weight="1000"> <sprite>equipment/weapons/heavyaxe.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> |