{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/shield.json",
  "@type": "Item",
  "name": "Shield",
  "type": "shield",
  "description": "A defensive item that can be used to block attacks and also as a weapon.",
  "slots": 1,
  "value": 8,
  "armor": {
    "protection": 1,
    "type": "shield"
  },
  "bonuses": [
    {
      "type": "armor",
      "target": "damage_reduction",
      "value": 1,
      "description": "Reduces incoming Damage Rolls by 1 (minimum 1)"
    }
  ],
  "damageTable": {
    "1": 2,
    "2": 2,
    "3": 2,
    "4": 4,
    "5": 4,
    "6": 6,
    "7+": 8
  },
  "tags": [
    "shield",
    "defensive",
    "weapon"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Shield",
    "specialRules": [
      "Reduces Damage Rolls by 1 to a minimum of 1",
      "Can be used as a weapon"
    ]
  }
}
