{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/knuckle-dice.json",
  "@type": "Item",
  "name": "Knuckle Dice",
  "description": "Knuckle dice are made from the nimble, petal shaped knuckle bones of goblins and make excellent two sided dice.",
  "encumbrance": 0,
  "slots": 1,
  "effects": [
    {
      "type": "gambling_tool",
      "sides": 2,
      "material": "goblin_knuckle_bone"
    }
  ],
  "value": 2,
  "type": "tool"
}
