diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-05 23:55:45 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-05 23:55:45 +0000 |
commit | 7e99b643c2acbd7724a736e91b24fd4730a7c142 (patch) | |
tree | fb3507c6caf310582e0876aa1efdf1b0c7a474e3 /monsters.xml | |
parent | 8e13e0091eba1914a6326bd086aec526a31da26f (diff) | |
download | clientdata-7e99b643c2acbd7724a736e91b24fd4730a7c142.tar.gz clientdata-7e99b643c2acbd7724a736e91b24fd4730a7c142.tar.bz2 clientdata-7e99b643c2acbd7724a736e91b24fd4730a7c142.tar.xz clientdata-7e99b643c2acbd7724a736e91b24fd4730a7c142.zip |
add moubo sliem for @jesusalva
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 93d44f17..029b85df 100644 --- a/monsters.xml +++ b/monsters.xml @@ -926,4 +926,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <!--sound event="die">short-sword-die1.ogg</sound--> <!--attack id="1" missile-particle="graphics/particles/lightning-lunovox.xml" action="attack"/--> </monster> + <monster id="1201" name="Mouboo Slime"> + <sprite>monsters/moubooslime.xml</sprite> + <sound event="hit">monsters/slime/slime-hit1.ogg</sound> + </monster> </monsters> |