| 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:fxfiregrid.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireGrid" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" Type="GPU_PARTICLE" id="VehicleDamageFire02">
- <Lifetime High="10" Low="10"/>
- <Size High="10" Low="8"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="25">
- <Color b="0.560784" g="0.560784" r="0.560784"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Swirly="true">
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" SingleRow="-1" SpeedMultiplier="0.1" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="4"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.1" Low="-0.1"/>
- <y High="0.1" Low="-0.1"/>
- <z High="1.5" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_AROUND_VELOCITY">
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDamping High="1" Low="1"/>
- <AngleXY High="7" Low="0"/>
- <AngularRateXY High="1" Low="-1"/>
- <AngularDampingXY High="0.95" Low="0.9"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|