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

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

10 lines
261 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,
-- It is the day of OpenMW 0.1.0 release, we use it as default starting date
startingYear = 2008,
startingYearDay = 151,
startingWeekDay = 0,
}