BuildingDamageSmoke.xml 2.2 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: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="BuildingDamageSmoke">
  8. <Lifetime High="35" Low="35"/>
  9. <Size High="15" Low="3"/>
  10. <StartSizeRate High="1" Low="1"/>
  11. <BurstDelay High="1" Low="1"/>
  12. <BurstCount High="1" Low="1"/>
  13. <Alphas>
  14. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  15. <Alpha Frame="2" High="0.66" Low="0.66" RelativeAge="25"/>
  16. <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="50"/>
  17. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  18. </Alphas>
  19. <Colors>
  20. <Color Frame="1" RelativeAge="0">
  21. <Color b="0.282353" g="0.282353" r="0.282353"/>
  22. </Color>
  23. <Color Frame="2" RelativeAge="25">
  24. <Color b="0.215686" g="0.215686" r="0.215686"/>
  25. </Color>
  26. <Color Frame="3" RelativeAge="50">
  27. <Color b="0.141176" g="0.141176" r="0.141176"/>
  28. </Color>
  29. <Color Frame="4" RelativeAge="100">
  30. <Color b="0" g="0" r="0"/>
  31. </Color>
  32. </Colors>
  33. <Physics>
  34. <Default>
  35. <VelocityDamping High="1" Low="1"/>
  36. <DriftVelocity x="0" y="0" z="1"/>
  37. </Default>
  38. </Physics>
  39. <Draw>
  40. <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"/>
  41. </Draw>
  42. <Volume>
  43. <Cylinder>
  44. <Offset x="0" y="0" z="5"/>
  45. </Cylinder>
  46. </Volume>
  47. <Velocity>
  48. <Ortho>
  49. <Position>
  50. <x High="0.1" Low="-0.1"/>
  51. <y High="0.1" Low="-0.1"/>
  52. <z High="0" Low="0"/>
  53. </Position>
  54. </Ortho>
  55. </Velocity>
  56. <Event/>
  57. <Update>
  58. <Default>
  59. <SizeRate High="0.5" Low="0.5"/>
  60. <SizeRateDamping High="0.94" Low="0.94"/>
  61. <AngleZ High="4" Low="0"/>
  62. <AngularDampingXY High="1" Low="1"/>
  63. </Default>
  64. </Update>
  65. </FXParticleSystemTemplate>
  66. </AssetDeclaration>