diff options
Diffstat (limited to 'items/equip-1hand/item578_SandCutter.xml')
-rw-r--r-- | items/equip-1hand/item578_SandCutter.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml deleted file mode 100644 index 3ea20114..00000000 --- a/items/equip-1hand/item578_SandCutter.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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." effect="Double Damage +5%" attack="140" level="80" 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/knives/rock/rock-hit1.ogg</sound> - <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound> - <sound event="miss">weapons/swords/sword-miss1.ogg</sound> - </item> -</items> |