| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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:fxdustanim.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDustAnim" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SortLevel="1" Type="GPU_PARTICLE" id="AlliedTankDust">
- <Lifetime High="40" Low="40"/>
- <Size High="40" Low="20"/>
- <BurstDelay High="5" Low="2"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="19"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.835294" g="0.85098" r="0.866667"/>
- </Color>
- <Color Frame="2" RelativeAge="19.999998">
- <Color b="0.772549" g="0.792157" r="0.819608"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.827451" g="0.847059" r="0.862745"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.93"/>
- <DriftVelocity x="0" y="0" z="0.1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="3" GeometryType="CENTERED_QUAD" SpeedMultiplier="0.5" TotalFrames="9"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-1" Low="-1.5"/>
- <y High="0.5" Low="-0.5"/>
- <z High="1" Low="0.8"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="0.98" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|