{
  "name": "Combat Action Oracle",
  "game": "ironsworn",
  "licence": "CC BY 4.0",
  "attribution": "Ironsworn System Reference Document, copyright Shawn Tomkin. Licensed under CC BY 4.0.",
  "tables": [
    {
      "id": "combat-action",
      "name": "Combat Action",
      "roll_type": "d100",
      "usage_note": "Roll when you need to determine an NPC foe's next action in combat, especially when they have initiative.",
      "entries": [
        { "min": 1, "max": 3, "result": "Compel a surrender." },
        { "min": 4, "max": 6, "result": "Coordinate with allies." },
        { "min": 7, "max": 9, "result": "Gather reinforcements." },
        { "min": 10, "max": 13, "result": "Seize something or someone." },
        { "min": 14, "max": 17, "result": "Provoke a reckless response." },
        { "min": 18, "max": 21, "result": "Intimidate or frighten." },
        { "min": 22, "max": 25, "result": "Reveal a surprising truth." },
        { "min": 26, "max": 29, "result": "Shift focus to someone or something else." },
        { "min": 30, "max": 33, "result": "Destroy something, or render it useless." },
        { "min": 34, "max": 39, "result": "Take a decisive action." },
        { "min": 40, "max": 45, "result": "Reinforce defenses." },
        { "min": 46, "max": 52, "result": "Ready an action." },
        { "min": 53, "max": 60, "result": "Use the terrain to gain advantage." },
        { "min": 61, "max": 68, "result": "Leverage the advantage of a weapon or ability." },
        { "min": 69, "max": 78, "result": "Create an opportunity." },
        { "min": 79, "max": 89, "result": "Attack with precision." },
        { "min": 90, "max": 99, "result": "Attack with power." },
        { "min": 100, "max": 100, "result": "Take a completely unexpected action." }
      ]
    }
  ]
}
