SovietToxicCloudDistortion.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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:fxfractal01nrm.xml" type="instance"/>
  5. <Include source="art:fxspherenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFractal01NRM" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="SovietToxicCloudDistortion">
  8. <Lifetime High="80" Low="80"/>
  9. <Size High="10" Low="10"/>
  10. <BurstDelay High="5" Low="5"/>
  11. <BurstCount High="1" Low="1"/>
  12. <InitialDelay High="1" Low="1"/>
  13. <Alphas>
  14. <Alpha Frame="2" High="0.05" Low="0.05" RelativeAge="50"/>
  15. <Alpha Frame="3" 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="14.999999">
  22. <Color b="1" g="1" r="1"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="100">
  25. <Color b="1" g="1" r="1"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="200">
  28. <Color b="0" g="0" r="0"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default>
  33. <VelocityDamping High="1" Low="1"/>
  34. </Default>
  35. </Physics>
  36. <Draw>
  37. <Gpu DetailTexture="FXSphereNRM" Shader="gpuparticledistortion.fx" SpeedMultiplier="1"/>
  38. </Draw>
  39. <Volume>
  40. <Cylinder Radius="5">
  41. <Offset x="0" y="0" z="5"/>
  42. </Cylinder>
  43. </Volume>
  44. <Velocity>
  45. <Ortho>
  46. <Position>
  47. <x High="0" Low="0"/>
  48. <y High="0" Low="0"/>
  49. <z High="0" Low="0"/>
  50. </Position>
  51. </Ortho>
  52. </Velocity>
  53. <Event/>
  54. <Update>
  55. <Default>
  56. <SizeRate High="10" Low="5"/>
  57. <SizeRateDamping High="0.7" Low="0.7"/>
  58. <AngleZ High="7" Low="-7"/>
  59. <AngularRateZ High="0.02" Low="-0.02"/>
  60. <AngularDampingXY High="1" Low="1"/>
  61. </Default>
  62. </Update>
  63. </FXParticleSystemTemplate>
  64. </AssetDeclaration>