mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Migrate Nevada to YAML.
This commit is contained in:
39
resources/theaters/nevada/info.yaml
Normal file
39
resources/theaters/nevada/info.yaml
Normal 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
|
||||
Reference in New Issue
Block a user