| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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:fxfractilenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireScroll3" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="10" Type="GPU_PARTICLE" id="VacuumBombExplosionFire">
- <Lifetime High="55" Low="10"/>
- <Size High="20" Low="8"/>
- <BurstCount High="10" Low="10"/>
- <InitialDelay High="5" Low="5"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.992157" g="0.992157" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <Color Frame="4" RelativeAge="0">
- <Color b="0.058824" g="0.058824" r="0.058824"/>
- </Color>
- <ColorScale High="3" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- <DriftVelocity x="0" y="0" z="0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFracTileNRM" GeometryType="CENTERED_QUAD" MiscValue1="0.15" MiscValue2="0.15" MiscValue3="45" MiscValue4="0.6" Shader="gpuparticledistort.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Length="55" 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="5" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="0.66"/>
- <SizeRateDamping High="0.99" Low="0.99"/>
- <AngleZ High="7" Low="1"/>
- <AngularRateZ High="0.01" Low="-0.01"/>
- <AngularDamping High="1" Low="1"/>
- <AngleXY High="5" Low="2"/>
- <AngularRateXY High="0.1" Low="0.01"/>
- <AngularDampingXY High="0.99" Low="0.97"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|