| 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:fxdirt.xml" type="instance"/>
- <Include source="art:fx_ab_arrow.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDirt" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SortLevel="1" Type="GPU_PARTICLE" id="SovietTankSnow">
- <Lifetime High="20" Low="20"/>
- <Size High="20" Low="10"/>
- <BurstDelay High="5" Low="2"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="19"/>
- <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="19.999998">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0" y="0" z="-0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FX_AB_arrow" GeometryType="TWO_QUADS" RandTex="1" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="-1"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-2" Low="-2"/>
- <y High="0" Low="0"/>
- <z High="6" Low="3"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="5" Low="3"/>
- <SizeRateDamping High="0.95" Low="0.9"/>
- <AngleZ High="1" Low="-1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|