summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-08-25 00:10:02 +0000
committerJesusaves <cpntb1@ymail.com>2020-08-25 00:10:02 +0000
commitc6af3852ffb37bbda5645cec6fe8da82d42b0f5c (patch)
treefed4715fc83ec5d1b8495569e5ec61ee1a8f4228 /monsters.xml
parentfea4902054590437e0b5167349cb645400daadda (diff)
parentca068013110951b5e1ff8879b618b104a8ecbda2 (diff)
downloadclientdata-c6af3852ffb37bbda5645cec6fe8da82d42b0f5c.tar.gz
clientdata-c6af3852ffb37bbda5645cec6fe8da82d42b0f5c.tar.bz2
clientdata-c6af3852ffb37bbda5645cec6fe8da82d42b0f5c.tar.xz
clientdata-c6af3852ffb37bbda5645cec6fe8da82d42b0f5c.zip
Merge branch 'ghost-sfx' into 'master'
ghost: 1 die and 3 move sounds See merge request evol/clientdata!163
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index 30fa29c0..f0cb8c14 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -500,9 +500,16 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
</monster>
<monster id="1101" name="Mana Ghost" walkType="fly" targetCursor="small">
<sprite>monsters/mana-ghost.xml</sprite>
+ <sound event="move">monsters/ghost/move1.ogg</sound>
+ <sound event="move">monsters/ghost/move2.ogg</sound>
+ <sound event="move">monsters/ghost/move3.ogg</sound>
</monster>
<monster id="1102" name="Game Balance" walkType="fly" targetCursor="medium">
<sprite>monsters/mana-ghost.xml</sprite>
+ <sound event="die">monsters/ghost/die1.ogg</sound>
+ <sound event="move">monsters/ghost/move1.ogg</sound>
+ <sound event="move">monsters/ghost/move2.ogg</sound>
+ <sound event="move">monsters/ghost/move3.ogg</sound>
</monster>
<monster id="1103" name="Angry Crafty" targetCursor="small">
<sprite>monsters/crafty.xml</sprite>