• Adds an item-id to the itempool.

    Parameters

    • whichItemPool: HandleHolder<"itempool">

      The itempool to add the item to.

    • itemId: number

      The rawcode of the item. An invalid itemId (like 0) can be added & rolled.

    • weight: number

      The weight of the item. The weight determines how likely it is for the item to be chose by PlaceRandomItem.

    Returns void

Generated using TypeDoc