summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-05 09:18:33 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-05 09:18:33 -0300
commit00835c2e557c7633e3a4e34c122d155836749a52 (patch)
treeb1754d71d088afe5b029771cc4b11f4abdf712ac /monsters.xml
parent726d3b9ebfa3b65d75146e456582ffffbeaa3e7b (diff)
downloadclientdata-00835c2e557c7633e3a4e34c122d155836749a52.tar.gz
clientdata-00835c2e557c7633e3a4e34c122d155836749a52.tar.bz2
clientdata-00835c2e557c7633e3a4e34c122d155836749a52.tar.xz
clientdata-00835c2e557c7633e3a4e34c122d155836749a52.zip
Add plants to monsters.xml and fix some errors
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml
index ea7a9f9b..70ea5427 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -206,7 +206,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<monster id="1031" name="Giant Maggot" targetCursor="large">
<sprite>monsters/giantmaggot.xml</sprite>
</monster>
- <monster id="1032" name="Gamboge Plant" targetCursor="medium">
+ <monster id="1032" name="BUG, REPORT ME!" targetCursor="medium">
<sprite>monsters/plant.xml|#ef9b0f</sprite>
</monster>
<monster id="1033" name="Pumpkin" targetCursor="medium">
@@ -622,9 +622,15 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<sound event="spawn">monsters/mushroom/spawn1.ogg</sound>
<sound event="spawn">monsters/mushroom/spawn2.ogg</sound>
</monster>
- <monster id="1129" name="Murderer Scorpion" targetCursor="medium">
+ <monster id="1129" name="Murderer Scorpion" targetCursor="medium">
<sprite>monsters/murdererscorpion.xml</sprite>
</monster>
+ <monster id="1130" name="Angry Red Scorpion" targetCursor="medium">
+ <sprite>monsters/redscorpion.xml</sprite>
+ </monster>
+ <monster id="1131" name="Angry Scorpion" targetCursor="medium">
+ <sprite>monsters/scorpion.xml</sprite>
+ </monster>
<monster id="1132" name="Pinkie" targetCursor="small">
<sprite>monsters/pinkie.xml</sprite>
<sound event="hit">monsters/pinkie/pinkiehit.ogg</sound>
@@ -640,4 +646,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<sound event="miss">monsters/croc/miss1.ogg</sound>
<sound event="spawn">monsters/croc/spawn1.ogg</sound>
</monster>
+ <monster id="1134" name="Gamboge Plant" targetCursor="small">
+ <sprite>monsters/plant.xml|#ef9b0f</sprite>
+ </monster>
+ <monster id="1135" name="Mauve Plant" targetCursor="small">
+ <sprite>monsters/plant.xml|#e0b0ff</sprite>
+ </monster>
+ <monster id="1136" name="Cobalt Plant" targetCursor="small">
+ <sprite>monsters/plant.xml|#0047ab</sprite>
+ </monster>
</monsters>