mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
39
resources/theaters/caucasus/info.yaml
Normal file
39
resources/theaters/caucasus/info.yaml
Normal 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
|
||||
Reference in New Issue
Block a user