GDIMammothExplodeFire.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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:fxfireball4x4.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXFireball4x4" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SystemLifetime="5" Type="GPU_PARTICLE" id="GDIMammothExplodeFire">
  7. <Lifetime High="15" Low="15"/>
  8. <Size High="20" Low="15"/>
  9. <BurstCount High="10" Low="5"/>
  10. <InitialDelay High="2" Low="2"/>
  11. <Alphas>
  12. <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
  13. <Alpha Frame="3" High="0.25" Low="0.25" RelativeAge="75"/>
  14. <Alpha Frame="4" 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="9.999999">
  21. <Color b="1" g="1" r="1"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="75">
  24. <Color b="0.341176" g="0.341176" r="0.341176"/>
  25. </Color>
  26. <Color Frame="4" RelativeAge="100">
  27. <Color b="0.090196" g="0.160784" r="0.376471"/>
  28. </Color>
  29. </Colors>
  30. <Physics>
  31. <Default>
  32. <VelocityDamping High="0.9" Low="0.9"/>
  33. </Default>
  34. </Physics>
  35. <Draw>
  36. <Gpu FramesPerRow="4" SpeedMultiplier="1" TotalFrames="16"/>
  37. </Draw>
  38. <Volume>
  39. <Sphere IsHollow="false" Radius="5"/>
  40. </Volume>
  41. <Velocity>
  42. <Ortho>
  43. <Position>
  44. <x High="2" Low="-2"/>
  45. <y High="2" Low="-2"/>
  46. <z High="2" Low="-2"/>
  47. </Position>
  48. </Ortho>
  49. </Velocity>
  50. <Event/>
  51. <Update>
  52. <Default>
  53. <SizeRate High="2.5" Low="1.5"/>
  54. <SizeRateDamping High="0.95" Low="0.95"/>
  55. <AngleZ High="7" Low="0"/>
  56. <AngularRateZ High="0.1" Low="-0.1"/>
  57. <AngularDampingXY High="1" Low="1"/>
  58. </Default>
  59. </Update>
  60. </FXParticleSystemTemplate>
  61. </AssetDeclaration>