{
  "_meta": {
    "dataset": "kingshot-events",
    "title": "Kingshot Recurring Events",
    "description": "Recurring in-game events and their cadence (how often each repeats).",
    "count": 5,
    "provenance": {
      "sources": [
        "In-game observation (KingshotPro)"
      ],
      "confidence": "community",
      "verified": "2026-04",
      "note": "Event cadences from in-game observation; exact timings can shift with the live event schedule."
    },
    "license": "CC-BY-4.0 — attribute to https://kingshotpro.com",
    "canonical": "https://kingshotpro.com/data/events.json",
    "updated": "2026-06-14"
  },
  "events": [
    {
      "name": "Viking Vengeance",
      "schedule": "Bi-weekly Tue & Thu",
      "recurEveryHours": 84
    },
    {
      "name": "Mystic Trials",
      "schedule": "Daily rotation",
      "recurEveryHours": 24
    },
    {
      "name": "Bear Hunt",
      "schedule": "Multiple daily",
      "recurEveryHours": 8
    },
    {
      "name": "Alliance Gifts",
      "schedule": "Daily reset",
      "recurEveryHours": 24
    },
    {
      "name": "VIP Chest",
      "schedule": "Daily reset",
      "recurEveryHours": 24
    }
  ]
}