| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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:fxdisotrtionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDustAnim" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="Con_Medium">
- <Lifetime High="100" Low="75"/>
- <Size High="40" Low="30"/>
- <BurstCount High="3" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="10"/>
- <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.717647" g="0.717647" r="0.72549"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.635294" g="0.635294" r="0.635294"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.584314" g="0.588235" r="0.615686"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.564706" g="0.564706" r="0.564706"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- <DriftVelocity x="0.2" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDisotrtionFractal01" FramesPerRow="3" MiscValue1="0.1" MiscValue2="0.05" MiscValue3="90" MiscValue4="0.01" Shader="GpuParticleDistort.fx" SpeedMultiplier="0.25" TotalFrames="9"/>
- </Draw>
- <Volume>
- <Cylinder Radius="30">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="3" Low="1"/>
- <OtherSpeed High="3" Low="1"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="0.5"/>
- <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>
|