| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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="LOW_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="GPU_PARTICLE" id="JapFP">
- <Lifetime High="50" Low="20"/>
- <Size High="20" Low="15"/>
- <BurstCount High="25" Low="10"/>
- <Alphas>
- <Alpha Frame="1" High="0.5" Low="0.5" RelativeAge="0"/>
- <Alpha Frame="2" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.521569" g="0.545098" r="0.572549"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0.47451" g="0.505882" r="0.576471"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.7" Low="0.6"/>
- <DriftVelocity x="0.1" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="3" GeometryType="CENTERED_QUAD" Shader="gpuparticlelit.fx" SpeedMultiplier="0.2" TotalFrames="9"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="5" Low="1"/>
- <OtherSpeed High="2" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="0.9" Low="0.85"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|