TeslaHitLightningLight.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="MEDIUM_OR_ABOVE" SystemLifetime="1" id="TeslaHitLightningLight">
  7. <Lifetime High="5" Low="3"/>
  8. <Size High="100" Low="100"/>
  9. <BurstCount High="1" Low="1"/>
  10. <Colors>
  11. <Color Frame="1" RelativeAge="0">
  12. <Color b="0.886275" g="0.701961" r="0.529412"/>
  13. </Color>
  14. <Color Frame="2" RelativeAge="100">
  15. <Color b="0" g="0" r="0"/>
  16. </Color>
  17. <Color Frame="3" RelativeAge="100">
  18. <Color b="0" g="0" r="0"/>
  19. </Color>
  20. </Colors>
  21. <Physics>
  22. <Default>
  23. <VelocityDamping High="1" Low="1"/>
  24. </Default>
  25. </Physics>
  26. <Draw>
  27. <LightSource MaximumIntensityRadiusRatio="0.1"/>
  28. </Draw>
  29. <Volume>
  30. <Cylinder>
  31. <Offset x="0" y="0" z="5"/>
  32. </Cylinder>
  33. </Volume>
  34. <Velocity>
  35. <Ortho>
  36. <Position>
  37. <x High="1" Low="1"/>
  38. <y High="0" Low="0"/>
  39. <z High="0" Low="0"/>
  40. </Position>
  41. </Ortho>
  42. </Velocity>
  43. <Event/>
  44. <Update>
  45. <Default>
  46. <SizeRate High="5" Low="3"/>
  47. <SizeRateDamping High="1" Low="1"/>
  48. <AngleZ High="3" Low="-3"/>
  49. <AngularDampingXY High="1" Low="1"/>
  50. </Default>
  51. </Update>
  52. </FXParticleSystemTemplate>
  53. </AssetDeclaration>