[tweak] More drinks in Solar's Best Hot Drinks (#15701)
* coffee * desc * 10 -> 5
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
- type: vendingMachineInventory
|
- type: vendingMachineInventory
|
||||||
id: HotDrinksMachineInventory
|
id: HotDrinksMachineInventory
|
||||||
startingInventory:
|
startingInventory:
|
||||||
DrinkHotCoffee: 10
|
DrinkHotCoffee: 5
|
||||||
DrinkTeacup: 10
|
DrinkCafeLatte: 5
|
||||||
|
DrinkTeacup: 5
|
||||||
|
DrinkGreenTea: 5
|
||||||
|
emaggedInventory:
|
||||||
|
DrinkNothing: 2
|
||||||
|
|||||||
@@ -207,6 +207,31 @@
|
|||||||
- type: TrashOnEmpty
|
- type: TrashOnEmpty
|
||||||
solution: drink
|
solution: drink
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkBaseCup
|
||||||
|
id: DrinkCafeLatte
|
||||||
|
name: Cafe latte
|
||||||
|
description: Light coffee-creamy drink. It has latte art on it.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: CafeLatte
|
||||||
|
Quantity: 20
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/hot_coffee.rsi
|
||||||
|
layers:
|
||||||
|
- state: icon-0
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: icon-4
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 4
|
||||||
|
fillBaseName: icon-
|
||||||
|
- type: TrashOnEmpty
|
||||||
|
solution: drink
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkBaseCup
|
parent: DrinkBaseCup
|
||||||
id: DrinkTeacup
|
id: DrinkTeacup
|
||||||
@@ -232,6 +257,56 @@
|
|||||||
- type: TrashOnEmpty
|
- type: TrashOnEmpty
|
||||||
solution: drink
|
solution: drink
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkBaseCup
|
||||||
|
id: DrinkGreenTea
|
||||||
|
name: Green tea
|
||||||
|
description: A plain white porcelain teacup.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: GreenTea
|
||||||
|
Quantity: 20
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/teacup.rsi
|
||||||
|
layers:
|
||||||
|
- state: icon-0
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: icon-4
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 4
|
||||||
|
fillBaseName: icon-
|
||||||
|
- type: TrashOnEmpty
|
||||||
|
solution: drink
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkBaseCup
|
||||||
|
id: DrinkNothing
|
||||||
|
name: Nothing
|
||||||
|
description: Is that cup empty?
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Nothing
|
||||||
|
Quantity: 20
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/hot_coffee.rsi
|
||||||
|
layers:
|
||||||
|
- state: icon-0
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: icon-4
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 4
|
||||||
|
fillBaseName: icon-
|
||||||
|
- type: TrashOnEmpty
|
||||||
|
solution: drink
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkBaseCup
|
parent: DrinkBaseCup
|
||||||
id: DrinkLean
|
id: DrinkLean
|
||||||
|
|||||||
Reference in New Issue
Block a user