summaryrefslogtreecommitdiff
path: root/graphics/particles/medium-blindinglight2.xml
blob: 45cc99812e8496a4dc56929899d8fed7e9108377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>