| 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:fxemberslight.xml" type="instance"/>
- <Include source="art:fxdisotrtionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXEmbersLight" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="20" Type="GPU_PARTICLE" id="Civ_ScienceLab_Spark">
- <Lifetime High="50" Low="10"/>
- <Size High="40" Low="30"/>
- <BurstDelay High="5" Low="5"/>
- <BurstCount High="10" Low="5"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.701961" g="0.533333" r="0.592157"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.67451" g="0.509804" r="0.580392"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="5" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.9"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDisotrtionFractal01" EnableSoftParticles="false" FramesPerRow="2" MiscValue1="0.1" MiscValue2="0.02" MiscValue3="45" MiscValue4="0.1" RandTex="1" Shader="GpuParticleDistort.fx" SortParticles="true" SpeedMultiplier="1" TotalFrames="4"/>
- </Draw>
- <Volume>
- <Cylinder Length="1" Radius="1">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="3" Low="-3"/>
- <y High="3" Low="-3"/>
- <z High="5" Low="3"/>
- </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>
|