Skip to content

Commit d226a56

Browse files
Add cold/warm item temperature thresholds as properties
1 parent d29f1b6 commit d226a56

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

objects/rct2/climate/rct2.climate.cold.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"zh-TW": "寒冷"
4040
}
4141
},
42+
"properties": {
43+
"coldItemTempThreshold": 11,
44+
"warmItemTempThreshold": 21
45+
},
4246
"weather": {
4347
"march": {
4448
"baseTemperature": 4,

objects/rct2/climate/rct2.climate.cool_and_wet.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"zh-TW": "又冷又潮濕"
4040
}
4141
},
42+
"properties": {
43+
"coldItemTempThreshold": 11,
44+
"warmItemTempThreshold": 21
45+
},
4246
"weather": {
4347
"march": {
4448
"baseTemperature": 8,

objects/rct2/climate/rct2.climate.hot_and_dry.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"zh-TW": "又熱又乾燥"
4040
}
4141
},
42+
"properties": {
43+
"coldItemTempThreshold": 11,
44+
"warmItemTempThreshold": 21
45+
},
4246
"weather": {
4347
"march": {
4448
"baseTemperature": 12,

objects/rct2/climate/rct2.climate.warm.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"zh-TW": "溫暖"
4040
}
4141
},
42+
"properties": {
43+
"coldItemTempThreshold": 11,
44+
"warmItemTempThreshold": 21
45+
},
4246
"weather": {
4347
"march": {
4448
"baseTemperature": 12,

0 commit comments

Comments
 (0)