Body, Mind & Soul — API Reference
    Preparing search index...

    Function resolveAttributeCheck

    • Resolve one compel option for an actor without a dialog. Used by NPC auto-modes and stored PC choices on recurring effects.

      Parameters

      • actor: Actor
      • option: { attribute: string; label?: string }
      • dc: number

        Pre-computed DC value.

      • Optionaloptions: { advantageStage?: number } = {}

      Returns Promise<{ success: boolean; total: number | null }>