{
  "id": "renescara",
  "name": "CALENDARIA.Calendar.Renescara.Name",
  "years": {
    "yearZero": 0,
    "firstWeekday": 0,
    "leapYear": null
  },
  "months": {
    "values": {
      "thawmoon00000000": {
        "name": "Thawmoon",
        "abbreviation": "Thaw",
        "ordinal": 1,
        "days": 28
      },
      "seedmoon00000000": {
        "name": "Seedmoon",
        "abbreviation": "Seed",
        "ordinal": 2,
        "days": 28
      },
      "blossmoon0000000": {
        "name": "Blossmoon",
        "abbreviation": "Bloss",
        "ordinal": 3,
        "days": 28
      },
      "greenmoon0000000": {
        "name": "Greenmoon",
        "abbreviation": "Green",
        "ordinal": 4,
        "days": 28
      },
      "summertide000000": {
        "name": "Summertide",
        "abbreviation": "Summer",
        "ordinal": 5,
        "days": 28
      },
      "goldmoon00000000": {
        "name": "Goldmoon",
        "abbreviation": "Gold",
        "ordinal": 6,
        "days": 28
      },
      "harvestmoon00000": {
        "name": "Harvestmoon",
        "abbreviation": "Harvest",
        "ordinal": 7,
        "days": 28
      },
      "ambermoon0000000": {
        "name": "Ambermoon",
        "abbreviation": "Amber",
        "ordinal": 8,
        "days": 28
      },
      "fadingmoon000000": {
        "name": "Fadingmoon",
        "abbreviation": "Fading",
        "ordinal": 9,
        "days": 28
      },
      "frostmoon0000000": {
        "name": "Frostmoon",
        "abbreviation": "Frost",
        "ordinal": 10,
        "days": 28
      },
      "winterdeep000000": {
        "name": "Winterdeep",
        "abbreviation": "Winter",
        "ordinal": 11,
        "days": 28
      },
      "ironmoon00000000": {
        "name": "Ironmoon",
        "abbreviation": "Iron",
        "ordinal": 12,
        "days": 28
      },
      "shadowmoon000000": {
        "name": "Shadowmoon",
        "abbreviation": "Shadow",
        "ordinal": 13,
        "days": 28
      },
      "dayofthreshold00": {
        "name": "Day of Threshold",
        "abbreviation": "Threshold",
        "ordinal": 14,
        "days": 1,
        "type": "intercalary"
      }
    }
  },
  "days": {
    "values": {
      "solday0000000000": {
        "name": "Solday",
        "ordinal": 1,
        "abbreviation": "Sol"
      },
      "ferriday00000000": {
        "name": "Ferriday",
        "ordinal": 2,
        "abbreviation": "Fer"
      },
      "verday0000000000": {
        "name": "Verday",
        "ordinal": 3,
        "abbreviation": "Ver"
      },
      "midweek000000000": {
        "name": "Midweek",
        "ordinal": 4,
        "abbreviation": "Mid"
      },
      "mercday000000000": {
        "name": "Mercday",
        "ordinal": 5,
        "abbreviation": "Mer"
      },
      "shadeday00000000": {
        "name": "Shadeday",
        "ordinal": 6,
        "abbreviation": "Sha"
      },
      "tideday000000000": {
        "name": "Tideday",
        "ordinal": 7,
        "abbreviation": "Tid"
      }
    },
    "daysPerYear": 365,
    "hoursPerDay": 24,
    "minutesPerHour": 60,
    "secondsPerMinute": 60
  },
  "festivals": {
    "firstlightfestiv": {
      "name": "Firstlight Festival",
      "month": 0,
      "icon": "fa-sun",
      "color": "#F0C75E",
      "description": "Communities kindle bonfires and lanterns to welcome the new year and banish winter's lingering darkness.",
      "dayOfMonth": 14,
      "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": 15
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "sowtide000000000": {
      "name": "Sowtide",
      "month": 1,
      "icon": "fa-seedling",
      "color": "#7CB342",
      "description": "Farmers and druids bless newly sown fields with ritual prayers for a bountiful growing season.",
      "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
    },
    "firstbloom000000": {
      "name": "Firstbloom",
      "month": 2,
      "icon": "fa-heart",
      "color": "#E88AAF",
      "description": "A spring fertility festival of marriages and courtship, celebrated with flower garlands and dancing.",
      "dayOfMonth": 20,
      "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": 21
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "greenfire0000000": {
      "name": "Greenfire",
      "month": 3,
      "icon": "fa-tree",
      "color": "#2E7D32",
      "description": "Forest clans honor the living world with bonfires of green wood, sacred to the Thornborn and all who revere nature.",
      "dayOfMonth": 13,
      "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": 14
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "solsticecrown000": {
      "name": "Solstice Crown",
      "month": 4,
      "icon": "fa-crown",
      "color": "#FFB300",
      "description": "The summer solstice sacred to Solarius, when priests crown the sun's golden fire and the longest days are celebrated.",
      "dayOfMonth": 13,
      "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": 14
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "firstreaping0000": {
      "name": "First Reaping",
      "month": 5,
      "icon": "fa-wheat-awn",
      "color": "#D4A017",
      "description": "The first sheaves of grain are cut and offered in thanksgiving as the harvest season begins.",
      "dayOfMonth": 7,
      "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": 8
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "thegathering0000": {
      "name": "The Gathering",
      "month": 6,
      "icon": "fa-utensils",
      "color": "#E65100",
      "description": "The great harvest feast where communities gather to share food, stories, and gratitude for the year's bounty.",
      "dayOfMonth": 14,
      "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": 15
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "theturning000000": {
      "name": "The Turning",
      "month": 7,
      "icon": "fa-leaf",
      "color": "#BF6900",
      "description": "An autumn festival honoring transformation and the beauty of change as leaves turn gold and crimson.",
      "dayOfMonth": 20,
      "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": 21
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "lastlight0000000": {
      "name": "Lastlight",
      "month": 8,
      "icon": "fa-cloud-sun",
      "color": "#A1887F",
      "description": "The last great fires are lit as communities make final preparations before winter's dark months descend.",
      "dayOfMonth": 6,
      "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": 7
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "firstfrostfair00": {
      "name": "Firstfrost Fair",
      "month": 9,
      "icon": "fa-tent",
      "color": "#4FC3F7",
      "description": "Merchants and travelers converge for the last great market before heavy snows close the mountain passes.",
      "dayOfMonth": 13,
      "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": 14
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "thelongnight0000": {
      "name": "The Long Night",
      "month": 10,
      "icon": "fa-moon",
      "color": "#1A237E",
      "description": "The longest night of the year, kept as a solemn vigil with bonfires and prayers against the encroaching dark.",
      "dayOfMonth": 0,
      "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": 1
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "ironfeast0000000": {
      "name": "Iron Feast",
      "month": 11,
      "icon": "fa-hammer",
      "color": "#78909C",
      "description": "Valdris warriors feast in honor of The Iron Wolf, forging ancestor nails and blessing weapons through the night.",
      "dayOfMonth": 27,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 12
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 28
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    },
    "theveilwalk00000": {
      "name": "The Veilwalk",
      "month": 12,
      "icon": "fa-ghost",
      "color": "#7E57C2",
      "description": "The living walk among memories of the dead, leaving offerings at shrines as the veil between worlds grows thin.",
      "dayOfMonth": 13,
      "duration": 1,
      "countsForWeekday": true,
      "leapYearOnly": false,
      "conditionTree": {
        "type": "group",
        "mode": "and",
        "children": [
          {
            "type": "condition",
            "field": "month",
            "op": "==",
            "value": 13
          },
          {
            "type": "condition",
            "field": "day",
            "op": "==",
            "value": 14
          }
        ]
      },
      "allDay": true,
      "displayStyle": "banner",
      "visibility": "visible",
      "silent": true,
      "hasDuration": false,
      "reminderType": "none",
      "reminderOffset": 0
    }
  },
  "moons": {
    "aela000000000000": {
      "name": "Aela",
      "cycleLength": 28,
      "color": "#C0C0C0",
      "hidden": false,
      "phases": {
        "thedarksister000": {
          "name": "The Dark Sister",
          "rising": "Rising Dark Sister",
          "fading": "Fading Dark Sister",
          "icon": "modules/calendaria/assets/moon-phases/01_newmoon.svg",
          "start": 0,
          "end": 0.125
        },
        "thegrowing000000": {
          "name": "The Growing",
          "rising": "Early Growing",
          "fading": "Late Growing",
          "icon": "modules/calendaria/assets/moon-phases/02_waxingcrescent.svg",
          "start": 0.125,
          "end": 0.25
        },
        "thegrowing000002": {
          "name": "The Growing",
          "rising": "Early Growing",
          "fading": "Late Growing",
          "icon": "modules/calendaria/assets/moon-phases/03_firstquarter.svg",
          "start": 0.25,
          "end": 0.375
        },
        "thegrowing000003": {
          "name": "The Growing",
          "rising": "Early Growing",
          "fading": "Late Growing",
          "icon": "modules/calendaria/assets/moon-phases/04_waxinggibbous.svg",
          "start": 0.375,
          "end": 0.5
        },
        "thesilvercrown00": {
          "name": "The Silver Crown",
          "rising": "Rising Silver Crown",
          "fading": "Fading Silver Crown",
          "icon": "modules/calendaria/assets/moon-phases/05_fullmoon.svg",
          "start": 0.5,
          "end": 0.625
        },
        "thefading0000000": {
          "name": "The Fading",
          "rising": "Early Fading",
          "fading": "Late Fading",
          "icon": "modules/calendaria/assets/moon-phases/06_waninggibbous.svg",
          "start": 0.625,
          "end": 0.75
        },
        "thefading0000002": {
          "name": "The Fading",
          "rising": "Early Fading",
          "fading": "Late Fading",
          "icon": "modules/calendaria/assets/moon-phases/07_lastquarter.svg",
          "start": 0.75,
          "end": 0.875
        },
        "thefading0000003": {
          "name": "The Fading",
          "rising": "Early Fading",
          "fading": "Late Fading",
          "icon": "modules/calendaria/assets/moon-phases/08_waningcrescent.svg",
          "start": 0.875,
          "end": 1
        }
      },
      "referenceDate": {
        "year": 3247,
        "month": 0,
        "dayOfMonth": 0
      },
      "eclipseMode": "rare"
    },
    "ruan000000000000": {
      "name": "Ruan",
      "cycleLength": 73,
      "color": "#B44622",
      "hidden": false,
      "phases": {
        "thehiddeneye0000": {
          "name": "The Hidden Eye",
          "rising": "Rising Hidden Eye",
          "fading": "Fading Hidden Eye",
          "icon": "modules/calendaria/assets/moon-phases/01_newmoon.svg",
          "start": 0,
          "end": 0.125
        },
        "theawakening0000": {
          "name": "The Awakening",
          "rising": "Early Awakening",
          "fading": "Late Awakening",
          "icon": "modules/calendaria/assets/moon-phases/02_waxingcrescent.svg",
          "start": 0.125,
          "end": 0.25
        },
        "theawakening0002": {
          "name": "The Awakening",
          "rising": "Early Awakening",
          "fading": "Late Awakening",
          "icon": "modules/calendaria/assets/moon-phases/03_firstquarter.svg",
          "start": 0.25,
          "end": 0.375
        },
        "theawakening0003": {
          "name": "The Awakening",
          "rising": "Early Awakening",
          "fading": "Late Awakening",
          "icon": "modules/calendaria/assets/moon-phases/04_waxinggibbous.svg",
          "start": 0.375,
          "end": 0.5
        },
        "thebloodmoon0000": {
          "name": "The Blood Moon",
          "rising": "Rising Blood Moon",
          "fading": "Fading Blood Moon",
          "icon": "modules/calendaria/assets/moon-phases/05_fullmoon.svg",
          "start": 0.5,
          "end": 0.625
        },
        "theclosing000000": {
          "name": "The Closing",
          "rising": "Early Closing",
          "fading": "Late Closing",
          "icon": "modules/calendaria/assets/moon-phases/06_waninggibbous.svg",
          "start": 0.625,
          "end": 0.75
        },
        "theclosing000002": {
          "name": "The Closing",
          "rising": "Early Closing",
          "fading": "Late Closing",
          "icon": "modules/calendaria/assets/moon-phases/07_lastquarter.svg",
          "start": 0.75,
          "end": 0.875
        },
        "theclosing000003": {
          "name": "The Closing",
          "rising": "Early Closing",
          "fading": "Late Closing",
          "icon": "modules/calendaria/assets/moon-phases/08_waningcrescent.svg",
          "start": 0.875,
          "end": 1
        }
      },
      "referenceDate": {
        "year": 3247,
        "month": 0,
        "dayOfMonth": 18
      },
      "eclipseMode": "rare"
    }
  },
  "seasons": {
    "values": {
      "spring0000000000": {
        "name": "Spring",
        "icon": "fas fa-seedling",
        "color": "#90ee90",
        "seasonalType": "spring",
        "dayStart": 0,
        "dayEnd": 83,
        "climate": {
          "temperatures": {
            "min": 5,
            "max": 18
          },
          "presets": {
            "clear00000000000": {
              "id": "clear",
              "chance": 20
            },
            "partlycloudy0000": {
              "id": "partly-cloudy",
              "chance": 25
            },
            "cloudy0000000000": {
              "id": "cloudy",
              "chance": 15
            },
            "rain000000000000": {
              "id": "rain",
              "chance": 20
            },
            "drizzle000000000": {
              "id": "drizzle",
              "chance": 10
            },
            "fog0000000000000": {
              "id": "fog",
              "chance": 5
            },
            "thunderstorm0000": {
              "id": "thunderstorm",
              "chance": 5
            }
          }
        },
        "abbreviation": "Spr"
      },
      "summer0000000000": {
        "name": "Summer",
        "icon": "fas fa-sun",
        "color": "#ffd700",
        "seasonalType": "summer",
        "dayStart": 84,
        "dayEnd": 167,
        "climate": {
          "temperatures": {
            "min": 18,
            "max": 32
          },
          "presets": {
            "clear00000000000": {
              "id": "clear",
              "chance": 35
            },
            "partlycloudy0000": {
              "id": "partly-cloudy",
              "chance": 25
            },
            "cloudy0000000000": {
              "id": "cloudy",
              "chance": 10
            },
            "rain000000000000": {
              "id": "rain",
              "chance": 10
            },
            "thunderstorm0000": {
              "id": "thunderstorm",
              "chance": 10
            },
            "windy00000000000": {
              "id": "windy",
              "chance": 5
            },
            "sunshower0000000": {
              "id": "sunshower",
              "chance": 5
            }
          }
        },
        "abbreviation": "Sum"
      },
      "autumn0000000000": {
        "name": "Autumn",
        "icon": "fas fa-leaf",
        "color": "#d2691e",
        "seasonalType": "autumn",
        "dayStart": 168,
        "dayEnd": 251,
        "climate": {
          "temperatures": {
            "min": 5,
            "max": 20
          },
          "presets": {
            "clear00000000000": {
              "id": "clear",
              "chance": 15
            },
            "partlycloudy0000": {
              "id": "partly-cloudy",
              "chance": 20
            },
            "cloudy0000000000": {
              "id": "cloudy",
              "chance": 20
            },
            "overcast00000000": {
              "id": "overcast",
              "chance": 15
            },
            "rain000000000000": {
              "id": "rain",
              "chance": 15
            },
            "fog0000000000000": {
              "id": "fog",
              "chance": 10
            },
            "windy00000000000": {
              "id": "windy",
              "chance": 5
            }
          }
        },
        "abbreviation": "Aut"
      },
      "winter0000000000": {
        "name": "Winter",
        "icon": "fas fa-snowflake",
        "color": "#87ceeb",
        "seasonalType": "winter",
        "dayStart": 252,
        "dayEnd": 364,
        "climate": {
          "temperatures": {
            "min": -10,
            "max": 5
          },
          "presets": {
            "clear00000000000": {
              "id": "clear",
              "chance": 15
            },
            "partlycloudy0000": {
              "id": "partly-cloudy",
              "chance": 15
            },
            "cloudy0000000000": {
              "id": "cloudy",
              "chance": 15
            },
            "overcast00000000": {
              "id": "overcast",
              "chance": 20
            },
            "snow000000000000": {
              "id": "snow",
              "chance": 20
            },
            "blizzard00000000": {
              "id": "blizzard",
              "chance": 5
            },
            "fog0000000000000": {
              "id": "fog",
              "chance": 5
            },
            "windy00000000000": {
              "id": "windy",
              "chance": 5
            }
          }
        },
        "abbreviation": "Win"
      }
    }
  },
  "daylight": {
    "enabled": true,
    "shortestDay": 8,
    "longestDay": 16,
    "winterSolstice": 280,
    "summerSolstice": 126
  },
  "eras": {
    "firstage00000000": {
      "name": "First Age",
      "abbreviation": "FA",
      "startYear": -2000,
      "endYear": -500
    },
    "darkcenturies000": {
      "name": "Dark Centuries",
      "abbreviation": "DC",
      "startYear": -500,
      "endYear": 0
    },
    "secondage0000000": {
      "name": "Second Age",
      "abbreviation": "SA",
      "startYear": 1,
      "endYear": null
    }
  },
  "canonicalHours": {
    "dawnwatch0000000": {
      "name": "Dawn Watch",
      "abbreviation": "Dawn",
      "startHour": 5,
      "endHour": 9
    },
    "ironhours0000000": {
      "name": "Iron Hours",
      "abbreviation": "Iron",
      "startHour": 9,
      "endHour": 13
    },
    "greenhours000000": {
      "name": "Green Hours",
      "abbreviation": "Green",
      "startHour": 13,
      "endHour": 17
    },
    "merchantsbell000": {
      "name": "Merchant's Bell",
      "abbreviation": "Bell",
      "startHour": 17,
      "endHour": 21
    },
    "shadehours000000": {
      "name": "Shade Hours",
      "abbreviation": "Shade",
      "startHour": 21,
      "endHour": 1
    },
    "moonwatch0000000": {
      "name": "Moon Watch",
      "abbreviation": "Moon",
      "startHour": 1,
      "endHour": 5
    }
  },
  "amPmNotation": {
    "am": "Sunward",
    "pm": "Moonward",
    "amAbbr": "SW",
    "pmAbbr": "MW"
  },
  "cycles": {
    "thefivewanderers": {
      "name": "The Five Wanderers",
      "length": 5,
      "offset": 0,
      "basedOn": "year",
      "stages": {
        "ferrus0000000000": {
          "name": "Ferrus"
        },
        "verdantis0000000": {
          "name": "Verdantis"
        },
        "crystallus000000": {
          "name": "Crystallus"
        },
        "umbralis00000000": {
          "name": "Umbralis"
        },
        "temporis00000000": {
          "name": "Temporis"
        }
      }
    }
  },
  "cycleFormat": "Year of [1]",
  "weeks": {
    "enabled": true,
    "type": "month-based",
    "names": {
      "weekofrising0000": {
        "name": "Week of Rising",
        "abbreviation": "Rising"
      },
      "weekoffullness00": {
        "name": "Week of Fullness",
        "abbreviation": "Fullness"
      },
      "weekofturning000": {
        "name": "Week of Turning",
        "abbreviation": "Turning"
      },
      "weekoffading0000": {
        "name": "Week of Fading",
        "abbreviation": "Fading"
      }
    }
  },
  "dateFormats": {
    "short": "D MMM",
    "long": "D MMMM, Y",
    "full": "MMMM D, Y ([ch])",
    "time": "HH:mm",
    "time12": "h:mm a",
    "weekHeader": "[Week] W [of] MMMM, Y",
    "yearHeader": "Y",
    "yearLabel": "Y G"
  },
  "weather": {
    "activeZone": "valdris",
    "zones": {
      "valdris000000000": {
        "id": "valdris",
        "name": "Kingdom of Valdris",
        "description": "Northern mountains and iron-rich ranges with harsh winters and extreme temperature swings.",
        "windSpeedRange": {
          "min": 2,
          "max": 5
        },
        "windDirections": {
          "N": 25,
          "NNW": 20,
          "NW": 15,
          "NNE": 10,
          "NE": 5,
          "W": 5,
          "E": 5,
          "S": 3,
          "SE": 2,
          "SW": 2,
          "ENE": 3,
          "SSW": 2,
          "SSE": 1,
          "ESE": 1,
          "WNW": 1
        },
        "temperatures": {
          "_default": {
            "min": -10,
            "max": 15
          }
        },
        "presets": {
          "clear00000000000": {
            "id": "clear",
            "enabled": true
          },
          "partlycloudy0000": {
            "id": "partly-cloudy",
            "enabled": true
          },
          "cloudy0000000000": {
            "id": "cloudy",
            "enabled": true
          },
          "overcast00000000": {
            "id": "overcast",
            "enabled": true
          },
          "snow000000000000": {
            "id": "snow",
            "enabled": true
          },
          "blizzard00000000": {
            "id": "blizzard",
            "enabled": true,
            "tempMax": "5-"
          },
          "fog0000000000000": {
            "id": "fog",
            "enabled": true
          },
          "windy00000000000": {
            "id": "windy",
            "enabled": true
          },
          "sleet00000000000": {
            "id": "sleet",
            "enabled": true
          },
          "aetherhaze000000": {
            "id": "aether-haze",
            "enabled": true
          },
          "luminoussky00000": {
            "id": "luminous-sky",
            "enabled": true
          },
          "veilfall00000000": {
            "id": "veilfall",
            "enabled": true
          },
          "gravewind0000000": {
            "id": "gravewind",
            "enabled": true
          },
          "nullfront0000000": {
            "id": "nullfront",
            "enabled": true
          },
          "leysurge00000000": {
            "id": "ley-surge",
            "enabled": true
          }
        },
        "seasonOverrides": {
          "Spring": {
            "temperatures": {
              "min": -18,
              "max": 10
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0
              },
              "clear": {
                "id": "clear",
                "chance": 10
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 10
              },
              "snow": {
                "id": "snow",
                "chance": 15
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 5
              },
              "sleet": {
                "id": "sleet",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 2
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 2
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Summer": {
            "temperatures": {
              "min": 10,
              "max": 30
            },
            "presets": {
              "snow": {
                "id": "snow",
                "chance": 0
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0
              },
              "sleet": {
                "id": "sleet",
                "chance": 0
              },
              "clear": {
                "id": "clear",
                "chance": 20
              },
              "windy": {
                "id": "windy",
                "chance": 10
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 8
              },
              "rain": {
                "id": "rain",
                "chance": 5
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 0
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 2
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 2
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Autumn": {
            "temperatures": {
              "min": -3,
              "max": 19
            },
            "presets": {
              "clear": {
                "id": "clear",
                "chance": 10
              },
              "overcast": {
                "id": "overcast",
                "chance": 20
              },
              "rain": {
                "id": "rain",
                "chance": 8
              },
              "snow": {
                "id": "snow",
                "chance": 10
              },
              "sleet": {
                "id": "sleet",
                "chance": 8
              },
              "fog": {
                "id": "fog",
                "chance": 8
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 5
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 2
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Winter": {
            "temperatures": {
              "min": -35,
              "max": -4
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "sleet": {
                "id": "sleet",
                "chance": 0
              },
              "clear": {
                "id": "clear",
                "chance": 5
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "overcast": {
                "id": "overcast",
                "chance": 25
              },
              "snow": {
                "id": "snow",
                "chance": 25
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 15
              },
              "permafrost-surge": {
                "id": "permafrost-surge",
                "chance": 5
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 8
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 2
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          }
        }
      },
      "lys0000000000000": {
        "id": "lys",
        "name": "Merchant Confederacy of Lys",
        "description": "Coastal trading empire with temperate, mild weather year-round.",
        "windSpeedRange": {
          "min": 0,
          "max": 3
        },
        "windDirections": {
          "W": 20,
          "WSW": 25,
          "SW": 20,
          "SSW": 10,
          "WNW": 10,
          "S": 5,
          "NW": 3,
          "N": 2,
          "NNW": 3,
          "SE": 1,
          "E": 1
        },
        "temperatures": {
          "_default": {
            "min": 8,
            "max": 25
          }
        },
        "presets": {
          "clear00000000000": {
            "id": "clear",
            "enabled": true
          },
          "partlycloudy0000": {
            "id": "partly-cloudy",
            "enabled": true
          },
          "cloudy0000000000": {
            "id": "cloudy",
            "enabled": true
          },
          "rain000000000000": {
            "id": "rain",
            "enabled": true
          },
          "drizzle000000000": {
            "id": "drizzle",
            "enabled": true
          },
          "thunderstorm0000": {
            "id": "thunderstorm",
            "enabled": true,
            "tempMin": "3+"
          },
          "fog0000000000000": {
            "id": "fog",
            "enabled": true
          },
          "mist000000000000": {
            "id": "mist",
            "enabled": true
          },
          "windy00000000000": {
            "id": "windy",
            "enabled": true
          },
          "aetherhaze000000": {
            "id": "aether-haze",
            "enabled": true
          },
          "luminoussky00000": {
            "id": "luminous-sky",
            "enabled": true
          },
          "veilfall00000000": {
            "id": "veilfall",
            "enabled": true
          },
          "gravewind0000000": {
            "id": "gravewind",
            "enabled": true
          },
          "nullfront0000000": {
            "id": "nullfront",
            "enabled": true
          },
          "leysurge00000000": {
            "id": "ley-surge",
            "enabled": true
          }
        },
        "seasonOverrides": {
          "Spring": {
            "temperatures": {
              "max": "7+"
            },
            "presets": {
              "fog": {
                "id": "fog",
                "chance": 6
              },
              "mist": {
                "id": "mist",
                "chance": 5
              },
              "sunshower": {
                "id": "sunshower",
                "chance": 8
              },
              "clear": {
                "id": "clear",
                "chance": 6
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "rain": {
                "id": "rain",
                "chance": 4
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 3
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 1
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 1
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 1
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Summer": {
            "temperatures": {
              "max": "1+"
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 5
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "fog": {
                "id": "fog",
                "chance": 0
              },
              "mist": {
                "id": "mist",
                "chance": 0
              },
              "clear": {
                "id": "clear",
                "chance": 35
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 8
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 1
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 1
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 1
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Autumn": {
            "temperatures": {
              "min": "3+",
              "max": "3+"
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 12
              },
              "fog": {
                "id": "fog",
                "chance": 8
              },
              "mist": {
                "id": "mist",
                "chance": 6
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 8
              },
              "clear": {
                "id": "clear",
                "chance": 6
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 1
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 1
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 1
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Winter": {
            "temperatures": {
              "min": 2,
              "max": 14
            },
            "presets": {
              "snow": {
                "id": "snow",
                "chance": 0
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0
              },
              "rain": {
                "id": "rain",
                "chance": 15
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 10
              },
              "fog": {
                "id": "fog",
                "chance": 8
              },
              "mist": {
                "id": "mist",
                "chance": 5
              },
              "clear": {
                "id": "clear",
                "chance": 6
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 3
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 2
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 1
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 1
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 1
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 1
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          }
        }
      },
      "sanctus000000000": {
        "id": "sanctus",
        "name": "Theocracy of Sanctus Lumen",
        "description": "Mountain highlands with fortress-monasteries enduring harsh, arctic conditions.",
        "windSpeedRange": {
          "min": 1,
          "max": 5
        },
        "windDirections": {
          "N": 30,
          "NNE": 20,
          "NE": 15,
          "E": 10,
          "NW": 10,
          "NNW": 5,
          "ENE": 3,
          "W": 3,
          "WNW": 2,
          "S": 1,
          "SE": 1
        },
        "temperatures": {
          "_default": {
            "min": -20,
            "max": 5
          }
        },
        "presets": {
          "clear00000000000": {
            "id": "clear",
            "enabled": true
          },
          "partlycloudy0000": {
            "id": "partly-cloudy",
            "enabled": true
          },
          "cloudy0000000000": {
            "id": "cloudy",
            "enabled": true
          },
          "overcast00000000": {
            "id": "overcast",
            "enabled": true
          },
          "snow000000000000": {
            "id": "snow",
            "enabled": true
          },
          "blizzard00000000": {
            "id": "blizzard",
            "enabled": true
          },
          "fog0000000000000": {
            "id": "fog",
            "enabled": true
          },
          "windy00000000000": {
            "id": "windy",
            "enabled": true
          },
          "aetherhaze000000": {
            "id": "aether-haze",
            "enabled": true
          },
          "luminoussky00000": {
            "id": "luminous-sky",
            "enabled": true,
            "tempMax": "3-"
          },
          "veilfall00000000": {
            "id": "veilfall",
            "enabled": true
          },
          "gravewind0000000": {
            "id": "gravewind",
            "enabled": true
          },
          "nullfront0000000": {
            "id": "nullfront",
            "enabled": true
          },
          "leysurge00000000": {
            "id": "ley-surge",
            "enabled": true
          }
        },
        "seasonOverrides": {
          "Spring": {
            "temperatures": {
              "min": -25,
              "max": 5
            },
            "presets": {
              "clear": {
                "id": "clear",
                "chance": 5
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 5
              },
              "overcast": {
                "id": "overcast",
                "chance": 20
              },
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0
              },
              "snow": {
                "id": "snow",
                "chance": 20
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 6
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 4
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 4
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 2
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 3
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 4
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Summer": {
            "temperatures": {
              "min": -5,
              "max": 22
            },
            "presets": {
              "snow": {
                "id": "snow",
                "chance": 5
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 0
              },
              "clear": {
                "id": "clear",
                "chance": 20
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 3
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 3
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 4
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 4
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 2
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 3
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 4
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Autumn": {
            "temperatures": {
              "min": -20,
              "max": 8
            },
            "presets": {
              "clear": {
                "id": "clear",
                "chance": 5
              },
              "overcast": {
                "id": "overcast",
                "chance": 20
              },
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "snow": {
                "id": "snow",
                "chance": 15
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 8
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 6
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 5
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 3
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 4
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 4
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 2
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          },
          "Winter": {
            "temperatures": {
              "min": -42,
              "max": -18
            },
            "presets": {
              "clear": {
                "id": "clear",
                "chance": 2
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 2
              },
              "overcast": {
                "id": "overcast",
                "chance": 20
              },
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 0
              },
              "snow": {
                "id": "snow",
                "chance": 25
              },
              "blizzard": {
                "id": "blizzard",
                "chance": 20
              },
              "permafrost-surge": {
                "id": "permafrost-surge",
                "chance": 10
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 12
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "fog": {
                "id": "fog",
                "chance": 2
              },
              "windy": {
                "id": "windy",
                "chance": 4
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 3
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 2
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 3
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 4
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 2
              }
            }
          }
        }
      },
      "thornwood0000000": {
        "id": "thornwood",
        "name": "Thornwood Marches",
        "description": "Ancient primeval forest where Gyre influence is strongest near the crash site.",
        "windSpeedRange": {
          "min": 0,
          "max": 2
        },
        "windDirections": {
          "E": 15,
          "ENE": 12,
          "NE": 10,
          "SE": 10,
          "ESE": 8,
          "S": 8,
          "N": 8,
          "W": 6,
          "NNE": 5,
          "SSE": 5,
          "SW": 4,
          "NW": 4,
          "SSW": 2,
          "NNW": 1,
          "WNW": 1,
          "WSW": 1
        },
        "temperatures": {
          "_default": {
            "min": 0,
            "max": 20
          }
        },
        "presets": {
          "clear00000000000": {
            "id": "clear",
            "enabled": true
          },
          "partlycloudy0000": {
            "id": "partly-cloudy",
            "enabled": true
          },
          "cloudy0000000000": {
            "id": "cloudy",
            "enabled": true
          },
          "overcast00000000": {
            "id": "overcast",
            "enabled": true
          },
          "rain000000000000": {
            "id": "rain",
            "enabled": true
          },
          "fog0000000000000": {
            "id": "fog",
            "enabled": true
          },
          "mist000000000000": {
            "id": "mist",
            "enabled": true
          },
          "thunderstorm0000": {
            "id": "thunderstorm",
            "enabled": true
          },
          "aetherhaze000000": {
            "id": "aether-haze",
            "enabled": true,
            "tempMin": "2+",
            "tempMax": "2+"
          },
          "luminoussky00000": {
            "id": "luminous-sky",
            "enabled": true
          },
          "veilfall00000000": {
            "id": "veilfall",
            "enabled": true,
            "tempMin": "3-",
            "tempMax": "3-"
          },
          "gravewind0000000": {
            "id": "gravewind",
            "enabled": true
          },
          "nullfront0000000": {
            "id": "nullfront",
            "enabled": true
          },
          "leysurge00000000": {
            "id": "ley-surge",
            "enabled": true
          }
        },
        "seasonOverrides": {
          "Spring": {
            "temperatures": {
              "min": -2,
              "max": 20
            },
            "presets": {
              "mist": {
                "id": "mist",
                "chance": 15
              },
              "fog": {
                "id": "fog",
                "chance": "5+"
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 8
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 8
              },
              "clear": {
                "id": "clear",
                "chance": 4
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "rain": {
                "id": "rain",
                "chance": 3
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 4
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 2
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 4
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 3
              }
            }
          },
          "Summer": {
            "temperatures": {
              "min": 12,
              "max": 30
            },
            "presets": {
              "fog": {
                "id": "fog",
                "chance": 5
              },
              "mist": {
                "id": "mist",
                "chance": 8
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": "2-"
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 10
              },
              "clear": {
                "id": "clear",
                "chance": 4
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "rain": {
                "id": "rain",
                "chance": 3
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 2
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 5
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 4
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 3
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 5
              }
            }
          },
          "Autumn": {
            "temperatures": {
              "min": -2,
              "max": 22
            },
            "presets": {
              "fog": {
                "id": "fog",
                "chance": "5+"
              },
              "mist": {
                "id": "mist",
                "chance": 12
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 10
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 10
              },
              "clear": {
                "id": "clear",
                "chance": 4
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "rain": {
                "id": "rain",
                "chance": 3
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 4
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 2
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 3
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 5
              }
            }
          },
          "Winter": {
            "temperatures": {
              "min": -15,
              "max": 5
            },
            "presets": {
              "rain": {
                "id": "rain",
                "chance": 0
              },
              "drizzle": {
                "id": "drizzle",
                "chance": 0
              },
              "snow": {
                "id": "snow",
                "chance": "5-"
              },
              "fog": {
                "id": "fog",
                "chance": "5+"
              },
              "gravewind": {
                "id": "gravewind",
                "chance": 8
              },
              "nullfront": {
                "id": "nullfront",
                "chance": 8
              },
              "clear": {
                "id": "clear",
                "chance": 4
              },
              "partly-cloudy": {
                "id": "partly-cloudy",
                "chance": 4
              },
              "cloudy": {
                "id": "cloudy",
                "chance": 3
              },
              "overcast": {
                "id": "overcast",
                "chance": 3
              },
              "mist": {
                "id": "mist",
                "chance": 4
              },
              "thunderstorm": {
                "id": "thunderstorm",
                "chance": 2
              },
              "aether-haze": {
                "id": "aether-haze",
                "chance": 4
              },
              "luminous-sky": {
                "id": "luminous-sky",
                "chance": 2
              },
              "veilfall": {
                "id": "veilfall",
                "chance": 5
              },
              "ley-surge": {
                "id": "ley-surge",
                "chance": 5
              }
            }
          }
        }
      }
    }
  },
  "metadata": {
    "id": "renescara",
    "description": "CALENDARIA.Calendar.Renescara.Description",
    "author": "calendaria",
    "system": "Renescara"
  }
}
