| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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:fxfirescroll3.xml" type="instance"/>
- <Include source="art:fxfractilenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireScroll3" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietFlakTrooperBackFireFlash">
- <Lifetime High="30" Low="15"/>
- <Size High="5" Low="3"/>
- <BurstCount High="10" Low="10"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.576471" g="0.819608" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="14.999999">
- <Color b="0.568628" g="0.85098" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="2" Low="1.5"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.8" Low="0.7"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFracTileNRM" MiscValue1="0.1" MiscValue2="0.1" MiscValue3="45" MiscValue4="0.6" Shader="GpuParticleDistort.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.5" Low="-0.5"/>
- <y High="3" Low="0"/>
- <z High="0.5" Low="-0.5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.1" Low="0.1"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.02" Low="-0.02"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|