Root beer, ice cream, and root beer floats (#6334)

This commit is contained in:
Plasmaguy
2022-01-27 02:33:27 -05:00
committed by GitHub
parent 0f2de39d40
commit cee179d078
17 changed files with 151 additions and 0 deletions

View File

@@ -972,6 +972,24 @@
- type: Sprite
sprite: Objects/Consumable/Drinks/iceglass.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkIceCreamGlass
name: ice cream glass
description: A glass full of good old ice cream. Might want a spoon.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: IceCream
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/icecreamglass.rsi
state: icon
- type: entity
parent: DrinkGlassBase
id: DrinkIrishCarBomb
@@ -1446,6 +1464,42 @@
- type: Sprite
sprite: Objects/Consumable/Drinks/rewriter.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkRootBeerGlass
name: root beer glass
description: Fizzy, foamy, and full of sweet, non-caffienated goodness.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: RootBeer
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/rootbeerglass.rsi
state: icon
- type: entity
parent: DrinkGlassBase
id: DrinkRootBeerFloatGlass
name: root beer float glass
description: Fizzy, foamy, and now with ice cream on top! Amazing!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: RootBeerFloat
Quantity: 50
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/rootbeerfloatglass.rsi
state: icon
- type: entity
parent: DrinkGlassBase
id: DrinkRumGlass

View File

@@ -114,6 +114,24 @@
- type: Item
sprite: Objects/Consumable/Drinks/purple_can.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkRootBeerCan
name: root beer can
description: Some of that tasty root beer goodness, now in a portable can!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: RootBeer
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/rootbeer.rsi
- type: Item
sprite: Objects/Consumable/Drinks/rootbeer.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkSodaWaterCan