summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-04-08 21:19:23 -0300
committerLed Mitz <smoothshifter@tuta.io>2024-04-09 15:46:34 +0000
commitc8cef31ec1ffc52b2df264a01517063e7e0491bf (patch)
treeadd351b3c907f34e82f94c1e5e12dfe525c760e8 /monsters.xml
parentabec0512bea39cc0b8970be9580909fd808cfc53 (diff)
downloadclientdata-c8cef31ec1ffc52b2df264a01517063e7e0491bf.tar.gz
clientdata-c8cef31ec1ffc52b2df264a01517063e7e0491bf.tar.bz2
clientdata-c8cef31ec1ffc52b2df264a01517063e7e0491bf.tar.xz
clientdata-c8cef31ec1ffc52b2df264a01517063e7e0491bf.zip
Brainblow - client
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index 5cd1bca6..b653cece 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1643,7 +1643,7 @@
<attack id="1" critical-hit-effect-id="71" hit-effect-id="70" missile-particle="graphics/particles/monster-rotter-vomit.xml" action="attack"/>
</monster>
- <monster id="1177" name="Rot">
+ <monster id="1177" name="Rot" targetCursor="small">
<sprite>monsters/rot.xml</sprite>
<sound event="die">monsters/slime/slime-die1.ogg</sound>
<attack id="1" critical-hit-effect-id="71" hit-effect-id="70" action="attack"/>
@@ -1762,6 +1762,14 @@
<monster id="1194" name="King Chonky Birb" targetCursor="large">
<sprite>monsters/piou-king.xml</sprite>
</monster>
+
+ <monster id="1195" name="Brainblow" targetCursor="small">
+ <sprite>monsters/brainblow.xml</sprite>
+ <sound event="die">monsters/brainblow/brainblow-die1.ogg</sound>
+ <sound event="die">monsters/brainblow/brainblow-die2.ogg</sound>
+ <sound event="die">monsters/brainblow/brainblow-die3.ogg</sound>
+ </monster>
+
<!-- Mods should use the following code -->
<include name="mods/monsters.xml" />