diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 23:20:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 23:20:09 -0300 |
commit | 4903d41b99555c45be569de1c20ba4035854c888 (patch) | |
tree | 3a9a75e59f45ef9e415b50e28af89fd2fc56bd34 /graphics/particles/forge.particle.xml | |
download | clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.gz clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.bz2 clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.xz clientdata-4903d41b99555c45be569de1c20ba4035854c888.zip |
Reinitialized git repository with Evol2 support
Major changes:
- Makefile
- Gitlab CI
- Network update
- Char Creation update
Diffstat (limited to 'graphics/particles/forge.particle.xml')
-rw-r--r-- | graphics/particles/forge.particle.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/particles/forge.particle.xml b/graphics/particles/forge.particle.xml new file mode 100644 index 00000000..10c8cfd6 --- /dev/null +++ b/graphics/particles/forge.particle.xml @@ -0,0 +1,36 @@ +<?xml version="1.0"?> +<!-- +Smoke and embers for a glowing forge effect +--> +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" min="-14" max="36"/> + <property name="position-y" min="-30" max="-20"/> + <property name="output-pause" value="250"/> + <property name="output" value="5"/> + <property name="image" value="graphics/particles/fog-medium-c.png|W:#9999bb"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="50" max="90"/> + <property name="power" value="0.5"/> + <property name="momentum" value="0.99"/> + <property name="gravity" value="0"/> + <property name="lifetime" value="500"/> + <property name="fade-out" value="100"/> + </emitter> + </particle> + <!-- reduce to sparks --> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" min="8" max="28"/> + <property name="position-y" min="30" max="-13"/> + <animation imageset="graphics/particles/hot_coals.png" width="8" height="8"> + <sequence start="0" end="28" delay="100"/> + <frame index="28" delay="1000"/> + </animation> + <property name="lifetime" value="2800"/> + <property name="output" value="10"/> + <property name="output-pause" value="200"/> + </emitter> + </particle> +</effect> |