| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- - type: weather
- id: Ashfall
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: ashfall
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: AshfallLight
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: ashfall_light
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: AshfallHeavy
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: ashfall_heavy
- sound:
- path: /Audio/Effects/Weather/snowstorm.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: Fallout
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: fallout
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: Hail
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: hail
- sound:
- path: /Audio/Effects/Weather/rain.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: Rain
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: rain
- sound:
- collection: Rain
- params:
- loop: true
- volume: -6
- - type: soundCollection
- id: Rain
- files:
- - /Audio/Effects/Weather/rain.ogg
- - /Audio/Effects/Weather/rain2.ogg
- - type: weather
- id: Sandstorm
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: sandstorm
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: SandstormHeavy
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: sandstorm_heavy
- sound:
- path: /Audio/Effects/Weather/snowstorm.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: SnowfallLight
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: snowfall_light
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: SnowfallMedium
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: snowfall_med
- sound:
- path: /Audio/Effects/Weather/snowstorm_weak.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: SnowfallHeavy
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: snowfall_heavy
- sound:
- path: /Audio/Effects/Weather/snowstorm.ogg
- params:
- loop: true
- volume: -6
- - type: weather
- id: Storm
- sprite:
- sprite: /Textures/Effects/weather.rsi
- state: storm
- sound:
- path: /Audio/Effects/Weather/rain_heavy.ogg
- params:
- loop: true
- volume: -6
|