Reduced time winter is active due to how half-implemented it is

This commit is contained in:
Dev 2024-11-19 15:51:47 +00:00
parent 23f8f34085
commit fe41ad04bb

View File

@ -130,12 +130,12 @@
"name": "AUTUMN_LATE", "name": "AUTUMN_LATE",
"startDay": "1", "startDay": "1",
"startMonth": "11", "startMonth": "11",
"endDay": "11", "endDay": "20",
"endMonth": "12" "endMonth": "12"
}, { }, {
"seasonType": 2, "seasonType": 2,
"name": "WINTER_START", "name": "WINTER_START",
"startDay": "11", "startDay": "20",
"startMonth": "12", "startMonth": "12",
"endDay": "31", "endDay": "31",
"endMonth": "12" "endMonth": "12"
@ -144,13 +144,13 @@
"name": "WINTER_END", "name": "WINTER_END",
"startDay": "1", "startDay": "1",
"startMonth": "1", "startMonth": "1",
"endDay": "15", "endDay": "12",
"endMonth": "2" "endMonth": "1"
}, { }, {
"seasonType": 5, "seasonType": 5,
"name": "SPRING_EARLY", "name": "SPRING_EARLY",
"startDay": "15", "startDay": "12",
"startMonth": "2", "startMonth": "1",
"endDay": "25", "endDay": "25",
"endMonth": "3" "endMonth": "3"
}, { }, {