| 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:fxdirtclumps.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDirtClumps" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="2" SystemLifetime="2" Type="GPU_PARTICLE" id="BulletHitSmallSovietDust">
- <Lifetime High="10" Low="10"/>
- <Size High="1" Low="1"/>
- <BurstDelay High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="0.75" Low="0.75" RelativeAge="0"/>
- <Alpha Frame="2" High="0.75" Low="0.75" RelativeAge="14"/>
- <Alpha Frame="3" 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="50">
- <Color b="0.87451" g="0.901961" r="0.917647"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.03">
- <VelocityDamping High="0.95" Low="0.95"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="5"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="6" Low="3"/>
- <SizeRateDamping High="0.85" Low="0.75"/>
- <AngleZ High="1.5" Low="-1.5"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|