diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-20 23:04:51 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-20 23:04:51 -0300 |
commit | 1a4d7e7b324160250ac4b3415f8145c376099d92 (patch) | |
tree | b618526069408d392c61eeae0006eb543b28ef80 /graphics/particles | |
parent | 2bcbb890e3056f4f9b3a511eed187c9a8e8b5141 (diff) | |
download | clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.gz clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.bz2 clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.xz clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.zip |
Includes a couple of new testing items: 586 and 3518
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/medium-blindinglight2.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/particles/medium-blindinglight2.xml b/graphics/particles/medium-blindinglight2.xml new file mode 100644 index 00000000..45cc9981 --- /dev/null +++ b/graphics/particles/medium-blindinglight2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- +Smoke Grenade: When you need to take players by surprise and RUN. +--> +<effect> + <particle position-x="-16" position-y="0" position-z="40" lifetime="200"> + <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="200" max="200"/> + <property name="output" min="10" max="800"/> + <property name="fade-out" value="10"/> + <property name="bounce" value="0.1"/> + </emitter> + </particle> +</effect> |