diff options
author | Micksha <ms-shaman@gmx.de> | 2020-02-17 16:14:22 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-02-17 16:14:22 +0000 |
commit | ca0e489fd865f6d1a470be066e10f4f6ed2c81e6 (patch) | |
tree | 5ed3fda680d66fff1420dd409b48c5e172fff971 /monsters.xml | |
parent | 02de2ce38cfccde45a9f116b4e424fd83316fe91 (diff) | |
download | clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.gz clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.bz2 clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.tar.xz clientdata-ca0e489fd865f6d1a470be066e10f4f6ed2c81e6.zip |
Caves
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 4154e04b..15f0d813 100644 --- a/monsters.xml +++ b/monsters.xml @@ -402,6 +402,15 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="miss">weapons/piouslayer/miss1.ogg</sound> <attack id="1" action="attack_chop"/> </monster> + <monster id="1069" name="Gem Veinbloc" targetCursor="small"> + <sprite>monsters/veinbloc-gem.xml</sprite> + </monster> + <monster id="1070" name="Gold Veinbloc" targetCursor="small"> + <sprite>monsters/veinbloc-gold.xml</sprite> + </monster> + <monster id="1071" name="Coal Veinbloc" targetCursor="small"> + <sprite>monsters/veinbloc-coal.xml</sprite> + </monster> <monster id="1100" name="Poison Skull" walkType="fly" targetCursor="small"> <sprite>monsters/skull-poison.xml</sprite> </monster> |