1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00
OpenMW/files/data-mw/openmw_aux/calendarconfig.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
256 B
Lua
Raw Normal View History

2023-03-24 18:27:25 +00:00
return {
monthsDuration = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
daysInWeek = 7,
startingYear = 427,
startingYearDay = 227,
2023-08-21 21:31:50 +00:00
-- Friday, calculated from TES2 and TES4's starting week days (see #7546)
startingWeekDay = 5,
2023-03-24 18:27:25 +00:00
}