| 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:fxfirescroll3.xml" type="instance"/>
- <Include source="art:fxfractilenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireScroll3" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="3" Type="GPU_PARTICLE" id="VacuumBombExplosion">
- <Lifetime High="45" Low="30"/>
- <Size High="2" Low="2"/>
- <BurstCount High="10" Low="10"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <Color Frame="4" RelativeAge="200">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="1.5" Low="1"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.95"/>
- <DriftVelocity x="0" y="0" z="0.1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFracTileNRM" EnableSoftParticles="false" MiscValue1="0.25" MiscValue2="0.1" MiscValue3="45" MiscValue4="0.3" Shader="gpuparticledistort.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="10">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.5" Low="-0.5"/>
- <y High="0.5" Low="-0.5"/>
- <z High="0.5" Low="0.5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="0"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|