summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsters.xml10
-rw-r--r--sfx/monsters/croconut/hurt1.oggbin5292 -> 5364 bytes
-rw-r--r--sfx/monsters/croconut/hurt2.oggbin5362 -> 5434 bytes
-rw-r--r--sfx/monsters/croconut/hurt3.oggbin5664 -> 5736 bytes
4 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>
diff --git a/sfx/monsters/croconut/hurt1.ogg b/sfx/monsters/croconut/hurt1.ogg
index afa2a37c..f6389d09 100644
--- a/sfx/monsters/croconut/hurt1.ogg
+++ b/sfx/monsters/croconut/hurt1.ogg
Binary files differ
diff --git a/sfx/monsters/croconut/hurt2.ogg b/sfx/monsters/croconut/hurt2.ogg
index 983aabd0..a2130bb2 100644
--- a/sfx/monsters/croconut/hurt2.ogg
+++ b/sfx/monsters/croconut/hurt2.ogg
Binary files differ
diff --git a/sfx/monsters/croconut/hurt3.ogg b/sfx/monsters/croconut/hurt3.ogg
index 86b3df5e..3f23a992 100644
--- a/sfx/monsters/croconut/hurt3.ogg
+++ b/sfx/monsters/croconut/hurt3.ogg
Binary files differ