diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-03-31 16:46:30 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 19:46:30 +0000 |
commit | e5a7e9e65b6814f506aa7d6995fc766918cda7cc (patch) | |
tree | f540a974bb4b326b51060e1b5cb08c7a998b15ac /items/equip-1hand | |
parent | 0d954660590f76d05abc8be10808ca4f836b614a (diff) | |
download | clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.gz clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.bz2 clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.tar.xz clientdata-e5a7e9e65b6814f506aa7d6995fc766918cda7cc.zip |
End March Update (#367)
* Sand Cutter with SFX by Ledmitz.
* Add Virus monster by Hocus and Micksha
(it have graphical issues)
* Update Assassin Set effects
* Update Banshee Bow
Diffstat (limited to 'items/equip-1hand')
-rw-r--r-- | items/equip-1hand/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-1hand/item578_SandCutter.xml | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/items/equip-1hand/_include.xml b/items/equip-1hand/_include.xml index acb77858..93211993 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/item578_SandCutter.xml"/> <include name="items/equip-1hand/item579_RockKnife.xml"/> <include name="items/equip-1hand/item587_Sword.xml"/> <include name="items/equip-1hand/item591_LongSword.xml"/> diff --git a/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml new file mode 100644 index 00000000..1b78e10c --- /dev/null +++ b/items/equip-1hand/item578_SandCutter.xml @@ -0,0 +1,16 @@ +<?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="578" image="equipment/weapon/sword-sandcutter.png" name="Sand Cutter" description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors." attack="130" type="equip-1hand" attack-action="attack" attack-range="2" weight="1500" sellProtected="true"> + <sprite gender="unisex">equipment/weapons/sandcutter.xml</sprite> + <sound event="hit">weapons/swords/sandcutter-hit7.ogg</sound> + <sound event="hit">weapons/swords/sandcutter-hit8.ogg</sound> + <sound event="hit">weapons/swords/sandcutter-hit9.ogg</sound> + <sound event="miss">weapons/swords/short-sword-miss1.ogg</sound> + </item> +</items> |