{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/astrological-equipment.json",
  "@type": "Item",
  "name": "Astrological Equipment",
  "description": "Requires twenty minutes to set up and use but doesn't need to be outside. Consists of a ruby specular, charms against reciprocal observation, and complicated charts of the spheres. Grants +1 to Astrology.",
  "encumbrance": 2,
  "slots": 1,
  "effects": [
    {
      "type": "skill_bonus",
      "skill": "Astrology",
      "bonus": 1,
      "condition": "when_set_up"
    }
  ],
  "setupTime": "20_minutes",
  "components": [
    "ruby_specular",
    "protective_charms",
    "star_charts"
  ],
  "value": 50,
  "type": "tool"
}
