| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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:fxsmoke01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsEmitAboveGroundOnly="true" ParticleTexture="FXSmoke01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="GPU_PARTICLE" id="Soviet_Flak">
- <Lifetime High="150" Low="80"/>
- <Size High="30" Low="20"/>
- <BurstCount High="10" Low="10"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="0.25" Low="0.25" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.27451" g="0.27451" r="0.27451"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.356863" g="0.356863" r="0.356863"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.34902" g="0.34902" r="0.34902"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.25" Low="0.2"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu GeometryType="CENTERED_QUAD" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Point/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="15" Low="-15"/>
- <y High="15" Low="-15"/>
- <z High="15" Low="-15"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_IN_WORLD_SPACE">
- <SizeRateDamping High="0.9" Low="0.85"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngleXY High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|