| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXAlienBlood" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="1" Type="GPU_PARTICLE" id="AlienCorrupterStreamDrip">
- <Lifetime High="50" Low="15"/>
- <Size High="20" Low="8"/>
- <BurstCount High="6" Low="3"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="5">
- <Color b="0" g="0" r="0"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.992157" g="0.992157" r="0.992157"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.05">
- <VelocityDamping High="0.9" Low="0.9"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Spline>
- <StartPoint x="0" y="100" z="0"/>
- <EndPoint x="0" y="0" z="0"/>
- </Spline>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="5" Low="0"/>
- <z High="1" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="0.8" Low="0.6"/>
- <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>
|