GenericDStateFlyingFire.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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:fxfireball_oil.xml" type="instance"/>
  5. <Include source="art:fxabaloneenv2.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXfireball_oil" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="GenericDStateFlyingFire">
  8. <Lifetime High="10" Low="7"/>
  9. <Size High="15" Low="10"/>
  10. <BurstCount High="2" Low="1"/>
  11. <Alphas>
  12. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  13. <Alpha Frame="2" High="1" Low="1" RelativeAge="25"/>
  14. <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
  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="25">
  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="1" g="1" r="1"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default>
  33. <VelocityDamping High="0.98" Low="0.97"/>
  34. <DriftVelocity x="0.3" y="0" z="0"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FXAbaloneEnv2" GeometryType="CENTERED_QUAD" Shader="GPUFXDStateUnitFire.fx" SpeedMultiplier="0.25"/>
  39. </Draw>
  40. <Volume>
  41. <Cylinder>
  42. <Offset x="0" y="0" z="5"/>
  43. </Cylinder>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="0" Low="0"/>
  49. <y High="0" Low="0"/>
  50. <z High="2" Low="1"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRateDamping High="1" Low="1"/>
  58. <AngleZ High="10" Low="0"/>
  59. <AngularDampingXY High="1" Low="1"/>
  60. </Default>
  61. </Update>
  62. </FXParticleSystemTemplate>
  63. </AssetDeclaration>