| 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:fxlenzflare01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXLenzFlare01" PerParticleAttachedSystem="" Priority="ULTRA_HIGH_ONLY" SystemLifetime="1" id="SovietFlakTrooperBackFireLight">
- <Lifetime High="10" Low="10"/>
- <Size High="15" Low="15"/>
- <BurstDelay High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="19.999998">
- <Color b="0.156863" g="0.643137" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="3" Low="3"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <LightSource MaximumIntensityRadiusRatio="0.5"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="-20" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-1" Low="-1"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.1" Low="0.1"/>
- <SizeRateDamping High="0.99" Low="0.99"/>
- <AngleZ High="3" Low="-3"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|