| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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:fxsmokeanim.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmokeAnim" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SystemLifetime="3" Type="GPU_PARTICLE" id="Soviet_TankHit_Smoke">
- <Lifetime High="50" Low="20"/>
- <BurstCount High="5" Low="5"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="200"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.117647" g="0.117647" r="0.117647"/>
- </Color>
- <Color Frame="2" RelativeAge="14.999999">
- <Color b="0.121569" g="0.121569" r="0.121569"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.4" g="0.4" r="0.4"/>
- </Color>
- <Color Frame="4" RelativeAge="200">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="0.005">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0.15" y="0" z="0.15"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" GeometryType="TWO_CONCENTRIC_QUADS" RandTex="1" Shader="GPUParticleLit.fx" SpeedMultiplier="0.01" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Cylinder Radius="2">
- <Offset x="0" y="0" z="-25"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="2" Low="-2"/>
- <y High="2" Low="-2"/>
- <z High="5" Low="5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_AROUND_VELOCITY">
- <SizeRate High="1.5" Low="1"/>
- <SizeRateDamping High="0.98" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.25" Low="-0.25"/>
- <AngularDamping High="0.98" Low="0.97"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|