| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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:fxfireball4x4.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFireball4x4" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" Shader="ALPHA" SystemLifetime="5" Type="GPU_PARTICLE" id="GDIMammothExplodeFire">
- <Lifetime High="15" Low="15"/>
- <Size High="20" Low="15"/>
- <BurstCount High="10" Low="5"/>
- <InitialDelay High="2" Low="2"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
- <Alpha Frame="3" High="0.25" Low="0.25" RelativeAge="75"/>
- <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="9.999999">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="75">
- <Color b="0.341176" g="0.341176" r="0.341176"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.090196" g="0.160784" r="0.376471"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" SpeedMultiplier="1" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="5"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="2" Low="-2"/>
- <y High="2" Low="-2"/>
- <z High="2" Low="-2"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2.5" Low="1.5"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|