Make theater properties moddable.

Only the Caucasus has been migrated so far. Will follow up with the
others, and also will be adding beacon/airport data to this.
This commit is contained in:
Dan Albert
2022-09-07 15:58:46 -07:00
committed by Raffson
parent 44166203ab
commit 401a0ae557
6 changed files with 207 additions and 35 deletions

View File

@@ -0,0 +1,39 @@
---
name: Caucasus
timezone: +4
daytime:
dawn: [6, 9]
day: [9, 18]
dusk: [18, 20]
night: [0, 5]
climate:
day_night_temperature_difference: 6.0
seasons:
winter:
average_pressure: 29.72 # TODO: Find real-world data
average_temperature: 3.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: 22.5
weather:
thunderstorm: 1
raining: 10
cloudy: 35
clear: 55
fall:
weather:
thunderstorm: 1
raining: 30
cloudy: 50
clear: 20