{
  "id": "exandrian",
  "name": "CALENDARIA.Calendar.Exandrian.Name",
  "years": {
    "yearZero": 836,
    "firstWeekday": 0
  },
  "months": {
    "values": {
      "horisal000000000": {
        "name": "Horisal",
        "abbreviation": "Hor",
        "ordinal": 1,
        "days": 29
      },
      "misuthar00000000": {
        "name": "Misuthar",
        "abbreviation": "Mis",
        "ordinal": 2,
        "days": 30
      },
      "dualahei00000000": {
        "name": "Dualahei",
        "abbreviation": "Dua",
        "ordinal": 3,
        "days": 30
      },
      "thunsheer0000000": {
        "name": "Thunsheer",
        "abbreviation": "Thu",
        "ordinal": 4,
        "days": 31
      },
      "unndilar00000000": {
        "name": "Unndilar",
        "abbreviation": "Unn",
        "ordinal": 5,
        "days": 28
      },
      "brussendar000000": {
        "name": "Brussendar",
        "abbreviation": "Bru",
        "ordinal": 6,
        "days": 31
      },
      "sydenstar0000000": {
        "name": "Sydenstar",
        "abbreviation": "Syd",
        "ordinal": 7,
        "days": 32
      },
      "fessuran00000000": {
        "name": "Fessuran",
        "abbreviation": "Fes",
        "ordinal": 8,
        "days": 29
      },
      "quenpillar000000": {
        "name": "Quen'pillar",
        "abbreviation": "Que",
        "ordinal": 9,
        "days": 27
      },
      "cuersaar00000000": {
        "name": "Cuersaar",
        "abbreviation": "Cue",
        "ordinal": 10,
        "days": 29
      },
      "duscar0000000000": {
        "name": "Duscar",
        "abbreviation": "Dus",
        "ordinal": 11,
        "days": 32
      }
    }
  },
  "days": {
    "values": {
      "miresen000000000": {
        "name": "Miresen",
        "ordinal": 1,
        "abbreviation": "Mir"
      },
      "grissen000000000": {
        "name": "Grissen",
        "ordinal": 2,
        "abbreviation": "Gri"
      },
      "whelsen000000000": {
        "name": "Whelsen",
        "ordinal": 3,
        "abbreviation": "Whe"
      },
      "conthsen00000000": {
        "name": "Conthsen",
        "ordinal": 4,
        "abbreviation": "Con"
      },
      "folsen0000000000": {
        "name": "Folsen",
        "ordinal": 5,
        "abbreviation": "Fol"
      },
      "yulisen000000000": {
        "name": "Yulisen",
        "ordinal": 6,
        "abbreviation": "Yul",
        "isRestDay": true
      },
      "dapsen0000000000": {
        "name": "Da'leysen",
        "ordinal": 7,
        "abbreviation": "Dal",
        "isRestDay": true
      }
    },
    "daysPerYear": 328,
    "hoursPerDay": 24,
    "minutesPerHour": 60,
    "secondsPerMinute": 60
  },
  "festivals": {
    "newdawn000000000": {
      "name": "New Dawn",
      "month": 0,
      "icon": "fa-sun",
      "color": "#FFD700",
      "description": "The first day of the new year, celebrated with renewal and fresh beginnings.",
      "dayOfMonth": 0,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 1
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 1
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "hillsgold0000000": {
      "name": "Hillsgold",
      "month": 0,
      "icon": "fa-wheat-awn",
      "color": "#DAA520",
      "description": "A harvest festival celebrating the bounty of the hills and early spring crops.",
      "dayOfMonth": 26,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 1
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 27
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "dayofchallenging": {
      "name": "Day of Challenging",
      "month": 1,
      "icon": "fa-bolt",
      "color": "#4169E1",
      "description": "The Stormlord's holy day where warriors compete in sacred combat and trials of strength.",
      "dayOfMonth": 6,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 2
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 7
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "renewalfestival0": {
      "name": "Renewal Festival",
      "month": 2,
      "icon": "fa-seedling",
      "color": "#32CD32",
      "description": "The official start of spring, celebrated with games, music, and just-ripened food.",
      "dayOfMonth": 12,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 3
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 13
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "wildsgrandeur000": {
      "name": "Wild's Grandeur",
      "month": 2,
      "icon": "fa-tree",
      "color": "#228B22",
      "description": "A holy day marking the first blush of spring as new flowers bloom across Tal'Dorei.",
      "dayOfMonth": 19,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 3
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 20
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "harvestsrise0000": {
      "name": "Harvest's Rise",
      "month": 3,
      "icon": "fa-leaf",
      "color": "#8B4513",
      "description": "The celebration of planting season's beginning and preparation for the year's growth.",
      "dayOfMonth": 10,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 4
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 11
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "merryfrondsday00": {
      "name": "Merryfrond's Day",
      "month": 3,
      "icon": "fa-heart",
      "color": "#FF69B4",
      "description": "A day of celebration and romance, honoring the legendary tale of Merryfrond the jester.",
      "dayOfMonth": 30,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 4
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 31
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "deepsolace000000": {
      "name": "Deep Solace",
      "month": 4,
      "icon": "fa-water",
      "color": "#008080",
      "description": "The Stormlord's holy day, observed with quiet reflection on the sea and its fallen.",
      "dayOfMonth": 7,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 5
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 8
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "zenith0000000000": {
      "name": "Zenith",
      "month": 4,
      "icon": "fa-fire",
      "color": "#FF8C00",
      "description": "The summer solstice, observed at noon on the longest day of the year with games and fireworks.",
      "dayOfMonth": 25,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 5
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 26
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "artisansfaire000": {
      "name": "Artisan's Faire",
      "month": 5,
      "icon": "fa-hammer",
      "color": "#CD853F",
      "description": "A celebration of craft and trade, when artisans across Tal'Dorei showcase their finest work.",
      "dayOfMonth": 14,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 6
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 15
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "elvendawn0000000": {
      "name": "Elvendawn",
      "month": 5,
      "icon": "fa-moon",
      "color": "#E6E6FA",
      "description": "Also known as Midsummer, a fey celebration of the elves' first emergence from the Feywild.",
      "dayOfMonth": 19,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 6
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 20
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "highsummer000000": {
      "name": "Highsummer",
      "month": 6,
      "icon": "fa-crown",
      "color": "#FFD700",
      "description": "The Dawnfather's holy day marking summer's peak with feasting and gift-giving.",
      "dayOfMonth": 6,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 7
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 7
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "mornoflargesse00": {
      "name": "Morn of Largesse",
      "month": 6,
      "icon": "fa-hand-holding-heart",
      "color": "#DAA520",
      "description": "A day of generosity and charitable giving to the poor and unfortunate.",
      "dayOfMonth": 13,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 7
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 14
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "harvestsclose000": {
      "name": "Harvest's Close",
      "month": 7,
      "icon": "fa-apple-whole",
      "color": "#D2691E",
      "description": "The beginning of autumn marked with feasting in villages and carnivals in the cities.",
      "dayOfMonth": 2,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 8
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 3
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "hazelfestival000": {
      "name": "The Hazel Festival",
      "month": 8,
      "icon": "fa-tree-city",
      "color": "#8B4513",
      "description": "A Tal'Dorei celebration of the hazel harvest and the turning of the leaves.",
      "dayOfMonth": 9,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 9
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 10
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "civilizationsdaw": {
      "name": "Civilization's Dawn",
      "month": 8,
      "icon": "fa-city",
      "color": "#B8860B",
      "description": "A commemoration of the founding of the first cities of Tal'Dorei after the Calamity.",
      "dayOfMonth": 21,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 9
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 22
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "nightofascension": {
      "name": "Night of Ascension",
      "month": 9,
      "icon": "fa-skull",
      "color": "#4B0082",
      "description": "The Raven Queen's holy day, when the veil between life and death grows thin.",
      "dayOfMonth": 12,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 10
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 13
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "zanscup000000000": {
      "name": "Zan's Cup",
      "month": 9,
      "icon": "fa-wine-glass",
      "color": "#CD853F",
      "description": "A Tal'Dorei festival honoring Zan Tal'Dorei with celebration and remembrance.",
      "dayOfMonth": 20,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 10
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 21
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "thebarreneve0000": {
      "name": "The Barren Eve",
      "month": 10,
      "icon": "fa-cloud-moon",
      "color": "#2F4F4F",
      "description": "Winter's longest night, a solemn day of mourning for those lost in war.",
      "dayOfMonth": 1,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 11
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 2
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "embertide0000000": {
      "name": "Embertide",
      "month": 10,
      "icon": "fa-dragon",
      "color": "#C0C0C0",
      "description": "Bahamut's holy observance, a time of remembrance for fallen defenders.",
      "dayOfMonth": 4,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 11
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 5
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "winterscrest0000": {
      "name": "Winter's Crest",
      "month": 10,
      "icon": "fa-gift",
      "color": "#4682B4",
      "description": "The waning of winter celebrated with feasts, community games, and the exchange of gifts.",
      "dayOfMonth": 19,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 11
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 20
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    }
  },
  "seasons": {
    "values": {
      "winter0000000000": {
        "name": "CALENDARIA.Season.Winter",
        "icon": "fas fa-snowflake",
        "color": "#87ceeb",
        "seasonalType": "winter",
        "dayStart": 297,
        "dayEnd": 70,
        "abbreviation": "Win"
      },
      "spring0000000000": {
        "name": "CALENDARIA.Season.Spring",
        "icon": "fas fa-seedling",
        "color": "#90ee90",
        "seasonalType": "spring",
        "dayStart": 71,
        "dayEnd": 144,
        "abbreviation": "Spr"
      },
      "summer0000000000": {
        "name": "CALENDARIA.Season.Summer",
        "icon": "fas fa-sun",
        "color": "#ffd700",
        "seasonalType": "summer",
        "dayStart": 145,
        "dayEnd": 212,
        "abbreviation": "Sum"
      },
      "autumn0000000000": {
        "name": "CALENDARIA.Season.Autumn",
        "icon": "fas fa-leaf",
        "color": "#d2691e",
        "seasonalType": "autumn",
        "dayStart": 213,
        "dayEnd": 296,
        "abbreviation": "Aut"
      }
    }
  },
  "eras": {
    "postdivergence00": {
      "name": "Post-Divergence",
      "abbreviation": "PD",
      "startYear": 0,
      "endYear": null
    }
  },
  "moons": {
    "catha00000000000": {
      "name": "Catha",
      "cycleLength": 33,
      "color": "#E8E8E8",
      "phases": {
        "newmoon000000000": {
          "name": "CALENDARIA.MoonPhase.NewMoon",
          "icon": "modules/calendaria/assets/moon-phases/01_newmoon.svg",
          "start": 0,
          "end": 0.125
        },
        "waxingcrescent00": {
          "name": "CALENDARIA.MoonPhase.WaxingCrescent",
          "icon": "modules/calendaria/assets/moon-phases/02_waxingcrescent.svg",
          "start": 0.125,
          "end": 0.25
        },
        "firstquarter0000": {
          "name": "CALENDARIA.MoonPhase.FirstQuarter",
          "icon": "modules/calendaria/assets/moon-phases/03_firstquarter.svg",
          "start": 0.25,
          "end": 0.375
        },
        "waxinggibbous000": {
          "name": "CALENDARIA.MoonPhase.WaxingGibbous",
          "icon": "modules/calendaria/assets/moon-phases/04_waxinggibbous.svg",
          "start": 0.375,
          "end": 0.5
        },
        "fullmoon00000000": {
          "name": "CALENDARIA.MoonPhase.FullMoon",
          "icon": "modules/calendaria/assets/moon-phases/05_fullmoon.svg",
          "start": 0.5,
          "end": 0.625
        },
        "waninggibbous000": {
          "name": "CALENDARIA.MoonPhase.WaningGibbous",
          "icon": "modules/calendaria/assets/moon-phases/06_waninggibbous.svg",
          "start": 0.625,
          "end": 0.75
        },
        "lastquarter00000": {
          "name": "CALENDARIA.MoonPhase.LastQuarter",
          "icon": "modules/calendaria/assets/moon-phases/07_lastquarter.svg",
          "start": 0.75,
          "end": 0.875
        },
        "waningcrescent00": {
          "name": "CALENDARIA.MoonPhase.WaningCrescent",
          "icon": "modules/calendaria/assets/moon-phases/08_waningcrescent.svg",
          "start": 0.875,
          "end": 1
        }
      },
      "referenceDate": {
        "year": 0,
        "month": 0,
        "dayOfMonth": 0
      }
    },
    "ruidus0000000000": {
      "name": "Ruidus",
      "cycleLength": 164,
      "color": "#8B0000",
      "phases": {
        "newmoon000000000": {
          "name": "CALENDARIA.MoonPhase.NewMoon",
          "icon": "modules/calendaria/assets/moon-phases/01_newmoon.svg",
          "start": 0,
          "end": 0.125
        },
        "waxingcrescent00": {
          "name": "CALENDARIA.MoonPhase.WaxingCrescent",
          "icon": "modules/calendaria/assets/moon-phases/02_waxingcrescent.svg",
          "start": 0.125,
          "end": 0.25
        },
        "firstquarter0000": {
          "name": "CALENDARIA.MoonPhase.FirstQuarter",
          "icon": "modules/calendaria/assets/moon-phases/03_firstquarter.svg",
          "start": 0.25,
          "end": 0.375
        },
        "waxinggibbous000": {
          "name": "CALENDARIA.MoonPhase.WaxingGibbous",
          "icon": "modules/calendaria/assets/moon-phases/04_waxinggibbous.svg",
          "start": 0.375,
          "end": 0.5
        },
        "fullmoon00000000": {
          "name": "CALENDARIA.MoonPhase.FullMoon",
          "icon": "modules/calendaria/assets/moon-phases/05_fullmoon.svg",
          "start": 0.5,
          "end": 0.625
        },
        "waninggibbous000": {
          "name": "CALENDARIA.MoonPhase.WaningGibbous",
          "icon": "modules/calendaria/assets/moon-phases/06_waninggibbous.svg",
          "start": 0.625,
          "end": 0.75
        },
        "lastquarter00000": {
          "name": "CALENDARIA.MoonPhase.LastQuarter",
          "icon": "modules/calendaria/assets/moon-phases/07_lastquarter.svg",
          "start": 0.75,
          "end": 0.875
        },
        "waningcrescent00": {
          "name": "CALENDARIA.MoonPhase.WaningCrescent",
          "icon": "modules/calendaria/assets/moon-phases/08_waningcrescent.svg",
          "start": 0.875,
          "end": 1
        }
      },
      "referenceDate": {
        "year": 0,
        "month": 0,
        "dayOfMonth": 0
      }
    }
  },
  "daylight": {
    "enabled": true,
    "shortestDay": 9,
    "longestDay": 15,
    "winterSolstice": 297,
    "summerSolstice": 145
  },
  "cycles": {},
  "canonicalHours": {},
  "weeks": {
    "enabled": false,
    "type": "year-based",
    "names": {}
  },
  "amPmNotation": {
    "am": "Ante Meridiem",
    "pm": "Post Meridiem",
    "amAbbr": "AM",
    "pmAbbr": "PM"
  },
  "dateFormats": {
    "short": "D MMM",
    "long": "D MMMM, Y",
    "full": "MMMM D, Y",
    "time": "HH:mm",
    "time12": "h:mm a",
    "weekHeader": "[Week] W [of] MMMM, Y",
    "yearHeader": "Y",
    "yearLabel": "Y G"
  },
  "metadata": {
    "id": "exandrian",
    "description": "CALENDARIA.Calendar.Exandrian.Description",
    "author": "calendaria",
    "system": "Exandria"
  },
  "weather": {
    "activeZone": "temperate",
    "zones": {
      "temperate000000": {
        "id": "temperate",
        "name": "CALENDARIA.Weather.Climate.Temperate",
        "description": "CALENDARIA.Weather.Climate.TemperateDesc",
        "windSpeedRange": {
          "min": 0,
          "max": 3
        },
        "windDirections": {
          "W": 20,
          "WSW": 15,
          "SW": 12,
          "WNW": 10,
          "NW": 8,
          "S": 8,
          "N": 5,
          "NNW": 5,
          "E": 4,
          "SE": 4,
          "NE": 3,
          "SSW": 3,
          "SSE": 1,
          "ESE": 1,
          "ENE": 1
        },
        "brightnessMultiplier": 1,
        "shortestDay": 8,
        "longestDay": 16,
        "temperatures": {
          "_default": {
            "min": 8,
            "max": 20
          },
          "Winter": {
            "min": -5,
            "max": 5
          },
          "Spring": {
            "min": 8,
            "max": 18
          },
          "Summer": {
            "min": 18,
            "max": 30
          },
          "Autumn": {
            "min": 8,
            "max": 18
          }
        },
        "presets": {
          "rain00000000000": {
            "id": "rain",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "drizzle00000000": {
            "id": "drizzle",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "partlycloudy000": {
            "id": "partly-cloudy",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "clear0000000000": {
            "id": "clear",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "mist00000000000": {
            "id": "mist",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "cloudy000000000": {
            "id": "cloudy",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "thunderstorm000": {
            "id": "thunderstorm",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "fog000000000000": {
            "id": "fog",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "windy0000000000": {
            "id": "windy",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "snow00000000000": {
            "id": "snow",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "blizzard0000000": {
            "id": "blizzard",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          },
          "overcast0000000": {
            "id": "overcast",
            "enabled": true,
            "tempMin": null,
            "tempMax": null
          }
        },
        "seasonOverrides": {
          "Winter": {
            "temperatures": {
              "min": -5,
              "max": 5
            },
            "presets": {
              "snow": {
                "id": "snow",
                "chance": 26,
                "enabled": true
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 11,
                "enabled": true
              },
              "fog": {
                "id": "fog",
                "chance": 11,
                "enabled": true
              },
              "overcast": {
                "id": "overcast",
                "chance": 16,
                "enabled": true
              },
              "clear": {
                "id": "clear",
                "chance": 11,
                "enabled": true
              },
              "rain": {
                "id": "rain",
                "chance": 5,
                "enabled": true
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 11,
                "enabled": true
              },
              "mist": {
                "id": "mist",
                "chance": 5,
                "enabled": true
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 5,
                "enabled": true
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 0,
                "enabled": false
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0,
                "enabled": false
              },
              "windy": {
                "id": "windy",
                "chance": 0,
                "enabled": false
              }
            }
          },
          "Spring": {
            "temperatures": {
              "min": 8,
              "max": 18
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 25,
                "enabled": true
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 19,
                "enabled": true
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 19,
                "enabled": true
              },
              "clear": {
                "id": "clear",
                "chance": 13,
                "enabled": true
              },
              "mist": {
                "id": "mist",
                "chance": 13,
                "enabled": true
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 13,
                "enabled": true
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0,
                "enabled": false
              },
              "fog": {
                "id": "fog",
                "chance": 0,
                "enabled": false
              },
              "windy": {
                "id": "windy",
                "chance": 0,
                "enabled": false
              },
              "snow": {
                "id": "snow",
                "chance": 0,
                "enabled": false
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0,
                "enabled": false
              },
              "overcast": {
                "id": "overcast",
                "chance": 0,
                "enabled": false
              }
            }
          },
          "Summer": {
            "temperatures": {
              "min": 18,
              "max": 30
            },
            "presets": {
              "clear": {
                "id": "clear",
                "chance": 35,
                "enabled": true
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 24,
                "enabled": true
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 12,
                "enabled": true
              },
              "rain": {
                "id": "rain",
                "chance": 12,
                "enabled": true
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 6,
                "enabled": true
              },
              "mist": {
                "id": "mist",
                "chance": 6,
                "enabled": true
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 6,
                "enabled": true
              },
              "fog": {
                "id": "fog",
                "chance": 0,
                "enabled": false
              },
              "windy": {
                "id": "windy",
                "chance": 0,
                "enabled": false
              },
              "snow": {
                "id": "snow",
                "chance": 0,
                "enabled": false
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0,
                "enabled": false
              },
              "overcast": {
                "id": "overcast",
                "chance": 0,
                "enabled": false
              }
            }
          },
          "Autumn": {
            "temperatures": {
              "min": 8,
              "max": 18
            },
            "presets": {
              "cloudy": {
                "id": "cloudy",
                "chance": 24,
                "enabled": true
              },
              "rain": {
                "id": "rain",
                "chance": 18,
                "enabled": true
              },
              "fog": {
                "id": "fog",
                "chance": 18,
                "enabled": true
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 12,
                "enabled": true
              },
              "windy": {
                "id": "windy",
                "chance": 12,
                "enabled": true
              },
              "mist": {
                "id": "mist",
                "chance": 6,
                "enabled": true
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 6,
                "enabled": true
              },
              "clear": {
                "id": "clear",
                "chance": 6,
                "enabled": true
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0,
                "enabled": false
              },
              "snow": {
                "id": "snow",
                "chance": 0,
                "enabled": false
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0,
                "enabled": false
              },
              "overcast": {
                "id": "overcast",
                "chance": 0,
                "enabled": false
              }
            }
          }
        }
      }
    }
  }
}
