diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-01-19 19:40:55 +0100 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-04-22 12:58:31 -0400 |
commit | 69b32af4166dde0b8447c5519681ec529e1e9452 (patch) | |
tree | ccf1979d0ba4c05c0fbd5df8d6da4e56978eb24d /monsters.xml | |
parent | fde04b0cdef3f5945a6fa73a41ae7bf9712f9810 (diff) | |
download | clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.gz clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.bz2 clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.xz clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.zip |
Add Legacy green slime, little green slime
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 50eef838..2ad0661f 100644 --- a/monsters.xml +++ b/monsters.xml @@ -173,6 +173,18 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1023" name="Mouboo" targetCursor="small"> <sprite>monsters/mouboo.xml</sprite> </monster> + <monster id="1024" name="Green Slime" targetCursor="small"> + <sprite>monsters/slime.xml|#323b20,73874d,bcdd7d,ffffff</sprite> + <sound event="die">monsters/blub/die1.ogg</sound> + <sound event="hit">monsters/blub/hit1.ogg</sound> + <sound event="spawn">monsters/blub/spawn1.ogg</sound> + </monster> + <monster id="1025" name="Little Green Slime" targetCursor="small"> + <sprite>monsters/slime-littleslime.xml|#323b20,73874d,bcdd7d,ffffff</sprite> + <sound event="die">monsters/blub/die1.ogg</sound> + <sound event="hit">monsters/blub/hit1.ogg</sound> + <sound event="spawn">monsters/blub/spawn1.ogg</sound> + </monster> <monster id="1026" name="Maggot" targetCursor="small"> <sprite>monsters/maggot.xml</sprite> </monster> |