summaryrefslogtreecommitdiff
path: root/items/misc/item1706_magicknuckles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'items/misc/item1706_magicknuckles.xml')
-rw-r--r--items/misc/item1706_magicknuckles.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/items/misc/item1706_magicknuckles.xml b/items/misc/item1706_magicknuckles.xml
index 1cf8db99..79600879 100644
--- a/items/misc/item1706_magicknuckles.xml
+++ b/items/misc/item1706_magicknuckles.xml
@@ -1,15 +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="1706" name="Magic Knuckles" attack-action="attack" attack-range="1">
<!-- <sprite gender="unisex">equipment/hands/bromenalgloves.xml</sprite> -->
<!-- <sprite gender="female">equipment/hands/bromenalgloves-female.xml</sprite> -->
<sprite>equipment/weapons/null.xml</sprite>
<sound event="hit">punch.ogg</sound>
+ <sound event="hit">weapons/punch1.ogg</sound>
+ <sound event="hit">weapons/punch2.ogg</sound>
+ <sound event="hit">weapons/punch3.ogg</sound>
+ <!-- Intentional: Same as above 3 punches, so as not to overplay the first punch sound -->
+ <sound event="hit">weapons/punch1.ogg</sound>
+ <sound event="hit">weapons/punch2.ogg</sound>
+ <sound event="hit">weapons/punch3.ogg</sound>
</item>
</items>