summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-01 02:08:44 +0100
committerReid <reidyaro@gmail.com>2011-12-01 02:08:44 +0100
commit4f54eaf31d93291c2e6c9ad8e999b3c45ff71ffe (patch)
tree55c7cc45be62849d8b090926f82549400801e7fe /monsters.xml
parent58541465bd25bbedad8af3cc4f07294e3829922f (diff)
downloadclientdata-4f54eaf31d93291c2e6c9ad8e999b3c45ff71ffe.tar.gz
clientdata-4f54eaf31d93291c2e6c9ad8e999b3c45ff71ffe.tar.bz2
clientdata-4f54eaf31d93291c2e6c9ad8e999b3c45ff71ffe.tar.xz
clientdata-4f54eaf31d93291c2e6c9ad8e999b3c45ff71ffe.zip
Changed the ID of the rat monster.
Added blank ID for squichy.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/monsters.xml b/monsters.xml
index 103029b7..51dc12c7 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -37,11 +37,7 @@ exemple :
<sound event="move">monsters/pious/pious-move-3.ogg</sound>
<sound event="spawn">monsters/pious/pious-spawn-1.ogg</sound>
</monster>
- <monster id="1" name="Ratto" targetCursor="small" walkType="walk">
- <sprite>monsters/ratto.xml</sprite>
- <sprite>accessories/acc-ratto-tail.xml</sprite>
- </monster>
- <monster id="2" name="Tortugas" targetCursor="small" walkType="walkswim">
+ <monster id="1" name="Tortugas" targetCursor="small" walkType="walkswim">
<sound event="die">monsters/tortugas/tortugas-dying1.ogg</sound>
<sound event="hit">monsters/tortugas/tortugas-hit1.ogg</sound>
<sound event="hit">monsters/tortugas/tortugas-hit2.ogg</sound>
@@ -50,7 +46,12 @@ exemple :
<sound event="spawn">monsters/tortugas/tortugas-spawn1.ogg</sound>
<sprite>monsters/turtle.xml</sprite>
</monster>
- <monster id="3" name="Croc" targetCursor="small" walkType="walk">
+ <monster id="3" name="Ratto" targetCursor="small" walkType="walk">
+ <sprite>monsters/ratto.xml</sprite>
+ <sprite>accessories/acc-ratto-tail.xml</sprite>
+ </monster>
+
+ <monster id="4" name="Croc" targetCursor="small" walkType="walk">
<sound event="hit">monsters/croc/croc-hit1.ogg</sound>
<sound event="hit">monsters/croc/croc-hit2.ogg</sound>
<sound event="hurt">monsters/croc/croc-hurt1.ogg</sound>
@@ -60,15 +61,15 @@ exemple :
<sound event="spawn">monsters/croc/croc-spawn1.ogg</sound>
<sprite>monsters/croc.xml</sprite>
</monster>
- <monster id="4" name="Little Blub" targetCursor="small" walkType="walkswim">
+ <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim">
<sprite>monsters/littleblub.xml</sprite>
<sprite>accessories/acc-littleblub-tentacle.xml</sprite>
</monster>
-<!--<monster id="5" name="Blub" targetCursor="medium" walkType="walkswim">
+<!--<monster id="6" name="Blub" targetCursor="medium" walkType="walkswim">
<sprite>monsters/blub.xml</sprite>
<sprite>accessories/acc-blub-tentacle.xml</sprite>
</monster>
- <monster id="6" name="Top Blub" targetCursor="medium" walkType="walkswim">
+ <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>