| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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:fxfirescroll3.xml" type="instance"/>
- <Include source="art:fxdisotrtionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireScroll3" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" Type="GPU_PARTICLE" id="Shuttle_Fire">
- <Lifetime High="15" Low="10"/>
- <Size High="20" Low="10"/>
- <BurstCount High="15" Low="10"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.462745" g="0.635294" r="0.760784"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.454902" g="0.627451" r="0.713726"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="3" Low="2"/>
- </Colors>
- <Physics>
- <Default Gravity="-0.02">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0" y="0" z="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDisotrtionFractal01" EnableSoftParticles="false" MiscValue1="0.1" MiscValue2="0.07" MiscValue3="45" MiscValue4="0.25" RandTex="1" Shader="GpuParticleDistort.fx" SortParticles="true" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="15">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="-3" Low="-20"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="-0.15" Low="-0.1"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|