{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/bale-hook.json",
  "@type": "Item",
  "name": "Bale Hook",
  "description": "A bale hook counts as a Knife for Damage and grants +1 on rolls to lift heavy objects.",
  "encumbrance": 1,
  "slots": 1,
  "damageAs": "Knife",
  "effects": [
    {
      "type": "skill_bonus",
      "skill": "lifting",
      "bonus": 1,
      "condition": "when_lifting_heavy_objects"
    }
  ],
  "value": 5,
  "type": "weapon"
}
