SovietBuildingHitSparks.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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:fxtracers02.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXtracers02" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="TRAIL" id="SovietBuildingHitSparks">
  7. <Lifetime High="30" Low="15"/>
  8. <Size High="2" Low="0.25"/>
  9. <BurstCount High="60" Low="20"/>
  10. <Colors>
  11. <Color Frame="1" RelativeAge="0">
  12. <Color b="1" g="1" r="1"/>
  13. </Color>
  14. <Color Frame="2" RelativeAge="100">
  15. <Color b="0" g="0" r="0"/>
  16. </Color>
  17. </Colors>
  18. <Physics>
  19. <Default Gravity="-0.25">
  20. <VelocityDamping High="0.8" Low="0.6"/>
  21. </Default>
  22. </Physics>
  23. <Draw>
  24. <Trail TrailLife="6"/>
  25. </Draw>
  26. <Volume>
  27. <Cylinder IsHollow="true" Radius="10">
  28. <Offset x="0" y="0" z="0"/>
  29. </Cylinder>
  30. </Volume>
  31. <Velocity>
  32. <Ortho>
  33. <Position>
  34. <x High="20" Low="-20"/>
  35. <y High="20" Low="-20"/>
  36. <z High="20" Low="0"/>
  37. </Position>
  38. </Ortho>
  39. </Velocity>
  40. <Event/>
  41. <Update>
  42. <Default>
  43. <SizeRateDamping High="1" Low="1"/>
  44. <AngleZ High="7" Low="0"/>
  45. <AngularDampingXY High="1" Low="1"/>
  46. </Default>
  47. </Update>
  48. </FXParticleSystemTemplate>
  49. </AssetDeclaration>