forked from townforge/townforge
30 lines
933 B
XML
30 lines
933 B
XML
<?xml version="1.0"?>
|
|
<particleeffect>
|
|
<material name="Materials/Particle.xml" />
|
|
<numparticles value="10" />
|
|
<updateinvisible enable="false" />
|
|
<relative enable="true" />
|
|
<scaled enable="true" />
|
|
<sorted enable="false" />
|
|
<fixedscreensize enable="false" />
|
|
<animlodbias value="0" />
|
|
<emittertype value="Sphere" />
|
|
<!-- <emittersize value="0.5 1 0.5" /> -->
|
|
<emittersize value="1 1 1" />
|
|
<direction min="-1 -1 -1" max="1 1 1" />
|
|
<constantforce value="0 0 0" />
|
|
<dampingforce value="0" />
|
|
<activetime value="0" />
|
|
<inactivetime value="0" />
|
|
<emissionrate min="10" max="30" />
|
|
<particlesize min="0.1 0.1" max="0.1 0.1" />
|
|
<timetolive min="0.2" max="0.3" />
|
|
<velocity min="0" max="0" />
|
|
<rotation min="0" max="0" />
|
|
<rotationspeed min="0" max="0" />
|
|
<sizedelta add="5" mul="10" />
|
|
<faceCameraMode value="Rotate XYZ" />
|
|
<!-- <color value="0.4 0.7 1 0.4" /> -->
|
|
<color value="0.4 0.7 1 0.7" />
|
|
</particleeffect>
|