summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml
index f15d00ba..756f965d 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -59,11 +59,11 @@ exemple :
<monster id="3" name="Ratto" targetCursor="small" walkType="walk">
<sprite>monsters/ratto.xml</sprite>
<sprite>accessories/ratto-tail.xml</sprite>
- <sound event="hit">monsters/ratto/die1.ogg</sound>
+ <sound event="die">monsters/ratto/die1.ogg</sound>
<sound event="hit">monsters/ratto/hit1.ogg</sound>
<sound event="hit">monsters/ratto/hit2.ogg</sound>
- <sound event="hit">monsters/ratto/hurt1.ogg</sound>
- <sound event="hit">monsters/ratto/spawn1.ogg</sound>
+ <sound event="hurt">monsters/ratto/hurt1.ogg</sound>
+ <sound event="spawn">monsters/ratto/spawn1.ogg</sound>
</monster>
<monster id="4" name="Croc" targetCursor="small" walkType="walk">
<sound event="hit">monsters/croc/hit1.ogg</sound>
@@ -91,7 +91,9 @@ exemple :
</monster> -->
<monster id="8" name="Croco Tree" targetCursor="large">
<sprite>monsters/croconut.xml</sprite>
+ <sound event="die">monsters/croconut/die1.ogg</sound>
<sound event="hurt">monsters/croconut/hurt1.ogg</sound>
- <sound event="die">monsters/croconut/die1.ogg</sound>
+ <sound event="hurt">monsters/croconut/hurt2.ogg</sound>
+ <sound event="hurt">monsters/croconut/hurt3.ogg</sound>
</monster>
</monsters>