summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 14:04:19 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 14:04:19 -0200
commit77c8df5bc5920db8a9a9fb1c773720c0be6111d7 (patch)
tree705d201f87757e5e07395da99d9a43c8642e7f34 /graphics
parent59f29374f825e82e225323ef4cfe6722b8fc6747 (diff)
downloadclientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.gz
clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.bz2
clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.xz
clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.zip
Include bug bomb effect, change allocation max to 250
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/light-large.pngbin0 -> 569 bytes
-rw-r--r--graphics/particles/medium-blindinglight.xml21
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/particles/light-large.png b/graphics/particles/light-large.png
new file mode 100644
index 00000000..c501f629
--- /dev/null
+++ b/graphics/particles/light-large.png
Binary files differ
diff --git a/graphics/particles/medium-blindinglight.xml b/graphics/particles/medium-blindinglight.xml
new file mode 100644
index 00000000..7c9480ab
--- /dev/null
+++ b/graphics/particles/medium-blindinglight.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!--
+A medium blinding light, that stay on the ground, like a layer of clouds.
+-->
+<effect>
+ <particle position-x="-16" position-y="0" position-z="40" lifetime="1">
+ <emitter>
+ <property name="position-x" min="-2" max="2"/>
+ <property name="position-y" min="-2" max="2"/>
+ <property name="vertical-angle" min="-60" max="60"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="3"/>
+ <property name="gravity" value="0.1"/>
+ <property name="image" value="graphics/particles/light-large.png"/>
+ <property name="lifetime" min="3000" max="4000"/>
+ <property name="output" min="10" max="800"/>
+ <property name="fade-out" value="10"/>
+ <property name="bounce" value="0.1"/>
+ </emitter>
+ </particle>
+</effect>