summaryrefslogtreecommitdiff
path: root/items/equip-1hand/item5284_Revolver.xml
diff options
context:
space:
mode:
Diffstat (limited to 'items/equip-1hand/item5284_Revolver.xml')
-rw-r--r--items/equip-1hand/item5284_Revolver.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/items/equip-1hand/item5284_Revolver.xml b/items/equip-1hand/item5284_Revolver.xml
new file mode 100644
index 00000000..1e30658b
--- /dev/null
+++ b/items/equip-1hand/item5284_Revolver.xml
@@ -0,0 +1,29 @@
+<?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="5284"
+ image="equipment/weapon/revolver.png"
+ name="Short Gunstaff"
+ description="A gunstaff, which is not produced in The Mana World. Brought from the Mirror Lake."
+ effect="Unobtainable."
+ attack="120"
+ attack-range="5"
+ missile-particle="graphics/particles/flame.particle.xml"
+ missile-z="32"
+ missile-lifetime="500"
+ missile-speed="5"
+ missile-diedistance="3"
+ type="equip-1hand"
+ attack-action="attack_bow"
+ sellProtected="true"
+ weight="3000">
+ <sprite>equipment/weapons/gun.xml</sprite>
+ <sound event="hit">weapons/gunstaff/shot.ogg</sound>
+ <sound event="miss">weapons/gunstaff/shot.ogg</sound>
+ </item>
+</items>