diff options
author | Reid <reidyaro@gmail.com> | 2012-01-08 23:58:09 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-08 23:58:09 +0100 |
commit | 346bdf048c362130af3d4743f2a2c23201852f13 (patch) | |
tree | 8aa153f626a10affbc592d7117062786533ac3e1 /monsters.xml | |
parent | d018ea2535932b5c5bbf1d8c70cf53a7bbb07aef (diff) | |
download | clientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.gz clientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.bz2 clientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.xz clientdata-346bdf048c362130af3d4743f2a2c23201852f13.zip |
Remove some wrong sfx for pious monsters,
Change Nard's offsetX on his XML file.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/monsters.xml b/monsters.xml index 6aec3712..a1564d1c 100644 --- a/monsters.xml +++ b/monsters.xml @@ -29,13 +29,9 @@ exemple : <sprite>monsters/chick.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="1" name="Pi-Pious" targetCursor="small" walkType="walk"> @@ -43,13 +39,9 @@ exemple : <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"> |