| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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:fxfractal01nrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFractal01NRM" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="AlliedTankHit_Distort">
- <Lifetime High="3" Low="3"/>
- <Size High="50" Low="50"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="0.25" Low="0.25" RelativeAge="0"/>
- <Alpha Frame="2" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="0">
- <Color b="0.32549" g="0.32549" r="0.32549"/>
- </Color>
- <Color Frame="4" RelativeAge="0">
- <Color b="0.341176" g="0.341176" r="0.341176"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.55" Low="0.5"/>
- <DriftVelocity x="0.1" y="0" z="0.1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu Shader="GPUParticleDistortion.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Point/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="30" Low="0"/>
- <y High="10" Low="-10"/>
- <z High="10" Low="-10"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="15" Low="5"/>
- <SizeRateDamping High="0.6" Low="0.5"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|