{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/lock-picks.json",
  "@type": "Item",
  "name": "Lock Picks",
  "type": "tool",
  "description": "A set of delicate tools for opening locks without the proper key.",
  "slots": 1,
  "value": 10,
  "bonuses": [
    {
      "type": "skill",
      "target": "Locks",
      "value": 1,
      "condition": "when picking locks"
    }
  ],
  "tags": [
    "tool",
    "locks",
    "criminal",
    "delicate"
  ]
}
