Skip to content

Commit

Permalink
Add initial versions of climate objects
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed Jan 31, 2025
1 parent dc8928c commit e396387
Show file tree
Hide file tree
Showing 4 changed files with 1,100 additions and 0 deletions.
275 changes: 275 additions & 0 deletions objects/rct2/climate/rct2.climate.cold.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,275 @@
{
"id": "rct2.climate.cold",
"authors": [
"Chris Sawyer"
],
"version": "1.0",
"sourceGame": [
"rct2",
"rct1ll"
],
"objectType": "climate",
"strings": {
"es-ES": "Frío",
"nl-NL": "Koud",
"pl-PL": "Zimno",
"en-GB": "Cold",
"it-IT": "Freddo",
"vi-VN": "Cold",
"ja-JP": "",
"nb-NO": "Kaldt",
"fr-FR": "Froid",
"cs-CZ": "Chladno",
"de-DE": "Kalt",
"ko-KR": "추움",
"ar-EG": "بارد",
"zh-TW": "寒冷",
"sv-SE": "Kallt",
"zh-CN": "寒冷",
"fi-FI": "Kylmä",
"uk-UA": "Холодно",
"hu-HU": "Hideg",
"pt-BR": "Frio",
"gl-ES": "Frío",
"da-DK": "Koldt",
"tr-TR": "Serin",
"ru-RU": "Холодно",
"eo-ZZ": "Malvarma",
"ca-ES": "Fred"
},
"images": [],
"weather": {
"march": {
"baseTemperature": 4,
"randomBias": 18,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny"
]
},
"april": {
"baseTemperature": 5,
"randomBias": 21,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain",
"thunder",
"sunny",
"sunny"
]
},
"may": {
"baseTemperature": 7,
"randomBias": 17,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny"
]
},
"june": {
"baseTemperature": 9,
"randomBias": 17,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"rain",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny"
]
},
"july": {
"baseTemperature": 10,
"randomBias": 23,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain"
]
},
"august": {
"baseTemperature": 11,
"randomBias": 23,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain",
"thunder"
]
},
"september": {
"baseTemperature": 9,
"randomBias": 19,
"distribution": [
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"heavyRain",
"thunder",
"sunny",
"sunny",
"sunny",
"sunny"
]
},
"october": {
"baseTemperature": 6,
"randomBias": 16,
"distribution": [
"sunny",
"sunny",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"partiallyCloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"cloudy",
"rain",
"rain",
"heavyRain",
"thunder",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny",
"sunny"
]
}
}
}
Loading

0 comments on commit e396387

Please sign in to comment.