| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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:fxlenzflare01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXLenzFlare01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" id="FI_EdgeLight01">
- <Lifetime High="5" Low="5"/>
- <Size High="50" Low="50"/>
- <BurstDelay High="3" Low="3"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.682353" g="0.87451" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0.682353" g="0.87451" r="1"/>
- </Color>
- <ColorScale High="2" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <LightSource/>
- </Draw>
- <Volume>
- <Point/>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="0" Low="0"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.5" Low="0.5"/>
- <SizeRateDamping High="0.99" Low="0.99"/>
- <AngleZ High="3" Low="-3"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|