| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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 EmitterSound="SOV_ToxicCorrosion_ImpactMS" ParticleTexture="FXIonCannonFire" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="2" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietToxicHit">
- <Lifetime High="90" Low="60"/>
- <Size High="30" Low="30"/>
- <BurstCount High="100" Low="100"/>
- <InitialDelay High="15" Low="15"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0" g="0.313726" r="0.156863"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.05">
- <VelocityDamping High="0.93" Low="0.9"/>
- <DriftVelocity x="0" y="0" z="-0.5"/>
- </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="30"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="5" Low="-5"/>
- <y High="5" Low="-5"/>
- <z High="5" Low="3"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.2" Low="0.2"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.01" Low="-0.01"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|