diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-17 20:07:51 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-17 20:07:51 -0200 |
commit | dcd377b2098175e194d65cab70c99d89b8636dd9 (patch) | |
tree | 8d264baad23335dc5bbb2264acba367d19e6b0be | |
parent | db2fbca7a423fe0b41ef5809a1a3b57db0bf4284 (diff) | |
download | clientdata-dcd377b2098175e194d65cab70c99d89b8636dd9.tar.gz clientdata-dcd377b2098175e194d65cab70c99d89b8636dd9.tar.bz2 clientdata-dcd377b2098175e194d65cab70c99d89b8636dd9.tar.xz clientdata-dcd377b2098175e194d65cab70c99d89b8636dd9.zip |
Clean a mess I did at XML file
-rw-r--r-- | monsters.xml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/monsters.xml b/monsters.xml index 00f12f9c..64a49a8a 100644 --- a/monsters.xml +++ b/monsters.xml @@ -343,7 +343,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>monsters/goldenscorpion.xml</sprite> </monster> - + <!-- Need rewrite: Fallen King/Guard --> <monster id="1079" name="Fallen King"> <sprite>races/elven-male.xml</sprite> <sprite>equipment/legs/assassinpants-male.xml</sprite> @@ -372,8 +372,6 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="miss">weapons/piouslayer/miss1.ogg</sound> <!--sound event="die">short-sword-die1.ogg</sound--> </monster> - - <monster id="1081" name="Fallen Guard"> <sprite>races/elven-male.xml</sprite> <sprite>equipment/legs/assassinpants-male.xml</sprite> @@ -403,18 +401,4 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <!--sound event="die">short-sword-die1.ogg</sound--> </monster> - <monster id="377" name="Idolo de Froz"> - <sprite>npcs/npc-estatuas.xml</sprite> - </monster> - <monster id="382" name="Idolo de Halicarnazo"> - <sprite>npcs/npc-estatuas.xml</sprite> - </monster> - - <monster id="374" name="Reino de Froz"> - <sprite>npcs/npc-PortaDeCastelo.xml</sprite> - </monster> - <monster id="379" name="Reino de Halicarnazo"> - <sprite>npcs/npc-PortaDeCastelo2.xml</sprite> - </monster> - </monsters> |