| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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"/>
- <Include source="art:fxdistortionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDustAnim" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="Con_Big">
- <Lifetime High="100" Low="75"/>
- <Size High="55" Low="40"/>
- <BurstCount High="3" Low="2"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
- <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="0.709804" g="0.709804" r="0.709804"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.784314" g="0.784314" r="0.784314"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.537255" g="0.537255" r="0.537255"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.560784" g="0.560784" r="0.560784"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- <DriftVelocity x="0.2" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDistortionFractal01" FramesPerRow="3" MiscValue1="0.1" MiscValue2="0.05" MiscValue3="90" MiscValue4="0.01" Shader="GpuParticleDistort.fx" SpeedMultiplier="0.15" TotalFrames="9"/>
- </Draw>
- <Volume>
- <Cylinder Radius="60">
- <Offset x="0" y="0" z="15"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="3" Low="1"/>
- <OtherSpeed High="3" Low="1"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.01" Low="-0.01"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|