Shuttle_Exhaust.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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:fxfire04.xml" type="instance"/>
  5. <Include source="art:fxdistortionfractal01.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFire04" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="Shuttle_Exhaust">
  8. <Lifetime High="250" Low="150"/>
  9. <Size High="40" Low="20"/>
  10. <BurstCount High="3" Low="3"/>
  11. <Alphas>
  12. <Alpha Frame="1" High="0.5" Low="0.5" RelativeAge="0"/>
  13. <Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="50"/>
  14. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  15. </Alphas>
  16. <Colors>
  17. <Color Frame="1" RelativeAge="0">
  18. <Color b="1" g="1" r="1"/>
  19. </Color>
  20. <Color Frame="2" RelativeAge="50">
  21. <Color b="1" g="1" r="1"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="100">
  24. <Color b="1" g="1" r="1"/>
  25. </Color>
  26. </Colors>
  27. <Physics>
  28. <Default>
  29. <VelocityDamping High="0.95" Low="0.95"/>
  30. </Default>
  31. </Physics>
  32. <Draw>
  33. <Gpu DetailTexture="FXDistortionFractal01" FramesPerRow="6" GeometryType="TWO_CONCENTRIC_QUADS" MiscValue1="0.05" MiscValue2="0.005" MiscValue3="45" MiscValue4="0.01" Shader="GpuParticleDistort.fx" SortParticles="true" SpeedMultiplier="0.1" TotalFrames="36"/>
  34. </Draw>
  35. <Volume>
  36. <Cylinder Radius="10">
  37. <Offset x="0" y="0" z="0"/>
  38. </Cylinder>
  39. </Volume>
  40. <Velocity>
  41. <Ortho>
  42. <Position>
  43. <x High="0" Low="0"/>
  44. <y High="0" Low="0"/>
  45. <z High="-10" Low="-10"/>
  46. </Position>
  47. </Ortho>
  48. </Velocity>
  49. <Event/>
  50. <Update>
  51. <Default>
  52. <SizeRate High="8" Low="5"/>
  53. <SizeRateDamping High="0.85" Low="0.8"/>
  54. <AngleZ High="7" Low="0"/>
  55. <AngularDamping High="1" Low="1"/>
  56. </Default>
  57. </Update>
  58. </FXParticleSystemTemplate>
  59. </AssetDeclaration>