| 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:fxioncannonfire.xml" type="instance"/>
- <Include source="art:fxfractal01nrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXIonCannonFire" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="2" Type="GPU_PARTICLE" id="SovietToxic_Node">
- <Lifetime High="90" Low="60"/>
- <Size High="60" Low="30"/>
- <BurstDelay High="30" Low="20"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="20">
- <Color b="0" g="0.313726" r="0.156863"/>
- </Color>
- <Color Frame="3" RelativeAge="80">
- <Color b="0" g="0.4" r="0.227451"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1.04" Low="1.04"/>
- <DriftVelocity x="0" y="0" z="0.25"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFractal01NRM" FramesPerRow="4" MiscValue1="1" MiscValue2="0.1" MiscValue3="45" MiscValue4="1" RandTex="1" Shader="GpuParticleDistort.fx" SpeedMultiplier="0.2" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Cylinder Length="10" Radius="15">
- <Offset x="0" y="0" z="5"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Cylindrical>
- <Radial High="0.05" Low="0.03"/>
- <Normal High="0" Low="0"/>
- </Cylindrical>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.2" Low="0.2"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="5" Low="-5"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|