Bartender limited reagents fixup (#24598)

Fixed up bartending after the limited reagents update
This commit is contained in:
Hanz
2024-01-27 12:49:26 -05:00
committed by GitHub
parent 82fa771859
commit 8fc9650b6e
10 changed files with 171 additions and 30 deletions

View File

@@ -16,7 +16,7 @@
maxVol: 100
- type: Sprite
state: icon
sprite: Objects/Consumable/Drinks/water.rsi # fallback to boring water jug
sprite: Objects/Consumable/Drinks/generic_jug.rsi # fallback to generic plastic jug
- type: Item
size: Normal
- type: Damageable
@@ -150,6 +150,8 @@
reagents:
- ReagentId: Cognac
Quantity: 100
- type: Label
currentLabel: cognac
- type: Sprite
sprite: Objects/Consumable/Drinks/cognacbottle.rsi
@@ -165,6 +167,8 @@
reagents:
- ReagentId: Cola
Quantity: 100
- type: Label
currentLabel: cola
- type: Sprite
sprite: Objects/Consumable/Drinks/colabottle.rsi
@@ -199,6 +203,8 @@
reagents:
- ReagentId: Gin
Quantity: 100
- type: Label
currentLabel: gin
- type: Sprite
sprite: Objects/Consumable/Drinks/ginbottle.rsi
@@ -229,6 +235,8 @@
reagents:
- ReagentId: CoffeeLiqueur
Quantity: 100
- type: Label
currentLabel: coffee liqueur
- type: Sprite
sprite: Objects/Consumable/Drinks/coffeeliqueurbottle.rsi
@@ -307,6 +315,8 @@
- ReagentId: SpaceMountainWind
Quantity: 100
- type: Drink
- type: Label
currentLabel: space mountain wind
- type: Sprite
sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi
@@ -323,6 +333,8 @@
- ReagentId: SpaceUp
Quantity: 100
- type: Drink
- type: Label
currentLabel: space-up
- type: Sprite
sprite: Objects/Consumable/Drinks/space-up_bottle.rsi
@@ -372,6 +384,8 @@
reagents:
- ReagentId: Vodka
Quantity: 100
- type: Label
currentLabel: vodka
- type: Sprite
sprite: Objects/Consumable/Drinks/vodkabottle.rsi
@@ -442,9 +456,12 @@
reagents:
- ReagentId: Beer
Quantity: 150
- type: Label
currentLabel: beer
- type: Sprite
sprite: Objects/Consumable/Drinks/beer.rsi
- type: entity
parent: DrinkBottlePlasticBaseFull
id: DrinkAleBottleFull
@@ -460,6 +477,7 @@
reagents:
- ReagentId: Ale
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/alebottle.rsi
@@ -476,6 +494,8 @@
reagents:
- ReagentId: Ale
Quantity: 150
- type: Label
currentLabel: ale
- type: Sprite
sprite: Objects/Consumable/Drinks/alebottle.rsi
@@ -520,6 +540,8 @@
reagents:
- ReagentId: SodaWater
Quantity: 150
- type: Label
currentLabel: soda water
- type: entity
parent: DrinkWaterBottleFull
@@ -534,6 +556,8 @@
reagents:
- ReagentId: TonicWater
Quantity: 150
- type: Label
currentLabel: tonic water
# Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards
@@ -551,6 +575,8 @@
- ReagentId: JuiceLime
Quantity: 150
- type: Drink
- type: Label
currentLabel: lime juice
- type: Sprite
sprite: Objects/Consumable/Drinks/limejuice.rsi
@@ -568,6 +594,8 @@
- ReagentId: JuiceOrange
Quantity: 150
- type: Drink
- type: Label
currentLabel: orange juice
- type: Sprite
sprite: Objects/Consumable/Drinks/orangejuice.rsi
@@ -585,6 +613,8 @@
- ReagentId: Cream
Quantity: 150
- type: Drink
- type: Label
currentLabel: cream
- type: Sprite
sprite: Objects/Consumable/Drinks/cream.rsi
@@ -620,6 +650,8 @@
- ReagentId: LemonLime
Quantity: 300
- type: Drink
- type: Label
currentLabel: lemon-lime
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -650,6 +682,8 @@
- ReagentId: Ice
Quantity: 300
- type: Drink
- type: Label
currentLabel: ice
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -665,6 +699,8 @@
- ReagentId: Coffee
Quantity: 300
- type: Drink
- type: Label
currentLabel: coffee
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -680,6 +716,8 @@
- ReagentId: Tea
Quantity: 300
- type: Drink
- type: Label
currentLabel: tea
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -695,6 +733,8 @@
- ReagentId: GreenTea
Quantity: 300
- type: Drink
- type: Label
currentLabel: green tea
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -725,6 +765,8 @@
- ReagentId: DrGibb
Quantity: 300
- type: Drink
- type: Label
currentLabel: dr gibb
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -740,6 +782,8 @@
- ReagentId: RootBeer
Quantity: 300
- type: Drink
- type: Label
currentLabel: root beer
- type: entity
parent: DrinkBottlePlasticBaseFull
@@ -755,3 +799,34 @@
- ReagentId: JuiceWatermelon
Quantity: 300
- type: Drink
- type: Label
currentLabel: watermelon juice
- type: entity
parent: DrinkBottlePlasticBaseFull
id: DrinkEnergyDrinkJug
name: red bool jug
description: A jug of Red Bool, with enough caffine to kill a whole station.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100
reagents:
- ReagentId: EnergyDrink
Quantity: 100
- type: Drink
- type: Label
currentLabel: red bool
- type: entity
parent: DrinkBottlePlasticBaseFull
id: CustomDrinkJug
name: beverage jug
description: A jug for storing custom made drinks.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 150
- type: Drink