ShelfDecreaseAmountItem

The BuyDecreaseAmountItem is what the shelf will say when confirming the chosen quantity of the selected Item. (If the chosen quantity is less than the previous quantity but not 0).

ShelfDecreaseAmountItem: ["You took {1} {2} out of your basket. Your bill was decreased by {3}"]

{1} = Quantity added (for ex. 2)

{2} = Chosen Item's Name (Singular or Plural) (for ex. Potions)

{3} = Total price of Chosen Item * Quantity (for ex. $400)

ShelfDecreaseAmountItem

Last updated