ChopperDamageSmoke.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. <Include source="art:fxdisotrtionfractal01.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFire02" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="ChopperDamageSmoke">
  8. <Lifetime High="35" Low="35"/>
  9. <Size High="10" Low="3"/>
  10. <BurstDelay High="1" Low="1"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  14. <Alpha Frame="2" High="0.66" Low="0.66" RelativeAge="25"/>
  15. <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="50"/>
  16. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  17. </Alphas>
  18. <Colors>
  19. <Color Frame="1" RelativeAge="0">
  20. <Color b="0.282353" g="0.282353" r="0.282353"/>
  21. </Color>
  22. <Color Frame="2" RelativeAge="25">
  23. <Color b="0.215686" g="0.215686" r="0.215686"/>
  24. </Color>
  25. <Color Frame="3" RelativeAge="50">
  26. <Color b="0.141176" g="0.141176" r="0.141176"/>
  27. </Color>
  28. <Color Frame="4" RelativeAge="100">
  29. <Color b="0" g="0" r="0"/>
  30. </Color>
  31. </Colors>
  32. <Physics>
  33. <Default>
  34. <VelocityDamping High="1" Low="1"/>
  35. <DriftVelocity x="0" y="0" z="-2"/>
  36. </Default>
  37. </Physics>
  38. <Draw>
  39. <Gpu DetailTexture="FXDisotrtionFractal01" FramesPerRow="6" GeometryType="CENTERED_QUAD" MiscValue1="0.1" MiscValue2="0.04" MiscValue3="45" MiscValue4="0.05" Shader="gpuparticledistort.fx" SpeedMultiplier="1" TotalFrames="36"/>
  40. </Draw>
  41. <Volume>
  42. <Cylinder>
  43. <Offset x="0" y="0" z="0"/>
  44. </Cylinder>
  45. </Volume>
  46. <Velocity>
  47. <Ortho>
  48. <Position>
  49. <x High="0.1" Low="-0.1"/>
  50. <y High="0.1" Low="-0.1"/>
  51. <z High="0" Low="0"/>
  52. </Position>
  53. </Ortho>
  54. </Velocity>
  55. <Event/>
  56. <Update>
  57. <Default>
  58. <SizeRate High="0.5" Low="0.5"/>
  59. <SizeRateDamping High="0.94" Low="0.94"/>
  60. <AngleZ High="4" Low="0"/>
  61. <AngularDampingXY High="1" Low="1"/>
  62. </Default>
  63. </Update>
  64. </FXParticleSystemTemplate>
  65. </AssetDeclaration>