| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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:fxlenzflare02.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXLenzFlare02" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="50" Type="GPU_PARTICLE" id="AlliedPowerPlantBuildupFlashes">
- <Lifetime High="4" Low="4"/>
- <Size High="180" Low="25"/>
- <BurstDelay High="15" Low="0"/>
- <BurstCount High="1" Low="1"/>
- <InitialDelay High="30" Low="30"/>
- <Colors>
- <Color Frame="2" RelativeAge="25">
- <Color b="0.141176" g="0.2" r="0.243137"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Wind AngleChangeMax="10" AngleChangeMin="-10" FullStrengthDist="1" Motion="PING_PONG" PingPongEndAngleMin="5.49779" Strength="1" TurbulenceAmplitude="0.01" TurbulenceFrequency="0.1"/>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.95"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Length="50" Radius="50">
- <Offset x="0" y="0" z="30"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="3" Low="1"/>
- <OtherSpeed High="5" Low="3"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_IN_WORLD_SPACE">
- <SizeRate High="3" Low="3"/>
- <SizeRateDamping High="0.95" Low="0.92"/>
- <AngleZ High="3" Low="-3"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDamping High="0.9" Low="0.9"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|