diff options
author | Reid <reidyaro@gmail.com> | 2011-12-16 01:41:18 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-16 01:41:18 +0100 |
commit | 74694dffc007f35428ca01e7b1a40af3a3e8281d (patch) | |
tree | 692267868ae80871d3e1ad401d20732fbe2bf6e6 /monsters.xml | |
parent | 786c60b6873d1cf7f2b0fea5251accb9f006a295 (diff) | |
download | clientdata-74694dffc007f35428ca01e7b1a40af3a3e8281d.tar.gz clientdata-74694dffc007f35428ca01e7b1a40af3a3e8281d.tar.bz2 clientdata-74694dffc007f35428ca01e7b1a40af3a3e8281d.tar.xz clientdata-74694dffc007f35428ca01e7b1a40af3a3e8281d.zip |
Add Pi-Pious Monster on monsters.xml,
Correct chick.xml and acc-chick-egg spawn lenght.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 1996bbc3..6aec3712 100644 --- a/monsters.xml +++ b/monsters.xml @@ -38,7 +38,21 @@ 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="Tortugas" targetCursor="small" walkType="walkswim"> + <monster id="1" name="Pi-Pious" targetCursor="small" walkType="walk"> + <sprite>monsters/chick.xml</sprite> + <sprite>accessories/acc-chick-egg.xml</sprite> + <sound event="die">monsters/pious/pious-die-1.ogg</sound> + <sound event="hit">monsters/pious/pious-hit-1.ogg</sound> + <sound event="hit">monsters/pious/pious-hit-2.ogg</sound> + <sound event="hurt">monsters/pious/pious-hurt-1.ogg</sound> + <sound event="hurt">monsters/pious/pious-hurt-2.ogg</sound> + <sound event="miss">monsters/pious/pious-miss-1.ogg</sound> + <sound event="move">monsters/pious/pious-move-1.ogg</sound> + <sound event="move">monsters/pious/pious-move-2.ogg</sound> + <sound event="move">monsters/pious/pious-move-3.ogg</sound> + <sound event="spawn">monsters/pious/pious-spawn-1.ogg</sound> + </monster> + <monster id="2" 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> @@ -56,7 +70,6 @@ exemple : <sound event="hit">monsters/ratto/ratto-hurt1.ogg</sound> <sound event="hit">monsters/ratto/ratto-spawn1.ogg</sound> </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> |