| 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:fxtracers02.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXtracers02" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="TRAIL" id="SovietBuildingHitSparks">
- <Lifetime High="30" Low="15"/>
- <Size High="2" Low="0.25"/>
- <BurstCount High="60" Low="20"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.25">
- <VelocityDamping High="0.8" Low="0.6"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="6"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Radius="10">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="20" Low="-20"/>
- <y High="20" Low="-20"/>
- <z High="20" Low="0"/>
- </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>
|