summaryrefslogtreecommitdiff
path: root/outdated/items/misc/item1706_magicknuckles.xml
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-04-18 02:14:07 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-04-18 02:14:07 +0000
commitaa2d7c26ae696ee3952e9217a5370b7ae44957d7 (patch)
tree2fe3e27d9d31c9f0d4779de145fa1c518b28602e /outdated/items/misc/item1706_magicknuckles.xml
parent0c2d2abcaffef3da1362f05f691499b4d8aaf96d (diff)
parent2700ee0bf72edd0e0e3c7d2fae08104107688c2f (diff)
downloadmods-master.tar.gz
mods-master.tar.bz2
mods-master.tar.xz
mods-master.zip
Merge branch 'jesusalva/outdated' into 'master'master
Add an outdated mod See merge request legacy/mods!1
Diffstat (limited to 'outdated/items/misc/item1706_magicknuckles.xml')
-rw-r--r--outdated/items/misc/item1706_magicknuckles.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/outdated/items/misc/item1706_magicknuckles.xml b/outdated/items/misc/item1706_magicknuckles.xml
new file mode 100644
index 0000000..7960087
--- /dev/null
+++ b/outdated/items/misc/item1706_magicknuckles.xml
@@ -0,0 +1,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>