AlliedBomb_Flash.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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:fxfireburst01.xml" type="instance"/>
  5. <Include source="art:fxabaloneenv2.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFireBurst01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="2" Type="GPU_PARTICLE" id="AlliedBomb_Flash">
  8. <Lifetime High="10" Low="10"/>
  9. <Size High="35" Low="25"/>
  10. <StartSizeRate High="1" Low="1"/>
  11. <BurstCount High="5" Low="5"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="1" Low="1" RelativeAge="75"/>
  14. <Alpha Frame="3" High="0.25" Low="0.25" RelativeAge="90"/>
  15. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  16. </Alphas>
  17. <Colors>
  18. <Color Frame="1" RelativeAge="0">
  19. <Color b="1" g="1" r="1"/>
  20. </Color>
  21. <Color Frame="2" RelativeAge="5">
  22. <Color b="1" g="1" r="1"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="50">
  25. <Color b="1" g="1" r="1"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="100">
  28. <Color b="0" g="0" r="0"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default Gravity="-0.01">
  33. <VelocityDamping High="0.75" Low="0.75"/>
  34. </Default>
  35. </Physics>
  36. <Draw>
  37. <Gpu DetailTexture="FXAbaloneEnv2" GeometryType="CENTERED_QUAD" Shader="GPUParticleWarp.fx" SpeedMultiplier="1"/>
  38. </Draw>
  39. <Volume>
  40. <Line>
  41. <StartPoint x="-5" y="0" z="0"/>
  42. <EndPoint x="5" y="0" z="0"/>
  43. </Line>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="0" Low="0"/>
  49. <y High="0" Low="0"/>
  50. <z High="7" Low="-3"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRate High="2" Low="2"/>
  58. <SizeRateDamping High="0.8" Low="0.8"/>
  59. <AngleZ High="-1" Low="-2.5"/>
  60. <AngularRateZ High="0.05" Low="-0.05"/>
  61. <AngularDamping High="0.9" Low="0.9"/>
  62. <AngularDampingXY High="1" Low="1"/>
  63. </Default>
  64. </Update>
  65. </FXParticleSystemTemplate>
  66. </AssetDeclaration>