| 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"/>
- <Include source="art:fxspherenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmoke01" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="SovietAVTWheelDust">
- <Lifetime High="50" Low="25"/>
- <Size High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.75" Low="0.75" RelativeAge="4"/>
- <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0" g="0.105882" r="0.235294"/>
- </Color>
- <Color Frame="2" RelativeAge="5">
- <Color b="0.333333" g="0.439216" r="0.541177"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.490196" g="0.584314" r="0.643137"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.823529" g="0.901961" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default Swirly="true">
- <VelocityDamping High="0.95" Low="0.95"/>
- <DriftVelocity x="0.1" y="0" z="0.03"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXSphereNRM" GeometryType="CENTERED_QUAD" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="10">
- <Offset x="5" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="1"/>
- <y High="0.1" Low="-0.1"/>
- <z High="0.5" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="2"/>
- <SizeRateDamping High="1.01" Low="1.01"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="5" Low="-5"/>
- <AngularDamping High="0.85" Low="0.8"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|