diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-06 03:29:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 06:29:53 +0000 |
commit | 8b742836d82625b61fa37d069bafdc67cce3b281 (patch) | |
tree | ed0b8f475991da0383a77a60ca4d0929f46e1c3d /items/equip-1hand | |
parent | 55445641c15863f27669dc6c0388cdb0ba044f77 (diff) | |
download | clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.gz clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.bz2 clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.xz clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.zip |
Doomsday Framework (#368)
Diffstat (limited to 'items/equip-1hand')
-rw-r--r-- | items/equip-1hand/item578_SandCutter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-1hand/item578_SandCutter.xml b/items/equip-1hand/item578_SandCutter.xml index ed9f501e..29b5fb69 100644 --- a/items/equip-1hand/item578_SandCutter.xml +++ b/items/equip-1hand/item578_SandCutter.xml @@ -6,7 +6,7 @@ <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="130" type="equip-1hand" attack-action="attack" attack-range="2" weight="1500" sellProtected="true"> + <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/swords/sandcutter-hit7.ogg</sound> <sound event="hit">weapons/swords/sandcutter-hit8.ogg</sound> |