| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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:fxfireblast04.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXFireBlast04" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" SortLevel="1" SystemLifetime="2" Type="GPU_PARTICLE" id="PlayerPowerUpgrade">
- <Lifetime High="25" Low="13"/>
- <Size High="25" Low="25"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.643137" g="0.945098" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="4" Low="4"/>
- </Colors>
- <Physics>
- <Default ParticlesAttachToBone="true">
- <VelocityDamping High="0.95" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="0"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="7" Low="6"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|