PropStreetLight.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="VERY_LOW_OR_ABOVE" id="PropStreetLight">
  7. <Lifetime High="15" Low="15"/>
  8. <Size High="10" Low="10"/>
  9. <BurstDelay High="10" Low="10"/>
  10. <BurstCount High="1" Low="1"/>
  11. <Colors>
  12. <Color Frame="2" RelativeAge="30.000002">
  13. <Color b="0" g="1" r="0"/>
  14. </Color>
  15. <Color Frame="3" RelativeAge="50">
  16. <Color b="0" g="1" r="0"/>
  17. </Color>
  18. <Color Frame="4" RelativeAge="100">
  19. <Color b="0" g="1" r="0"/>
  20. </Color>
  21. <ColorScale High="5" Low="2"/>
  22. </Colors>
  23. <Physics>
  24. <Default ParticlesAttachToBone="true">
  25. <VelocityDamping High="1" Low="1"/>
  26. </Default>
  27. </Physics>
  28. <Draw>
  29. <LightSource/>
  30. </Draw>
  31. <Volume>
  32. <Cylinder Length="5" Radius="30">
  33. <Offset x="0" y="0" z="15"/>
  34. </Cylinder>
  35. </Volume>
  36. <Velocity>
  37. <Outward>
  38. <Speed High="0" Low="0"/>
  39. <OtherSpeed High="0" Low="0"/>
  40. </Outward>
  41. </Velocity>
  42. <Event/>
  43. <Update>
  44. <Default>
  45. <SizeRate High="1" Low="1"/>
  46. <SizeRateDamping High="1" Low="1"/>
  47. <AngleZ High="3" Low="-3"/>
  48. <AngularDampingXY High="1" Low="1"/>
  49. </Default>
  50. </Update>
  51. </FXParticleSystemTemplate>
  52. </AssetDeclaration>