{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/light-armour.json",
  "@type": "Item",
  "name": "Light Armour",
  "type": "armor",
  "description": "Basic protective gear such as leather or padded clothing.",
  "slots": 2,
  "value": 25,
  "armor": {
    "protection": 1,
    "type": "light"
  },
  "tags": [
    "armor",
    "light",
    "leather",
    "padded"
  ]
}
