summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-04-26 21:54:51 +0200
committergumi <git@gumi.ca>2018-07-05 11:11:26 -0400
commit7e8ab05dc2fcb615ee128115b2151a4bb277a338 (patch)
tree18be31fc025b2beca2fb1decc29ea1c5e1b9a484 /graphics/particles
parentc56191ec59d0d11d71ff90121175a012f371d9c9 (diff)
downloadclientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.gz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.bz2
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.tar.xz
clientdata-7e8ab05dc2fcb615ee128115b2151a4bb277a338.zip
add the wand
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/aniblaze-medium.pngbin0 -> 2410 bytes
-rw-r--r--graphics/particles/aniblaze.pngbin0 -> 2075 bytes
-rw-r--r--graphics/particles/blaze.pngbin0 -> 360 bytes
-rw-r--r--graphics/particles/fire-explosion.xml47
-rw-r--r--graphics/particles/flame-particle.xml24
-rw-r--r--graphics/particles/healing.xml4
6 files changed, 73 insertions, 2 deletions
diff --git a/graphics/particles/aniblaze-medium.png b/graphics/particles/aniblaze-medium.png
new file mode 100644
index 00000000..f49dea36
--- /dev/null
+++ b/graphics/particles/aniblaze-medium.png
Binary files differ
diff --git a/graphics/particles/aniblaze.png b/graphics/particles/aniblaze.png
new file mode 100644
index 00000000..7249001c
--- /dev/null
+++ b/graphics/particles/aniblaze.png
Binary files differ
diff --git a/graphics/particles/blaze.png b/graphics/particles/blaze.png
new file mode 100644
index 00000000..946e6d8a
--- /dev/null
+++ b/graphics/particles/blaze.png
Binary files differ
diff --git a/graphics/particles/fire-explosion.xml b/graphics/particles/fire-explosion.xml
new file mode 100644
index 00000000..4cd41101
--- /dev/null
+++ b/graphics/particles/fire-explosion.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+An explosion of white particles.
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="20" lifetime="1">
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="-10" max="10"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="2"/>
+ <property name="gravity" value="0.1"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="8" delay="20"/>
+ <frame index="8" delay="1000"/>
+ </animation>
+ <property name="lifetime" min="0" max="40"/>
+ <property name="output" min="100" max="150"/>
+ <property name="fade-out" value="10"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="vertical-angle" min="45" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="8"/>
+ <property name="gravity" value="0.1"/>
+ <property name="image" value="graphics/particles/orb-medium.png"/>
+ <property name="lifetime" min="0" max="80"/>
+ <property name="output" min="6" max="12"/>
+ <property name="fade-out" value="10"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-10" max="10"/>
+ <property name="position-y" min="-10" max="10"/>
+ <property name="vertical-angle" min="65" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="6"/>
+ <property name="gravity" value="-0.1"/>
+ <property name="image" value="graphics/particles/fog-medium.png"/>
+ <property name="lifetime" min="0" max="80"/>
+ <property name="output" min="10" max="15"/>
+ <property name="fade-out" value="80"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/flame-particle.xml b/graphics/particles/flame-particle.xml
new file mode 100644
index 00000000..c7b79fda
--- /dev/null
+++ b/graphics/particles/flame-particle.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+Small flame with a point-like source designed for the lamps on the cave
+tileset but it should also work to visualize some kind of torch or - when
+launched by a parent emitter - a small fireball.
+-->
+<effect>
+ <particle position-x="17" position-y="0" position-z="32">
+ <emitter>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="power" min="0.3" max="0.8"/>
+ <property name="gravity" value="-0.02"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="8" delay="30"/>
+ <frame index="8" delay="1000"/>
+ </animation>
+ <property name="lifetime" min="35" max="50"/>
+ <property name="output" min="1" max="3"/>
+ <property name="fade-in" value="2"/>
+ <property name="fade-out" value="10"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/healing.xml b/graphics/particles/healing.xml
index 88e9edd3..727bd08e 100644
--- a/graphics/particles/healing.xml
+++ b/graphics/particles/healing.xml
@@ -11,8 +11,8 @@ Copyright (C) 2010-2013 Evol Online -->
<property name="output" value="3"/>
<property name="position-y" value="32"/>
<property name="horizontal-angle" min="0" max="360"/>
- <property name="power" value="30"/>
- <property name="lifetime" value="1"/>
+ <property name="power" value="35"/>
+ <property name="lifetime" value="2"/>
<emitter>
<property name="gravity" value="-0.7"/>
<property name="momentum" value="0.3"/>