weather.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. - type: weather
  2. id: Ashfall
  3. sprite:
  4. sprite: /Textures/Effects/weather.rsi
  5. state: ashfall
  6. sound:
  7. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  8. params:
  9. loop: true
  10. volume: -6
  11. - type: weather
  12. id: AshfallLight
  13. sprite:
  14. sprite: /Textures/Effects/weather.rsi
  15. state: ashfall_light
  16. sound:
  17. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  18. params:
  19. loop: true
  20. volume: -6
  21. - type: weather
  22. id: AshfallHeavy
  23. sprite:
  24. sprite: /Textures/Effects/weather.rsi
  25. state: ashfall_heavy
  26. sound:
  27. path: /Audio/Effects/Weather/snowstorm.ogg
  28. params:
  29. loop: true
  30. volume: -6
  31. - type: weather
  32. id: Fallout
  33. sprite:
  34. sprite: /Textures/Effects/weather.rsi
  35. state: fallout
  36. sound:
  37. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  38. params:
  39. loop: true
  40. volume: -6
  41. - type: weather
  42. id: Hail
  43. sprite:
  44. sprite: /Textures/Effects/weather.rsi
  45. state: hail
  46. sound:
  47. path:
  48. /Audio/Effects/Weather/rain.ogg
  49. params:
  50. loop: true
  51. volume: -6
  52. - type: weather
  53. id: Rain
  54. sprite:
  55. sprite: /Textures/Effects/weather.rsi
  56. state: rain
  57. sound:
  58. collection: Rain
  59. params:
  60. loop: true
  61. volume: -6
  62. - type: soundCollection
  63. id: Rain
  64. files:
  65. - /Audio/Effects/Weather/rain.ogg
  66. - /Audio/Effects/Weather/rain2.ogg
  67. - type: weather
  68. id: Sandstorm
  69. sprite:
  70. sprite: /Textures/Effects/weather.rsi
  71. state: sandstorm
  72. sound:
  73. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  74. params:
  75. loop: true
  76. volume: -6
  77. - type: weather
  78. id: SandstormHeavy
  79. sprite:
  80. sprite: /Textures/Effects/weather.rsi
  81. state: sandstorm_heavy
  82. sound:
  83. path: /Audio/Effects/Weather/snowstorm.ogg
  84. params:
  85. loop: true
  86. volume: -6
  87. - type: weather
  88. id: SnowfallLight
  89. sprite:
  90. sprite: /Textures/Effects/weather.rsi
  91. state: snowfall_light
  92. sound:
  93. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  94. params:
  95. loop: true
  96. volume: -6
  97. - type: weather
  98. id: SnowfallMedium
  99. sprite:
  100. sprite: /Textures/Effects/weather.rsi
  101. state: snowfall_med
  102. sound:
  103. path: /Audio/Effects/Weather/snowstorm_weak.ogg
  104. params:
  105. loop: true
  106. volume: -6
  107. - type: weather
  108. id: SnowfallHeavy
  109. sprite:
  110. sprite: /Textures/Effects/weather.rsi
  111. state: snowfall_heavy
  112. sound:
  113. path: /Audio/Effects/Weather/snowstorm.ogg
  114. params:
  115. loop: true
  116. volume: -6
  117. - type: weather
  118. id: Storm
  119. sprite:
  120. sprite: /Textures/Effects/weather.rsi
  121. state: storm
  122. sound:
  123. path: /Audio/Effects/Weather/rain_heavy.ogg
  124. params:
  125. loop: true
  126. volume: -6