ShelfRemoveAmountItem

The BuyDecreaseAmountItem is what the shelf will say when confirming the chosen quantity of the selected Item. (If the chosen quantity 0). It might seem similar to BuyDecreaseAmountItem but this allows you to have a different speech for when making the quantity 0).

ShelfRemoveAmountItem: ["You removed {1} {2} from you basket. Your bill was decreased by {3}", 
                      "{1} {2} were removed from your basket. Your bill has decrease by {3}"]

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

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

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

ShelfRemoveAmountItem 1
ShelfRemoveAmountItem 2

Last updated