| 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:fxfiregrid.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireGrid" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" Type="GPU_PARTICLE" id="InfantryFireDeath">
- <Lifetime High="15" Low="15"/>
- <Size High="10" Low="5"/>
- <BurstCount High="3" Low="3"/>
- <Colors>
- <Color Frame="2" RelativeAge="25">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="0.1">
- <VelocityDamping High="0.99" Low="0.98"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" RandTex="1" SpeedMultiplier="1" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="-5" y="0" z="0"/>
- <EndPoint x="5" y="0" z="0"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0.5" Low="0.25"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|