{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/heavy-armour.json",
  "@type": "Item",
  "name": "Heavy Armour",
  "description": "The heaviest protection available, offering substantial damage reduction but taking up significant inventory space.",
  "slots": 6,
  "type": "armor",
  "armor": {
    "protection": 3,
    "type": "heavy"
  },
  "value": 100,
  "tags": [
    "armor",
    "heavy",
    "protection"
  ]
}
