[Generator](https://donjon.bin.sh/fantasy/calendar/)
```json
{
"year_len": 336,
"events": 0,
"n_months": 12,
"months": [
"Water, 1st",
"Water, 2nd",
"Water, 3rd",
"Air, 1st",
"Air, 2nd",
"Air, 3rd",
"Fire, 1st",
"Fire, 2nd",
"Fire, 3rd",
"Earth, 1st",
"Earth, 2nd",
"Earth, 3rd"
],
"month_len": {
"Water, 1st": 28,
"Water, 2nd": 28,
"Water, 3rd": 28,
"Air, 1st": 28,
"Air, 2nd": 28,
"Air, 3rd": 28,
"Fire, 1st": 28,
"Fire, 2nd": 28,
"Fire, 3rd": 28,
"Earth, 1st": 28,
"Earth, 2nd": 28,
"Earth, 3rd": 28
},
"week_len": 7,
"weekdays": [
"Starday",
"Sunday",
"Moonday",
"Earthday",
"Waterday",
"Airday",
"Fireday"
],
"n_moons": 2,
"moons": [
"Sel",
"Sha"
],
"lunar_cyc": {
"Sel": 28,
"Sha": 84
},
"lunar_shf": {
"Sel": 0,
"Sha": 42
},
"year": 2507,
"first_day": 0,
"notes": {}
}
```