summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorSaulc <lucas@debian>2018-01-13 20:04:29 +0100
committerSaulc <lucas@debian>2018-01-13 20:04:29 +0100
commitea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5 (patch)
tree42a67c7c1384e096f2f6122bcc0b7bfe516e254f /monsters.xml
parent11f4b54e380468958cc4b7bab6d24ed3a2b41642 (diff)
downloadclientdata-ea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5.tar.gz
clientdata-ea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5.tar.bz2
clientdata-ea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5.tar.xz
clientdata-ea2cf521ec2cf7d58462e63d4db6d8fe46b9daa5.zip
add much things
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index da25af81..fc870d7b 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -173,4 +173,53 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<monster id="1023" name="Mouboo" targetCursor="large">
<sprite>monsters/mouboo.xml</sprite>
</monster>
+ <monster id="1024" name="Bandit" targetCursor="medium">
+ <sprite>monsters/bandit.xml</sprite>
+ <sound event="die">monsters/mushroom/die1.ogg</sound>
+ <sound event="die">monsters/mushroom/die2.ogg</sound>
+ <sound event="spawn">monsters/mushroom/spawn1.ogg</sound>
+ <sound event="spawn">monsters/mushroom/spawn2.ogg</sound>
+ </monster>
+ <monster id="1025" name="Butterfly" targetCursor="small">
+ <sprite>monsters/butterfly.xml</sprite>
+ </monster>u
+ <monster id="1026" name="Archant" targetCursor="small">
+ <sprite>monsters/archant.xml</sprite>
+ </monster>
+ <monster id="1027" name="Cave Maggot" targetCursor="small">
+ <sprite>monsters/cavemaggot.xml</sprite>
+ </monster>
+ <monster id="1028" name="Clover Patch" targetCursor="medium">
+ <sprite>monsters/cloverpatch.xml</sprite>
+ </monster>
+ <monster id="1029" name="Duck" targetCursor="medium">
+ <sprite>monsters/duck.xml</sprite>
+ </monster>
+ <monster id="1030" name="Maggot" targetCursor="small">
+ <sprite>monsters/maggot.xml</sprite>
+ </monster>
+ <monster id="1031" name="Giant Maggot" targetCursor="large">
+ <sprite>monsters/giantmaggot.xml</sprite>
+ </monster>
+ <monster id="1032" name="Plant" targetCursor="medium">
+ <sprite>monsters/plant.xml</sprite>
+ </monster>
+ <monster id="1033" name="Pumpkin" targetCursor="medium">
+ <sprite>monsters/pumpkin.xml</sprite>
+ </monster>
+ <monster id="1034" name="Silk Worm" targetCursor="medium">
+ <sprite>monsters/silkworm.xml</sprite>
+ </monster>
+ <monster id="1035" name="Cave Snake" targetCursor="medium">
+ <sprite>monsters/cavesnake.xml</sprite>
+ </monster>
+ <monster id="1036" name="Demonic Scythe" targetCursor="large">
+ <sprite>monsters/demonicscythe.xml</sprite>
+ </monster>
+ <monster id="1037" name="Wolvern" targetCursor="medium">
+ <sprite>monsters/wolvern.xml</sprite>
+ </monster>
+ <monster id="1038" name="Zombie" targetCursor="medium">
+ <sprite>monsters/zombie.xml</sprite>
+ </monster>
</monsters>