summaryrefslogtreecommitdiff
path: root/outdated/items/misc/item1706_magicknuckles.xml
blob: 79600879e4d96e7b4959faaf7199def16c1d1f98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<items>
  <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>