• Type guard narrowing a SohlItem to one of the gear item kinds (armor, concoction, container, misc, projectile, or weapon), exposing its sohl.document.item.logic.GearData system data.

    Parameters

    • item: SohlItem

      The item to test.

    Returns item is SohlItem & { system: GearData }

    true if item is a gear item kind.