| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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:fxalienblood.xml" type="instance"/>
- <Include source="art:fxfractilenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXAlienBlood" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="2" Type="GPU_PARTICLE" id="SovietToxicStreamDrip">
- <Lifetime High="30" Low="15"/>
- <Size High="10" Low="10"/>
- <BurstCount High="3" Low="3"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="30.000002">
- <Color b="0.223529" g="0.203922" r="0.168627"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- <ColorScale High="2" Low="2"/>
- </Colors>
- <Physics>
- <Default Gravity="-0.02">
- <VelocityDamping High="0.95" Low="0.95"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFracTileNRM" MiscValue1="0.1" MiscValue2="0.05" MiscValue3="45" MiscValue4="1" RandTex="1" Shader="gpuparticledistort.fx" SingleRow="1" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Spline>
- <StartPoint x="0" y="0" z="0"/>
- <EndPoint x="0" y="0" z="0"/>
- </Spline>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="-1"/>
- <y High="3" Low="0"/>
- <z High="0" Low="-1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="2"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|