diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-07 00:52:49 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-07 00:52:49 +0000 |
commit | 34a36d2c86e9a5f2a024590e1b5589463f5e914f (patch) | |
tree | 9721892afa486d6002627b4cfd5adb9e96a5f6ac /monsters.xml | |
parent | 30a6848240ca6da43dd04f1ecfb799d0145b905f (diff) | |
download | clientdata-34a36d2c86e9a5f2a024590e1b5589463f5e914f.tar.gz clientdata-34a36d2c86e9a5f2a024590e1b5589463f5e914f.tar.bz2 clientdata-34a36d2c86e9a5f2a024590e1b5589463f5e914f.tar.xz clientdata-34a36d2c86e9a5f2a024590e1b5589463f5e914f.zip |
add monster 1128 chagashroom field
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 865e9eeb..bd64bda0 100644 --- a/monsters.xml +++ b/monsters.xml @@ -609,5 +609,12 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hurt">monsters/loghead/logheadhurt4.ogg</sound> <sound event="hurt">monsters/loghead/logheadhurt5.ogg</sound> </monster> + <monster id="1128" name="Chagashroom Field" targetCursor="large" sortOffsetY="70"> + <sprite>monsters/chagashroom.xml</sprite> + <sound event="die">monsters/mushroom/die1.ogg</sound> + <sound event="die">monsters/mushroom/die2.ogg</sound> + <sound event="spawn">monsters/mushroom/spawn1.ogg</sound> + <sound event="spawn">monsters/mushroom/spawn2.ogg</sound> + </monster> </monsters> |