summaryrefslogtreecommitdiff
path: root/monsters
diff options
context:
space:
mode:
authorLedmitz <69915785+Ledmitz@users.noreply.github.com>2020-09-30 22:21:35 +0000
committerGitHub <noreply@github.com>2020-09-30 22:21:35 +0000
commitb820c860951771c7d60879448096dd0e1de7e558 (patch)
tree2211dd21798b33a09620e9c8f9d3a1f8ee5910d0 /monsters
parent121669daa688cc7cccf4a2d1345047fda4bc1d4a (diff)
downloadclientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.gz
clientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.bz2
clientdata-b820c860951771c7d60879448096dd0e1de7e558.tar.xz
clientdata-b820c860951771c7d60879448096dd0e1de7e558.zip
Added yeti and sasquatch sounds (#390)
* Added attribution to yeti moves as well
Diffstat (limited to 'monsters')
-rw-r--r--monsters/monster1072_Yeti.xml15
-rw-r--r--monsters/monster1141_Sasquatch.xml15
2 files changed, 30 insertions, 0 deletions
diff --git a/monsters/monster1072_Yeti.xml b/monsters/monster1072_Yeti.xml
index 3e9132c4..09d702a6 100644
--- a/monsters/monster1072_Yeti.xml
+++ b/monsters/monster1072_Yeti.xml
@@ -2,5 +2,20 @@
<monsters offset="0">
<monster id="1072" name="Yeti">
<sprite>monsters/yeti.xml</sprite>
+ <sound event="die">monsters/yeti/yeti-die1.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit1.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit2.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit3.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit4.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt1.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt2.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt3.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss1.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss2.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss3.ogg</sound>
+ <sound event="move">monsters/yeti/yeti-move1.ogg</sound>
+ <sound event="move">monsters/yeti/yeti-move2.ogg</sound>
+ <sound event="move">monsters/yeti/yeti-move3.ogg</sound>
+ <sound event="move">monsters/yeti/yeti-move4.ogg</sound>
</monster>
</monsters>
diff --git a/monsters/monster1141_Sasquatch.xml b/monsters/monster1141_Sasquatch.xml
index eed3c1d2..a75c5a17 100644
--- a/monsters/monster1141_Sasquatch.xml
+++ b/monsters/monster1141_Sasquatch.xml
@@ -2,5 +2,20 @@
<monsters offset="0">
<monster id="1141" name="Sasquatch">
<sprite>monsters/sasquatch.xml</sprite>
+ <sound event="die">monsters/yeti/yeti-die1.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit1.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit2.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit3.ogg</sound>
+ <sound event="hit">monsters/yeti/yeti-hit4.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt1.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt2.ogg</sound>
+ <sound event="hurt">monsters/yeti/yeti-hurt3.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss1.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss2.ogg</sound>
+ <sound event="miss">monsters/yeti/yeti-miss3.ogg</sound>
+ <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
+ <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
+ <sound event="move">monsters/sasquatch/sasquatch-move1.ogg</sound>
+ <sound event="move">monsters/sasquatch/sasquatch-move2.ogg</sound>
</monster>
</monsters>