| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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 IsParticleUpTowardsEmitter="true" ParticleTexture="FXSmoke01" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="SovietMCVDustLarge">
- <Lifetime High="100" Low="50"/>
- <Size High="0.1" Low="0.1"/>
- <BurstDelay High="4" Low="4"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.25" Low="0.25" RelativeAge="50"/>
- <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="75"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.090196" g="0.090196" r="0.090196"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.721569" g="0.741177" r="0.796078"/>
- </Color>
- <Color Frame="3" RelativeAge="75">
- <Color b="0.709804" g="0.796078" r="0.858824"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.713726" g="0.756863" r="0.854902"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.9"/>
- <DriftVelocity x="0" y="0" z="0.05"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu GeometryType="CENTERED_QUAD" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="0.75"/>
- <y High="0.5" Low="-0.5"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="5" Low="5"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="3" Low="0"/>
- <AngularRateZ High="5" Low="-5"/>
- <AngularDamping High="0.8" Low="0.8"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|