ABPowerPlantWakeSplash.xml 905 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Includes>
  4. <Include source="art:fxlenzflare01.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXLenzFlare01" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SystemLifetime="60" Type="WAVE_PARTICLE" id="ABPowerPlantWakeSplash">
  7. <Lifetime High="1" Low="1"/>
  8. <Size High="1" Low="1"/>
  9. <BurstDelay High="5" Low="0"/>
  10. <BurstCount High="5" Low="5"/>
  11. <Physics/>
  12. <Draw/>
  13. <Volume>
  14. <Cylinder Radius="25">
  15. <Offset x="0" y="0" z="0"/>
  16. </Cylinder>
  17. </Volume>
  18. <Velocity>
  19. <Wavefront>
  20. <Velocity High="60" Low="50"/>
  21. <Amplitude High="8" Low="8"/>
  22. <InitialRadius High="15" Low="8"/>
  23. </Wavefront>
  24. </Velocity>
  25. <Event/>
  26. <Update/>
  27. </FXParticleSystemTemplate>
  28. </AssetDeclaration>