| 12345678910111213141516171819202122232425262728 |
- <?xml version="1.0"?>
- <particleeffect>
- <material name="Materials/Smoke.xml" />
- <numparticles value="1000" />
- <updateinvisible enable="true" />
- <relative enable="false" />
- <scaled enable="true" />
- <sorted enable="true" />
- <animlodbias value="0" />
- <emittertype value="Box" />
- <emittersize value="1 1 1" />
- <direction min="-0.15 1 -0.15" max="0.15 1 0.15" />
- <constantforce value="0 2 0" />
- <dampingforce value="2" />
- <activetime value="0" />
- <inactivetime value="0" />
- <emissionrate min="100" max="200" />
- <particlesize min="0.1 0.2" max="0.6 0.7" />
- <timetolive min="4" max="4" />
- <velocity min="0.5" max="3" />
- <rotation min="0" max="0" />
- <rotationspeed min="60" max="60" />
- <sizedelta add="0" mul="1.3" />
- <colorfade color="1 1 1 0" time="0" />
- <colorfade color="0.69 0.33 0.2 0.5" time="0.64" />
- <colorfade color="0 0 0 0" time="1.98" />
- <colorfade color="0 0 0 0" time="4" />
- </particleeffect>
|