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

    Function _clampStackCountPrivate

    • Private

      Clamp a stack count to valid bounds [0, maxStacks]. Shared helper used by adjustStackCount (both bounds) and trigger outcomes.

      Parameters

      • current: number

        Current stack count

      • max: number | null

        Maximum stacks (null or Infinity = uncapped)

      Returns number

      Clamped value in [0, max]