Function findRequirements

  • Finds the item requirements for a particular pair of pants.

    Parameters

    • modifiers: Partial<Pants>

      An object consisting of the modifiers you want on your pants. For modifiers repeated across a particular sacrifice, use a tuple of that modifier and its value.

    Returns Map<Item, number>

    A map of the items you need to make these pants and the quantities needed.