diff options
Diffstat (limited to 'graphics')
-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> |