• Roll an actor's item

    Parameters

    • itemName: string

      The item's name

    • Optional options: {
          actorId: undefined | string;
          itemId: undefined | string;
          itemType: undefined | string;
      } = {}

      Additional options

      • actorId: undefined | string

        The actorś identifier

      • itemId: undefined | string

        The item's identifier

      • itemType: undefined | string

        The item's type

    Returns void | Promise<any>

    The item's roll or void if any requirements are not met

    Deprecated

Generated using TypeDoc