You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/files/data-mw/openmw_aux/calendarconfig.lua

9 lines
256 B
Lua

return {
monthsDuration = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
daysInWeek = 7,
startingYear = 427,
startingYearDay = 227,
-- Friday, calculated from TES2 and TES4's starting week days (see #7546)
startingWeekDay = 5,
}