| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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:fxlenzflarehdr01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsEmitAboveGroundOnly="true" ParticleTexture="FXLenzflareHDR01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" Type="GPU_PARTICLE" id="Con_Flash">
- <Lifetime High="8" Low="5"/>
- <Size High="100" Low="80"/>
- <BurstDelay High="20" Low="5"/>
- <BurstCount High="3" Low="1"/>
- <Colors>
- <Color Frame="2" RelativeAge="29.999999">
- <Color b="0.517647" g="0.670588" r="0.87451"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="0.5" Low="0.5"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.75" Low="0.7"/>
- <DriftVelocity x="0.1" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu RandTex="1" SingleRow="1" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="30">
- <Offset x="0" y="0" z="20"/>
- </Cylinder>
- </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>
- <SizeRateDamping High="0.9" Low="0.85"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|