diff options
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 5ccfa3b0..7d01c6a2 100644 --- a/monsters.xml +++ b/monsters.xml @@ -687,6 +687,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1117" name="Wolvern" targetCursor="medium"> <sprite>monsters/wolvern.xml</sprite> + <sound event="die">monsters/wolvern/die1.ogg</sound> + <sound event="hit">monsters/wolvern/hit1.ogg</sound> + <sound event="hit">monsters/wolvern/hit2.ogg</sound> + <sound event="hurt">monsters/wolvern/hurt1.ogg</sound> + <sound event="miss">monsters/wolvern/miss1.ogg</sound> + <sound event="miss">monsters/wolvern/miss2.ogg</sound> + <sound event="miss">monsters/wolvern/miss3.ogg</sound> </monster> <monster id="1118" name="Zombie" targetCursor="medium"> <sprite>monsters/zombie.xml</sprite> |