| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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:fxlenzflare04.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsEmitAboveGroundOnly="true" ParticleTexture="FXLenzFlare04" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SystemLifetime="1" id="SovietBuildingHitGlow">
- <Lifetime High="20" Low="20"/>
- <Size High="20" Low="10"/>
- <BurstCount High="7" Low="7"/>
- <Alphas>
- <Alpha Frame="1" High="0.25" Low="0.1" RelativeAge="0"/>
- <Alpha Frame="2" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.513726" g="0.678431" r="0.952941"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.75" Low="0.7"/>
- </Default>
- </Physics>
- <Draw>
- <Default/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="10"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="6" Low="2"/>
- <SizeRateDamping High="0.9" Low="0.85"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|