| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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:fxtoxicdecal.xml" type="instance"/>
- <Include source="art:fxdisotrtionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXToxicDecal" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="1" SystemLifetime="120" Type="GPU_PARTICLE" id="SovietToxicDeathExplosionPuddle">
- <Lifetime High="90" Low="75"/>
- <Size High="80" Low="65"/>
- <BurstDelay High="3" Low="3"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.505882" g="0.721569" r="0.576471"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.533333" g="0.65098" r="0.560784"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- <ColorScale High="2" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDisotrtionFractal01" EnableSoftParticles="false" MiscValue1="0.1" MiscValue2="0.06" MiscValue3="45" MiscValue4="0.5" RandTex="1" Shader="gpuparticlexy.fx" SortParticles="true" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="50">
- <Offset x="0" y="0" z="2"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.1" Low="-0.1"/>
- <y High="0.1" Low="-0.1"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="0.5"/>
- <SizeRateDamping High="0.99" Low="0.98"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|