summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-23 23:34:53 +0200
committerReid <reidyaro@gmail.com>2012-05-23 23:34:53 +0200
commitfdf03232e3513bc834431693478386a09d8592d0 (patch)
treea564f40cc4f098797a63076475a2f9cf52e675e2 /monsters.xml
parent54aa92ed50e252a3e5a17cd9ec4240213f4def5f (diff)
downloadclientdata-fdf03232e3513bc834431693478386a09d8592d0.tar.gz
clientdata-fdf03232e3513bc834431693478386a09d8592d0.tar.bz2
clientdata-fdf03232e3513bc834431693478386a09d8592d0.tar.xz
clientdata-fdf03232e3513bc834431693478386a09d8592d0.zip
Correct monsters.xml path to accessories files. (Redo Alige commit)
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/monsters.xml b/monsters.xml
index 75b6e17f..85cc4adc 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -39,7 +39,7 @@ exemple :
</monster>
<monster id="1" name="Piousse" targetCursor="small" walkType="walk">
<sprite>monsters/piou.xml</sprite>
- <sprite>accessories/acc-piousse-egg.xml</sprite>
+ <sprite>accessories/piousse-egg.xml</sprite>
<sound event="die">monsters/piou/piou-die-1.ogg</sound>
<sound event="hit">monsters/piou/piou-hit-1.ogg</sound>
<sound event="hurt">monsters/piou/piou-hurt-1.ogg</sound>
@@ -58,7 +58,7 @@ exemple :
</monster>
<monster id="3" name="Ratto" targetCursor="small" walkType="walk">
<sprite>monsters/ratto.xml</sprite>
- <sprite>accessories/acc-ratto-tail.xml</sprite>
+ <sprite>accessories/ratto-tail.xml</sprite>
<sound event="hit">monsters/ratto/ratto-dying1.ogg</sound>
<sound event="hit">monsters/ratto/ratto-hit1.ogg</sound>
<sound event="hit">monsters/ratto/ratto-hit2.ogg</sound>
@@ -76,17 +76,17 @@ exemple :
<sprite>monsters/croc.xml</sprite>
</monster>
<monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim">
- <sprite>monsters/littleblub.xml</sprite>
- <sprite>accessories/acc-littleblub-tentacle.xml</sprite>
+ <sprite>monsters/blub-little.xml</sprite>
+ <sprite>accessories/littleblub-tentacle.xml</sprite>
<sound event="hit">monsters/blub/blub-hit1.ogg</sound>
</monster>
<!--<monster id="6" name="Blub" targetCursor="medium" walkType="walkswim">
<sprite>monsters/blub.xml</sprite>
- <sprite>accessories/acc-blub-tentacle.xml</sprite>
+ <sprite>accessories/blub-tentacle.xml</sprite>
</monster>
<monster id="7" name="Top Blub" targetCursor="medium" walkType="walkswim">
<sprite>monsters/blub.xml</sprite>
- <sprite>accessories/acc-blub-tentacle.xml</sprite>
- <sprite>accessories/acc-blub-tophat.xml</sprite>
+ <sprite>accessories/blub-tentacle.xml</sprite>
+ <sprite>accessories/blub-tophat.xml</sprite>
</monster> -->
</monsters>