diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-30 16:06:38 +0200 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-30 16:06:38 +0200 |
commit | 36d896eb2c14e234ae9427f1a13be938579f79bc (patch) | |
tree | 335a75767df27283e06bcdbcaffb4fd68b9bbb16 /monsters.xml | |
parent | abef8a48b588d9bb7dbd11efe85e5610bf449c5c (diff) | |
download | clientdata-36d896eb2c14e234ae9427f1a13be938579f79bc.tar.gz clientdata-36d896eb2c14e234ae9427f1a13be938579f79bc.tar.bz2 clientdata-36d896eb2c14e234ae9427f1a13be938579f79bc.tar.xz clientdata-36d896eb2c14e234ae9427f1a13be938579f79bc.zip |
add snake and moutian snake
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 d8bf78cc..6b9a6e49 100644 --- a/monsters.xml +++ b/monsters.xml @@ -553,4 +553,11 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>monsters/accessories/moubooeastereyes.xml</sprite> <sprite>monsters/accessories/moubooeastertail.xml</sprite> </monster> + <monster id="1122" name="Snake" targetCursor="medium"> + <sprite>monsters/snake.xml|#664d28,a6673a,dbbc86,ffffff</sprite> + </monster> + <monster id="1123" name="Mountain Snake" targetCursor="medium"> + <sprite>monsters/snake.xml|#585b39,a67c5d,dbc9a9,ffffff</sprite> + </monster> + </monsters> |