Migrate The Channel to YAML.

This commit is contained in:
Dan Albert
2022-09-07 16:36:12 -07:00
committed by Raffson
parent 1c66f18e3f
commit ac0f24f94f
5 changed files with 43 additions and 64 deletions

View File

@@ -0,0 +1,40 @@
---
name: The Channel
pydcs_name: TheChannel
timezone: +2
daytime:
dawn: [6, 8]
day: [10, 17]
dusk: [17, 18]
night: [0, 5]
climate:
day_night_temperature_difference: 5.0
seasons:
winter:
average_pressure: 29.72 # TODO: Find real-world data
average_temperature: 0.0
weather:
thunderstorm: 1
raining: 20
cloudy: 60
clear: 20
spring:
weather:
thunderstorm: 1
raining: 20
cloudy: 40
clear: 40
summer:
average_pressure: 30.02 # TODO: Find real-world data
average_temperature: 20.0
weather:
thunderstorm: 1
raining: 10
cloudy: 35
clear: 55
fall:
weather:
thunderstorm: 1
raining: 30
cloudy: 50
clear: 20

View File

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB