{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/grappling-hook.json",
  "@type": "Item",
  "name": "Grappling Hook",
  "type": "tool",
  "description": "A metal hook attached to a length of rope for climbing or retrieving objects.",
  "slots": 2,
  "value": 8,
  "bonuses": [
    {
      "type": "skill",
      "target": "Climb",
      "value": 1,
      "condition": "when used for climbing"
    }
  ],
  "tags": [
    "tool",
    "climbing",
    "rope",
    "hook"
  ]
}
