diff options
author | Reid <reidyaro@gmail.com> | 2015-10-25 15:58:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:15:00 +0100 |
commit | af91665938ef790b69952cf57fcde0fe7c908e25 (patch) | |
tree | d8fade26f9a1aa4488a793bc83d266001bd6ac63 /monsters.xml | |
parent | 4040b32bf86fcfed44aa4f0e5540eecebd855c8e (diff) | |
download | clientdata-af91665938ef790b69952cf57fcde0fe7c908e25.tar.gz clientdata-af91665938ef790b69952cf57fcde0fe7c908e25.tar.bz2 clientdata-af91665938ef790b69952cf57fcde0fe7c908e25.tar.xz clientdata-af91665938ef790b69952cf57fcde0fe7c908e25.zip |
Add Cuco on mosnters.xml with ID 18.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 0741afcd..7a449419 100644 --- a/monsters.xml +++ b/monsters.xml @@ -158,4 +158,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="die">monsters/pumpkin/die1.ogg</sound> <sound event="hit">monsters/pumpkin/hit1.ogg</sound> </monster> + <monster id="18" name="Cuco" walkType="walk" targetCursor="large"> + <sprite>monsters/cuco.xml</sprite> + <sound event="die">monsters/pumpkin/die1.ogg</sound> + <sound event="hit">monsters/pumpkin/hit1.ogg</sound> + </monster> </monsters> |