diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-25 15:35:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-25 15:35:43 -0300 |
commit | d73375f1be9fd9d5070c60cc4fdad9c762e20619 (patch) | |
tree | 5fa39e1e884a8dbeb71e43aa8f9c043f4da32743 /monsters.xml | |
parent | 998a2658ca7a1baa12c035e59d61c96f8326dc3f (diff) | |
download | clientdata-d73375f1be9fd9d5070c60cc4fdad9c762e20619.tar.gz clientdata-d73375f1be9fd9d5070c60cc4fdad9c762e20619.tar.bz2 clientdata-d73375f1be9fd9d5070c60cc4fdad9c762e20619.tar.xz clientdata-d73375f1be9fd9d5070c60cc4fdad9c762e20619.zip |
Terranite Protector and Terranite King
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 49bb7de1..f581861b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1022,4 +1022,20 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sprite>monsters/yetifly.xml</sprite> <sound event="hit">monsters/frostiana/hit1.ogg</sound> </monster> + <monster id="1212" name="Terranite Protector"> + <sprite>monsters/terranite.xml</sprite> + <sprite>equipment/shields/steel.xml</sprite> + <sprite>equipment/weapons/lidersword.xml</sprite> + <sprite>equipment/head/bromenalhelmet.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </monster> + <monster id="1213" name="Terranite King"> + <sprite>monsters/terranite.xml</sprite> + <sprite>equipment/shields/steel.xml</sprite> + <sprite>equipment/weapons/backsword.xml</sprite> + <sprite>equipment/head/crown.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </monster> </monsters> |