{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/sackcloth-robes.json",
  "@type": "Item",
  "name": "Sackcloth Robes",
  "type": "armor",
  "description": "Rough robes caked in stinking mud and undergrowth, perfect for blending into marshy terrain but offensive everywhere else.",
  "slots": 2,
  "value": 2,
  "armor": {
    "protection": 0,
    "type": "clothing"
  },
  "bonuses": [
    {
      "type": "skill",
      "target": "Sneak",
      "value": 1,
      "condition": "in marshy terrain"
    }
  ],
  "drawbacks": [
    "-1 to social rolls due to stench"
  ],
  "tags": [
    "armor",
    "clothing",
    "marshy",
    "stinky",
    "specialized"
  ]
}
