| 12345678910111213141516171819202122232425262728 |
- <?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="HIGH_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="WAVE_PARTICLE" id="SeaWing_Wave">
- <Lifetime High="1" Low="1"/>
- <Size High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <InitialDelay High="0" Low="0"/>
- <Physics/>
- <Draw/>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Wavefront Shape="CIRCLE">
- <Velocity High="60" Low="50"/>
- <Amplitude High="8" Low="8"/>
- <InitialRadius High="15" Low="8"/>
- </Wavefront>
- </Velocity>
- <Event/>
- <Update/>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|