Migrate Nevada to YAML.

This commit is contained in:
Dan Albert
2022-09-07 16:22:58 -07:00
parent 07960bd65a
commit 0e62e50b1c
5 changed files with 39 additions and 60 deletions

View File

@@ -0,0 +1,39 @@
---
name: Nevada
timezone: -8
daytime:
dawn: [4, 6]
day: [6, 17]
dusk: [17, 18]
night: [0, 5]
climate:
day_night_temperature_difference: 6.0
seasons:
winter:
average_pressure: 29.72 # TODO: Find real-world data
average_temperature: 5.0
weather:
thunderstorm: 1
raining: 10
cloudy: 50
clear: 40
spring:
weather:
thunderstorm: 1
raining: 5
cloudy: 45
clear: 50
summer:
average_pressure: 30.02 # TODO: Find real-world data
average_temperature: 31.5
weather:
thunderstorm: 1
raining: 5
cloudy: 30
clear: 65
fall:
weather:
thunderstorm: 1
raining: 10
cloudy: 45
clear: 45