diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-09 00:02:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-09 00:02:26 -0300 |
commit | 4c50080f12ab7337041c294dad87936a863fc042 (patch) | |
tree | 6ea22fdf96b558674f0843aa580cbb1abc42891d | |
parent | df9eb8cd83e77c0330a5325b2daf43d7ff7cb96f (diff) | |
download | clientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.gz clientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.bz2 clientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.xz clientdata-4c50080f12ab7337041c294dad87936a863fc042.zip |
Blacksmith Axe
-rw-r--r-- | graphics/items/equipment/weapons/blacksmithsaxe.png | bin | 0 -> 1057 bytes | |||
-rw-r--r-- | items.xml | 17 |
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/items/equipment/weapons/blacksmithsaxe.png b/graphics/items/equipment/weapons/blacksmithsaxe.png Binary files differnew file mode 100644 index 00000000..6aba32b0 --- /dev/null +++ b/graphics/items/equipment/weapons/blacksmithsaxe.png @@ -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> |