summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 16:19:11 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 16:19:11 -0300
commit8aad4496522b7007d2f96c9c3a099e09ca4ca605 (patch)
tree62661046c7284d7359d0d2f6ee1d88dcdd096563 /monsters.xml
parentfb75d595dc3215c47759f0bb6d0469e954303184 (diff)
downloadclientdata-8aad4496522b7007d2f96c9c3a099e09ca4ca605.tar.gz
clientdata-8aad4496522b7007d2f96c9c3a099e09ca4ca605.tar.bz2
clientdata-8aad4496522b7007d2f96c9c3a099e09ca4ca605.tar.xz
clientdata-8aad4496522b7007d2f96c9c3a099e09ca4ca605.zip
Add missing particles
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index baca4f67..4f77b7d2 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1459,12 +1459,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
</monster>
<monster id="1440" name="Snowman">
<sprite>monsters/snowman.xml</sprite>
+ <attack id="1" critical-hit-effect-id="35" missile-particle="graphics/particles/snowball.particle.xml" action="attack"/>
<sound event="hit">weapons/snowball/hit1.ogg</sound>
<sound event="miss">weapons/snowball/miss1.ogg</sound>
</monster>
<monster id="1441" name="Der Schneemann">
<sprite>monsters/snowman-boss.xml</sprite>
- <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/snow-burst.xml" action="attack"/>
+ <attack id="1" critical-hit-effect-id="37" missile-particle="graphics/particles/snow-burst.xml" action="attack"/>
<sound event="hit">monsters/snowman_boss/hit1.ogg</sound>
<sound event="miss">monsters/snowman_boss/miss1.ogg</sound>
</monster>