summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 00:02:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 00:02:26 -0300
commit4c50080f12ab7337041c294dad87936a863fc042 (patch)
tree6ea22fdf96b558674f0843aa580cbb1abc42891d
parentdf9eb8cd83e77c0330a5325b2daf43d7ff7cb96f (diff)
downloadclientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.gz
clientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.bz2
clientdata-4c50080f12ab7337041c294dad87936a863fc042.tar.xz
clientdata-4c50080f12ab7337041c294dad87936a863fc042.zip
Blacksmith Axe
-rw-r--r--graphics/items/equipment/weapons/blacksmithsaxe.pngbin0 -> 1057 bytes
-rw-r--r--items.xml17
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/items/equipment/weapons/blacksmithsaxe.png b/graphics/items/equipment/weapons/blacksmithsaxe.png
new file mode 100644
index 00000000..6aba32b0
--- /dev/null
+++ b/graphics/items/equipment/weapons/blacksmithsaxe.png
Binary files differ
diff --git a/items.xml b/items.xml
index 5fd8c8fa..9ae8ab47 100644
--- a/items.xml
+++ b/items.xml
@@ -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>