Added a pitcher for the chef to use in serving beverages (#31105)
* changed weird red pixel on pitcher sprite * added pitcher prototype * added pitcher to dinnervend * realized I need to change the other icon sprites too :P
@@ -15,6 +15,7 @@
|
||||
DrinkGlass: 5
|
||||
Beaker: 5
|
||||
LargeBeaker: 5
|
||||
Pitcher: 2
|
||||
DrinkMug: 5
|
||||
DrinkMugBlack: 2
|
||||
DrinkMugBlue: 2
|
||||
|
||||
@@ -98,3 +98,25 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/vacuumflask.rsi
|
||||
|
||||
- type: entity
|
||||
parent: FlaskBase
|
||||
id: Pitcher
|
||||
name: Metal Pitcher
|
||||
description: A stainless steel insulated pitcher. Everyone's best friend in the morning.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 60
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/pitcher.rsi
|
||||
layers:
|
||||
- state: icon
|
||||
- state: fill-6
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: fill-
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 533 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 530 B |