FireTest.xml 1.7 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:fxfire02.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXFire02" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="FireTest">
  7. <Lifetime High="38" Low="28"/>
  8. <Size High="80" Low="80"/>
  9. <BurstCount High="1" Low="1"/>
  10. <Alphas>
  11. <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
  12. <Alpha Frame="3" High="1" Low="1" RelativeAge="75"/>
  13. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors>
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="1" g="1" r="1"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="9.999999">
  20. <Color b="1" g="1" r="1"/>
  21. </Color>
  22. <Color Frame="3" RelativeAge="75">
  23. <Color b="1" g="1" r="1"/>
  24. </Color>
  25. <Color Frame="4" RelativeAge="100">
  26. <Color b="1" g="1" r="1"/>
  27. </Color>
  28. </Colors>
  29. <Physics>
  30. <Default Swirly="true">
  31. <VelocityDamping High="1" Low="1"/>
  32. </Default>
  33. </Physics>
  34. <Draw>
  35. <Gpu FramesPerRow="6" SortParticles="true" SpeedMultiplier="1" TotalFrames="36"/>
  36. </Draw>
  37. <Volume>
  38. <Cylinder>
  39. <Offset x="0" y="0" z="150"/>
  40. </Cylinder>
  41. </Volume>
  42. <Velocity>
  43. <Ortho>
  44. <Position>
  45. <x High="0" Low="0"/>
  46. <y High="0" Low="0"/>
  47. <z High="2" Low="0"/>
  48. </Position>
  49. </Ortho>
  50. </Velocity>
  51. <Event/>
  52. <Update>
  53. <Default>
  54. <SizeRateDamping High="1" Low="1"/>
  55. <AngularDampingXY High="1" Low="1"/>
  56. </Default>
  57. </Update>
  58. </FXParticleSystemTemplate>
  59. </AssetDeclaration>