| 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: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="AlliedTankDustLarge">
- <Lifetime High="100" Low="75"/>
- <Size High="0.1" Low="0.1"/>
- <BurstDelay High="3" Low="2"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="25"/>
- <Alpha Frame="3" High="0.15" Low="0.15" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.905882" g="0.909804" r="0.913726"/>
- </Color>
- <Color Frame="2" RelativeAge="15.000003">
- <Color b="0.905882" g="0.905882" r="0.905882"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.886275" g="0.905882" r="0.929412"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.823529" g="0.901961" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="0.97"/>
- <DriftVelocity x="0" y="0" z="0.05"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXSphereNRM" GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="15">
- <Offset x="-10" y="0" z="8"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="1"/>
- <y High="1" Low="-1"/>
- <z High="1" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="3" Low="3"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|