{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/tables/melee-damage-table.json",
  "@type": "Table",
  "name": "Melee Weapons Damage Table",
  "description": "Damage values for melee weapons based on damage roll",
  "type": "damage",
  "damageMatrix": {
    "weapons": [
      "Sword",
      "Axe",
      "Knife",
      "Staff",
      "Hammer",
      "Spear",
      "Longsword",
      "Mace",
      "Polearm",
      "Maul",
      "Greatsword",
      "Club",
      "Unarmed",
      "Shield"
    ],
    "rollColumns": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7+"
    ],
    "matrix": {
      "Sword": {
        "1": 4,
        "2": 6,
        "3": 6,
        "4": 6,
        "5": 6,
        "6": 8,
        "7+": 10
      },
      "Axe": {
        "1": 2,
        "2": 2,
        "3": 6,
        "4": 6,
        "5": 8,
        "6": 10,
        "7+": 12
      },
      "Knife": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 4,
        "6": 8,
        "7+": 10
      },
      "Staff": {
        "1": 2,
        "2": 4,
        "3": 4,
        "4": 4,
        "5": 4,
        "6": 6,
        "7+": 8
      },
      "Hammer": {
        "1": 1,
        "2": 2,
        "3": 4,
        "4": 6,
        "5": 8,
        "6": 10,
        "7+": 12
      },
      "Spear": {
        "1": 4,
        "2": 4,
        "3": 6,
        "4": 6,
        "5": 8,
        "6": 8,
        "7+": 10
      },
      "Longsword": {
        "1": 4,
        "2": 6,
        "3": 8,
        "4": 8,
        "5": 10,
        "6": 12,
        "7+": 14
      },
      "Mace": {
        "1": 2,
        "2": 4,
        "3": 4,
        "4": 6,
        "5": 6,
        "6": 8,
        "7+": 10
      },
      "Polearm": {
        "1": 2,
        "2": 4,
        "3": 4,
        "4": 8,
        "5": 12,
        "6": 14,
        "7+": 18
      },
      "Maul": {
        "1": 1,
        "2": 2,
        "3": 3,
        "4": 6,
        "5": 12,
        "6": 13,
        "7+": 14
      },
      "Greatsword": {
        "1": 2,
        "2": 4,
        "3": 8,
        "4": 10,
        "5": 12,
        "6": 14,
        "7+": 18
      },
      "Club": {
        "1": 1,
        "2": 1,
        "3": 2,
        "4": 3,
        "5": 6,
        "6": 8,
        "7+": 10
      },
      "Unarmed": {
        "1": 1,
        "2": 1,
        "3": 1,
        "4": 2,
        "5": 2,
        "6": 3,
        "7+": 4
      },
      "Shield": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 4,
        "5": 4,
        "6": 6,
        "7+": 8
      }
    }
  },
  "tags": [
    "combat",
    "damage",
    "melee",
    "reference"
  ],
  "diceExpression": "d6",
  "possessions": [],
  "advancedSkills": [],
  "spells": [],
  "special": []
}
