| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Includes>
- <Include source="art:fxemberslight.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXEmbersLight" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietHWRocketHitEmbers">
- <Lifetime High="20" Low="5"/>
- <Size High="40" Low="25"/>
- <BurstCount High="10" Low="3"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.423529" g="0.752941" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="10" Low="5"/>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.95" Low="0.9"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="0"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="5" Low="3"/>
- <y High="2" Low="-2"/>
- <z High="2" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.02" Low="-0.02"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|