| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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:fxfire03.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFire03" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="10" Type="GPU_PARTICLE" id="SovietMCVHitFlash">
- <Lifetime High="10" Low="10"/>
- <Size High="40" Low="30"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="1">
- <Color b="0.219608" g="0.380392" r="0.647059"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.101961" g="0.117647" r="0.14902"/>
- </Color>
- <ColorScale High="5" Low="5"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.75" Low="0.7"/>
- <DriftVelocity x="0.1" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="6" SpeedMultiplier="3" TotalFrames="36"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="true" Radius="20"/>
- </Volume>
- <Velocity>
- <Spherical>
- <Speed High="0" Low="0"/>
- </Spherical>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="3" Low="1"/>
- <SizeRateDamping High="0.99" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|