| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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:fxstreak.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXStreak" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="TRAIL" id="Soviet_TerrorEnter">
- <Lifetime High="5" Low="3"/>
- <Size High="1" Low="0.5"/>
- <BurstCount High="20" Low="20"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.419608" g="0.843137" r="0.945098"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-1" Swirly="true">
- <VelocityDamping High="1" Low="0.99"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="3"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Radius="2">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="15" Low="5"/>
- <y High="5" Low="-5"/>
- <z High="5" Low="-5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|