| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="2" Type="GPU_PARTICLE" id="RadiationSplash">
- <Lifetime High="35" Low="25"/>
- <Size High="10" Low="10"/>
- <BurstCount High="3" Low="3"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.360784" g="0.878431" r="0.376471"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.466667" g="0.717647" r="0.478431"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="2" Low="1"/>
- </Colors>
- <Physics>
- <Default Gravity="-0.08">
- <VelocityDamping High="1" Low="1"/>
- <DriftVelocity x="0" y="0" z="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDisotrtionFractal01" EnableSoftParticles="false" MiscValue1="0.1" MiscValue2="0.02" MiscValue3="45" MiscValue4="0.05" RandTex="1" Shader="gpuparticledistort.fx" SortParticles="true" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Length="20">
- <Offset x="0" y="0" z="5"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="0.5" Low="0.25"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.7" Low="0.7"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|