SovietRocketTrail.xml 1.6 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:fxsovietrockettrail.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXSovietRocketTrail" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="TRAIL" id="SovietRocketTrail">
  7. <Lifetime High="50" Low="50"/>
  8. <Size High="0.5" Low="0.5"/>
  9. <BurstDelay High="200" Low="200"/>
  10. <BurstCount High="1" Low="1"/>
  11. <Colors>
  12. <Color Frame="1" RelativeAge="0">
  13. <Color b="1" g="1" r="1"/>
  14. </Color>
  15. <Color Frame="2" RelativeAge="100">
  16. <Color b="1" g="1" r="1"/>
  17. </Color>
  18. </Colors>
  19. <Wind AngleChangeMax="0.1" AngleChangeMin="0.05" FullStrengthDist="5" PingPongEndAngleMin="5.49779" PingPongStartAngleMax="0.1" Strength="1" TurbulenceAmplitude="0.01" TurbulenceFrequency="5"/>
  20. <Physics>
  21. <Default Gravity="-0.01" ParticlesAttachToBone="true">
  22. <VelocityDamping High="1" Low="1"/>
  23. <DriftVelocity x="0.3" y="0" z="0"/>
  24. </Default>
  25. </Physics>
  26. <Draw>
  27. <Trail TrailLife="20"/>
  28. </Draw>
  29. <Volume>
  30. <Line>
  31. <StartPoint x="0" y="0" z="0"/>
  32. <EndPoint x="0" y="0" z="0"/>
  33. </Line>
  34. </Volume>
  35. <Velocity>
  36. <Ortho>
  37. <Position>
  38. <x High="0" Low="0"/>
  39. <y High="0" Low="0"/>
  40. <z High="0" Low="0"/>
  41. </Position>
  42. </Ortho>
  43. </Velocity>
  44. <Event/>
  45. <Update>
  46. <Default>
  47. <SizeRateDamping High="1" Low="1"/>
  48. <AngularDampingXY High="1" Low="1"/>
  49. </Default>
  50. </Update>
  51. </FXParticleSystemTemplate>
  52. </AssetDeclaration>