TimeBombLvl2ExplosionSmoke.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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:fxfactorysteam01.xml" type="instance"/>
  5. <Include source="art:fxfractilenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFactorySteam01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SystemLifetime="5" Type="GPU_PARTICLE" id="TimeBombLvl2ExplosionSmoke">
  8. <Lifetime High="85" Low="20"/>
  9. <Size High="60" Low="50"/>
  10. <BurstDelay High="1" Low="1"/>
  11. <BurstCount High="5" Low="5"/>
  12. <InitialDelay High="25" Low="25"/>
  13. <Alphas>
  14. <Alpha Frame="2" High="0.85" Low="0.85" RelativeAge="9"/>
  15. <Alpha Frame="3" High="0.33" Low="0.33" RelativeAge="79"/>
  16. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  17. </Alphas>
  18. <Colors>
  19. <Color Frame="1" RelativeAge="0">
  20. <Color b="0.423529" g="0.423529" r="0.423529"/>
  21. </Color>
  22. <Color Frame="2" RelativeAge="9.999999">
  23. <Color b="0.431373" g="0.431373" r="0.431373"/>
  24. </Color>
  25. <Color Frame="3" RelativeAge="79.999993">
  26. <Color b="0.431373" g="0.431373" r="0.431373"/>
  27. </Color>
  28. <Color Frame="4" RelativeAge="100">
  29. <Color b="0.431373" g="0.431373" r="0.431373"/>
  30. </Color>
  31. </Colors>
  32. <Physics>
  33. <Default Gravity="0.005">
  34. <VelocityDamping High="0.9" Low="0.9"/>
  35. <DriftVelocity x="-0.1" y="0" z="0.2"/>
  36. </Default>
  37. </Physics>
  38. <Draw>
  39. <Gpu DetailTexture="FXFracTileNRM" FramesPerRow="6" GeometryType="CENTERED_QUAD" MiscValue1="0.1" MiscValue2="0.03" MiscValue3="45" MiscValue4="0.15" RandTex="36" Shader="GpuParticleDistort.fx" SpeedMultiplier="1" TotalFrames="36"/>
  40. </Draw>
  41. <Volume>
  42. <Cylinder Length="250" Radius="15">
  43. <Offset x="0" y="0" z="0"/>
  44. </Cylinder>
  45. </Volume>
  46. <Velocity>
  47. <Ortho>
  48. <Position>
  49. <x High="0" Low="0"/>
  50. <y High="0" Low="0"/>
  51. <z High="3" Low="1"/>
  52. </Position>
  53. </Ortho>
  54. </Velocity>
  55. <Event/>
  56. <Update>
  57. <Default>
  58. <SizeRate High="1" Low="0.5"/>
  59. <SizeRateDamping High="0.9" Low="0.7"/>
  60. <AngleZ High="7" Low="1"/>
  61. <AngularRateZ High="0.03" Low="-0.03"/>
  62. <AngularDamping High="0.95" Low="0.95"/>
  63. <AngularDampingXY High="1" Low="1"/>
  64. </Default>
  65. </Update>
  66. </FXParticleSystemTemplate>
  67. </AssetDeclaration>