summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-13 14:01:42 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-13 14:01:42 -0300
commitd03ebcf959a4d28f0aca8526cf33cd471ceff15e (patch)
treeeb598fa4f46c5bed389c5810aae999ece3fb44f0 /monsters.xml
parentf2879a74c1afecb4e1c06754e46d6d07bdb809ed (diff)
downloadclientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.gz
clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.bz2
clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.xz
clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.zip
Fix Boss Pinkie. Pinkie Maximus (1249) vs the boss, Pinkie Emperor (1420)
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml
index 90fcdcef..e5fefaa2 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1296,7 +1296,11 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<sound event="hit">weapons/lightsaber/crit.ogg</sound>
<sound event="miss">weapons/lightsaber/miss.ogg</sound>
</monster>
- <!-- ID 1249 is free -->
+ <monster id="1249" name="Pinkie Maximus" targetCursor="small">
+ <sprite>monsters/bosspinkie.xml</sprite>
+ <sound event="hit">monsters/pinkie/pinkiehit.ogg</sound>
+ <sound event="miss">monsters/pinkie/pinkiemiss.ogg</sound>
+ </monster>
<!-- ID 1250 to ID 1400 reserved to the Hercules Engine -->
@@ -1365,8 +1369,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<sound event="hit">monsters/pinkie/pinkiehit.ogg</sound>
<sound event="miss">monsters/pinkie/pinkiemiss.ogg</sound>
</monster>
- <monster id="1420" name="Pinkie Emperor" targetCursor="small">
- <sprite>monsters/bosspinkie.xml</sprite>
+ <monster id="1420" name="Pinkie Emperor" targetCursor="large">
+ <sprite>monsters/bosspinkie2.xml</sprite>
<sound event="hit">monsters/pinkie/pinkiehit.ogg</sound>
<sound event="miss">monsters/pinkie/pinkiemiss.ogg</sound>
</monster>