| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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:fxsmokeplume.xml" type="instance"/>
- <Include source="art:fxdistortionfractal01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXsmokeplume" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="3" Type="GPU_PARTICLE" id="YurikoAttackInfantryMist">
- <Lifetime High="200" Low="200"/>
- <Size High="15" Low="5"/>
- <BurstCount High="5" Low="2"/>
- <Alphas>
- <Alpha Frame="1" High="0.66" Low="0.66" RelativeAge="0"/>
- <Alpha Frame="2" High="0.33" Low="0.33" RelativeAge="50"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.015686" g="0.015686" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="29.999999">
- <Color b="0" g="0" r="0.682353"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0.207843"/>
- </Color>
- <ColorScale High="1" Low="0.5"/>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.8" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXDistortionFractal01" MiscValue1="0.1" MiscValue2="0.02" MiscValue3="45" MiscValue4="0.05" Shader="gpuparticledistort.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="0" y="0" z="5"/>
- <EndPoint x="0" y="0" z="5"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="3" Low="-3"/>
- <y High="3" Low="-3"/>
- <z High="4" Low="-4"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="3" Low="2"/>
- <SizeRateDamping High="0.85" Low="0.85"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|