{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/rope.json",
  "@type": "Item",
  "name": "Rope",
  "type": "tool",
  "description": "A length of sturdy rope useful for climbing, binding, or pulling.",
  "slots": 1,
  "value": 3,
  "bonuses": [
    {
      "type": "skill",
      "target": "Climb",
      "value": 1,
      "condition": "when used for climbing"
    }
  ],
  "tags": [
    "tool",
    "climbing",
    "binding",
    "utility"
  ]
}
