Vacuum_Light.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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:fxring01.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXRing01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SystemLifetime="1" id="Vacuum_Light">
  7. <Lifetime High="250" Low="250"/>
  8. <Size High="300" Low="300"/>
  9. <BurstCount High="1" Low="1"/>
  10. <Colors>
  11. <Color Frame="1" RelativeAge="0">
  12. <Color b="0.54902" g="0.858824" r="0.94902"/>
  13. </Color>
  14. <Color Frame="2" RelativeAge="10">
  15. <Color b="0.235294" g="0.67451" r="1"/>
  16. </Color>
  17. <Color Frame="3" RelativeAge="50">
  18. <Color b="0.243137" g="0.541177" r="0.992157"/>
  19. </Color>
  20. <Color Frame="4" RelativeAge="100">
  21. <Color b="0" g="0" r="0"/>
  22. </Color>
  23. <ColorScale High="3" Low="2"/>
  24. </Colors>
  25. <Physics>
  26. <Default>
  27. <VelocityDamping High="1" Low="1"/>
  28. </Default>
  29. </Physics>
  30. <Draw>
  31. <LightSource MaximumIntensityRadiusRatio="0.5"/>
  32. </Draw>
  33. <Volume>
  34. <Line>
  35. <StartPoint x="0" y="0" z="10"/>
  36. <EndPoint x="0" y="0" z="10"/>
  37. </Line>
  38. </Volume>
  39. <Velocity>
  40. <Outward>
  41. <Speed High="0" Low="0"/>
  42. <OtherSpeed High="0" Low="0"/>
  43. </Outward>
  44. </Velocity>
  45. <Event/>
  46. <Update>
  47. <Default>
  48. <SizeRate High="0.5" Low="0.5"/>
  49. <SizeRateDamping High="0.99" Low="0.99"/>
  50. <AngleZ High="3" Low="-3"/>
  51. <AngularDampingXY High="1" Low="1"/>
  52. </Default>
  53. </Update>
  54. </FXParticleSystemTemplate>
  55. </AssetDeclaration>