summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-05 16:30:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-05 16:30:05 -0300
commit84133f4b71ccabd8e6ed1638570e2769a3fe5c17 (patch)
tree64fb55da825d9de549d69be9581b8efb09f0479d /items
parent6cabed3aedcbd33033ca22ca197d4e09476587b6 (diff)
downloadclientdata-84133f4b71ccabd8e6ed1638570e2769a3fe5c17.tar.gz
clientdata-84133f4b71ccabd8e6ed1638570e2769a3fe5c17.tar.bz2
clientdata-84133f4b71ccabd8e6ed1638570e2769a3fe5c17.tar.xz
clientdata-84133f4b71ccabd8e6ed1638570e2769a3fe5c17.zip
Add Beheader back to itemspec
Diffstat (limited to 'items')
-rw-r--r--items/equip-1hand/_include.xml1
-rw-r--r--items/equip-1hand/item576_Beheader.xml15
2 files changed, 16 insertions, 0 deletions
diff --git a/items/equip-1hand/_include.xml b/items/equip-1hand/_include.xml
index 7385cdfb..339c93e4 100644
--- a/items/equip-1hand/_include.xml
+++ b/items/equip-1hand/_include.xml
@@ -12,6 +12,7 @@
<include name="items/equip-1hand/item549_Axe.xml"/>
<include name="items/equip-1hand/item570_BoneKnife.xml"/>
<include name="items/equip-1hand/item571_Setzer.xml"/>
+ <include name="items/equip-1hand/item576_Beheader.xml"/>
<include name="items/equip-1hand/item578_SandCutter.xml"/>
<include name="items/equip-1hand/item579_RockKnife.xml"/>
<include name="items/equip-1hand/item587_Sword.xml"/>
diff --git a/items/equip-1hand/item576_Beheader.xml b/items/equip-1hand/item576_Beheader.xml
new file mode 100644
index 00000000..f0a85a04
--- /dev/null
+++ b/items/equip-1hand/item576_Beheader.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <item id="576" image="equipment/weapon/sword-beheader.png" name="Beheader" description="The only sword capable of beheading a Terranite." criticalattack="40" type="equip-1hand" attack="125" attack-action="attack" attack-range="2" weight="2000">
+ <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="strike">weapons/knives/knife-miss1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ </item>
+</items>