diff options
Diffstat (limited to 'tmw-darkside.servegame.com/graphics/particles/questup.particle.xml')
-rw-r--r-- | tmw-darkside.servegame.com/graphics/particles/questup.particle.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tmw-darkside.servegame.com/graphics/particles/questup.particle.xml b/tmw-darkside.servegame.com/graphics/particles/questup.particle.xml new file mode 100644 index 00000000..d4a59a75 --- /dev/null +++ b/tmw-darkside.servegame.com/graphics/particles/questup.particle.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!-- +Green stars which are supposed to engulf a character +--> +<effect> + <particle position-x="0" position-y="0" position-z="0" lifetime="128"> + <emitter> + <property name="image" value="graphics/particles/star-medium.png|W:#009600,ffffff"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="2"/> + <property name="lifetime" value="36"/> + <property name="output" min="-5" max="1"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="0" max="32"/> + </emitter> + </particle> +</effect> |