| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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="MEDIUM_OR_ABOVE" SystemLifetime="1" Type="TRAIL" id="Soviet_TankHit_Bits">
- <Lifetime High="20" Low="10"/>
- <Size High="1.3" Low="0.2"/>
- <BurstDelay High="2" Low="1"/>
- <BurstCount High="60" Low="40"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="25"/>
- <Alpha Frame="3" High="1" Low="1" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.305882" g="0.305882" r="0.305882"/>
- </Color>
- <Color Frame="2" RelativeAge="25">
- <Color b="0.160784" g="0.160784" r="0.172549"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.078431" g="0.105882" r="0.121569"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-1.5">
- <VelocityDamping High="0.99" Low="0.98"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="2"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="10" Low="1"/>
- <y High="0" Low="0"/>
- <z High="10" Low="5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|