diff options
-rw-r--r-- | graphics/particles/monster-leaf.particle.xml | 101 | ||||
-rw-r--r-- | graphics/sprites/monsters/element-ball.png | bin | 57604 -> 54288 bytes | |||
-rw-r--r-- | monsters.xml | 7 |
3 files changed, 107 insertions, 1 deletions
diff --git a/graphics/particles/monster-leaf.particle.xml b/graphics/particles/monster-leaf.particle.xml new file mode 100644 index 00000000..200ff911 --- /dev/null +++ b/graphics/particles/monster-leaf.particle.xml @@ -0,0 +1,101 @@ +<?xml version="1.0"?> + +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "40" + > + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <animation imageset="graphics/particles/leaf.png|W:#6a9419" width="8" height="8"> + <sequence start="0" end="6" delay="50"/> + </animation> + <property name="follow-parent" /> + </emitter> + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <animation imageset="graphics/particles/leaf.png|W:#945019" width="8" height="8"> + <sequence start="0" end="6" delay="50"/> + </animation> + <property name="follow-parent" /> + </emitter> + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <animation imageset="graphics/particles/leaf.png|W:#791b1b" width="8" height="8"> + <sequence start="0" end="6" delay="50"/> + </animation> + <property name="follow-parent" /> + </emitter> + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <animation imageset="graphics/particles/leaf.png|W:#465018" width="8" height="8"> + <sequence start="0" end="6" delay="50"/> + </animation> + <property name="follow-parent" /> + </emitter> + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <animation imageset="graphics/particles/leaf.png|W:#a05e00" width="8" height="8"> + <sequence start="0" end="6" delay="50"/> + </animation> + <property name="follow-parent" /> + </emitter> + </particle> +</effect> + diff --git a/graphics/sprites/monsters/element-ball.png b/graphics/sprites/monsters/element-ball.png Binary files differindex 9d28f45a..a58f500a 100644 --- a/graphics/sprites/monsters/element-ball.png +++ b/graphics/sprites/monsters/element-ball.png diff --git a/monsters.xml b/monsters.xml index 17402de4..6632c077 100644 --- a/monsters.xml +++ b/monsters.xml @@ -404,7 +404,7 @@ </monster> <monster id="69" name="Ice Element"> - <sprite>monsters/element-ball.xml</sprite> + <sprite>monsters/element-ball.xml|#5e929d,a2d8e3,ffffff</sprite> </monster> <monster id="70" name="Yeti"> @@ -482,4 +482,9 @@ <sprite>monsters/skull-ice.xml</sprite> </monster> + <monster id="84" name="Fey Element"> + <sprite>monsters/element-ball.xml|#6d4e2f,98612c,c38a53,ffffff</sprite> + <particlefx>graphics/particles/monster-leaf.particle.xml</particlefx> + </monster> + </monsters> |