diff options
-rw-r--r-- | graphics/particles/monster-troll-foefire.particle.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/monster-troll-foefire.particle.xml b/graphics/particles/monster-troll-foefire.particle.xml index 6e3bcce2..f042ed79 100644 --- a/graphics/particles/monster-troll-foefire.particle.xml +++ b/graphics/particles/monster-troll-foefire.particle.xml @@ -25,10 +25,10 @@ used for the foefire attack of the Trolls. <frame index="7" delay="160"/> <frame index="8" delay="9999"/> </animation> - <property name="lifetime" min="0" max="110"/> - <property name="output" min="5" max="10"/> + <property name="lifetime" min="0" max="55"/> + <property name="output" min="2" max="5"/> <property name="fade-in" value="0"/> - <property name="fade-out" value="90"/> + <property name="fade-out" value="45"/> </emitter> </particle> </effect> |