| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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:fxfiregrid.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXFireGrid" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SystemLifetime="2" Type="GPU_PARTICLE" id="SovietFlakHitFlash">
- <Lifetime High="6" Low="4"/>
- <Size High="15" Low="15"/>
- <BurstCount High="10" Low="5"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.623529" g="0.803922" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="3" Low="3"/>
- </Colors>
- <Physics>
- <Default ParticlesAttachToBone="true">
- <VelocityDamping High="0.95" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" RandTex="16" SpeedMultiplier="1" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="10"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="-1"/>
- <y High="1" Low="-1"/>
- <z High="1" Low="-1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="-0.5" Low="-1.5"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|