Migrate Syria to yaml.

This commit is contained in:
Dan Albert
2022-09-07 16:11:38 -07:00
parent 90e9e3ecd6
commit 647529f35f
5 changed files with 39 additions and 60 deletions

View File

@@ -0,0 +1,39 @@
---
name: Syria
timezone: +3
daytime:
dawn: [6, 8]
day: [8, 16]
dusk: [16, 18]
night: [0, 5]
climate:
day_night_temperature_difference: 8.0
seasons:
winter:
average_pressure: 29.86 # TODO: Find real-world data
average_temperature: 10.0
weather:
thunderstorm: 1
raining: 25
cloudy: 35
clear: 40
spring:
weather:
thunderstorm: 1
raining: 10
cloudy: 30
clear: 60
summer:
average_pressure: 29.98 # TODO: Find real-world data
average_temperature: 28.5
weather:
thunderstorm: 1
raining: 5
cloudy: 30
clear: 65
fall:
weather:
thunderstorm: 1
raining: 15
cloudy: 35
clear: 50