{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/modest-armour.json",
  "@type": "Item",
  "name": "Modest Armour",
  "type": "armor",
  "description": "Decent protection such as chain mail or reinforced leather.",
  "slots": 4,
  "value": 50,
  "armor": {
    "protection": 2,
    "type": "modest"
  },
  "tags": [
    "armor",
    "modest",
    "chain",
    "reinforced"
  ]
}
