| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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:fxfireburst01.xml" type="instance"/>
- <Include source="art:fxabaloneenv2.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireBurst01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="2" Type="GPU_PARTICLE" id="AlliedBomb_Flash">
- <Lifetime High="10" Low="10"/>
- <Size High="35" Low="25"/>
- <StartSizeRate High="1" Low="1"/>
- <BurstCount High="5" Low="5"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="75"/>
- <Alpha Frame="3" High="0.25" Low="0.25" RelativeAge="90"/>
- <Alpha Frame="4" 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="5">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.75" Low="0.75"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv2" GeometryType="CENTERED_QUAD" Shader="GPUParticleWarp.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="-5" y="0" z="0"/>
- <EndPoint x="5" y="0" z="0"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="7" Low="-3"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="2"/>
- <SizeRateDamping High="0.8" Low="0.8"/>
- <AngleZ High="-1" Low="-2.5"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDamping High="0.9" Low="0.9"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|