| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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:fxsovietrockettrail.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSovietRocketTrail" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="TRAIL" id="SovietRocketTrail">
- <Lifetime High="50" Low="50"/>
- <Size High="0.5" Low="0.5"/>
- <BurstDelay High="200" Low="200"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Wind AngleChangeMax="0.1" AngleChangeMin="0.05" FullStrengthDist="5" PingPongEndAngleMin="5.49779" PingPongStartAngleMax="0.1" Strength="1" TurbulenceAmplitude="0.01" TurbulenceFrequency="5"/>
- <Physics>
- <Default Gravity="-0.01" ParticlesAttachToBone="true">
- <VelocityDamping High="1" Low="1"/>
- <DriftVelocity x="0.3" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="20"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="0" y="0" z="0"/>
- <EndPoint x="0" y="0" z="0"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|