• Internal

    Get action's damage formula.

    Parameters

    • action: ItemAction
    • Optional options: {
          simplify: undefined | boolean;
          strict: undefined | boolean;
      } = {}

      Additional options

      • simplify: undefined | boolean

        Simplify and compress the resulting formula before returning.

      • strict: undefined | boolean

        Strict option to pass to simplify.

    Returns string

Generated using TypeDoc