HotSpringsMist.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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" SortLevel="2" Type="GPU_PARTICLE" id="HotSpringsMist">
  8. <Lifetime High="150" Low="100"/>
  9. <Size High="50" Low="15"/>
  10. <BurstDelay High="5" Low="3"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="0.2" Low="0.2" RelativeAge="19"/>
  14. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  15. </Alphas>
  16. <Colors>
  17. <Color Frame="1" RelativeAge="0">
  18. <Color b="1" g="0.952941" r="0.909804"/>
  19. </Color>
  20. <Color Frame="2" RelativeAge="19.999998">
  21. <Color b="1" g="0.913726" r="0.843137"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="100">
  24. <Color b="1" g="0.960784" r="0.882353"/>
  25. </Color>
  26. </Colors>
  27. <Physics>
  28. <Default Swirly="true">
  29. <VelocityDamping High="0.99" Low="0.99"/>
  30. <DriftVelocity x="0.2" y="0" z="0.1"/>
  31. </Default>
  32. </Physics>
  33. <Draw>
  34. <Gpu DetailTexture="FXFracTileNRM" FramesPerRow="6" GeometryType="TWO_CONCENTRIC_QUADS" MiscValue1="0.2" MiscValue2="0.01" MiscValue3="45" MiscValue4="0.08" RandTex="36" Shader="gpuparticledistort.fx" SpeedMultiplier="1" TotalFrames="36"/>
  35. </Draw>
  36. <Volume>
  37. <Cylinder Radius="50">
  38. <Offset x="0" y="0" z="0"/>
  39. </Cylinder>
  40. </Volume>
  41. <Velocity>
  42. <Ortho>
  43. <Position>
  44. <x High="0.1" Low="-0.1"/>
  45. <y High="0.1" Low="-0.1"/>
  46. <z High="0.1" Low="0"/>
  47. </Position>
  48. </Ortho>
  49. </Velocity>
  50. <Event/>
  51. <Update>
  52. <Default Rotation="ROTATE_AROUND_VELOCITY">
  53. <SizeRate High="0.2" Low="0.1"/>
  54. <SizeRateDamping High="1" Low="1"/>
  55. <AngleZ High="7" Low="-7"/>
  56. <AngularDamping High="1" Low="1"/>
  57. <AngularDampingXY High="1" Low="1"/>
  58. </Default>
  59. </Update>
  60. </FXParticleSystemTemplate>
  61. </AssetDeclaration>