| 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:fxstreak.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXStreak" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" SortLevel="1" Type="TRAIL" id="Soviet_TerrorEating">
- <Lifetime High="15" Low="5"/>
- <Size High="1" Low="1"/>
- <BurstCount High="5" Low="5"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.427451" g="0.784314" r="0.937255"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.2" g="0.843137" r="0.933333"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="3"/>
- </Draw>
- <Volume>
- <Point/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="2" Low="-2"/>
- <y High="2" Low="-2"/>
- <z High="15" Low="10"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_IN_WORLD_SPACE">
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|