Drink fixes part 2 eclectic boogaloo (#1052)

* Drink fixes part 2 eclectic boogaloo

* NOT THE NNEWLINES

* oops

Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
This commit is contained in:
FL-OZ
2020-05-31 12:47:46 -05:00
committed by GitHub
parent d68d71807d
commit a295d205b1
4 changed files with 285 additions and 322 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -106,3 +106,56 @@
sprite: Objects/Drinks/thirteen_loko.rsi
- type: Icon
sprite: Objects/Drinks/thirteen_loko.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkChangelingSting
name: Changeling sting
description: You take a tiny sip and feel a burning sensation...
components:
- type: Drink
- type: Sprite
sprite: Objects/Drinks/changelingsting.rsi
- type: Icon
sprite: Objects/Drinks/changelingsting.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkDrGibb
name: Dr. Gibb
description: A delicious blend of 42 different flavours
components:
- type: Drink
- type: Sprite
sprite: Objects/Drinks/dr_gibb.rsi
- type: Icon
sprite: Objects/Drinks/dr_gibb.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkEnergyDrink
name: Energy drink
description: ''
components:
- type: Drink
- type: Sprite
sprite: Objects/Drinks/energy_drink.rsi
- type: Icon
sprite: Objects/Drinks/energy_drink.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkGrapeSoda
name: Grape soda
description: Sweetened drink with a grape flavor and a deep purple color.
components:
- type: Drink
- type: Solution
contents:
reagents:
- ReagentId: chem.Cola
Quantity: 20
- type: Sprite
sprite: Objects/Drinks/grapesoda.rsi
- type: Icon
sprite: Objects/Drinks/grapesoda.rsi

View File

@@ -238,21 +238,54 @@
- type: DrinkFoodVisualizer2D
steps: 4
# Transformable container - normal glass
- type: entity
name: Drinking glass
parent: DrinkBaseCup
id: DrinkGlass
id: DrinkHotCoco
name: Hot chocolate
description: A heated drink consisting melted chocolate and heated milk.
components:
- type: Sprite
sprite: Objects/Drinks/glass_clear.rsi
- type: Icon
sprite: Objects/Drinks/glass_clear.rsi
- type: Solution
fillingState: glass
maxVol: 50
caps: 16
- type: Drink
- type: Pourable
transferAmount: 5
- type: TransformableContainer
- type: Sprite
sprite: Objects/Drinks/hot_coco.rsi
- type: Icon
sprite: Objects/Drinks/hot_coco.rsi
- type: entity
parent: DrinkBaseCup
id: DrinkHotCoffee
name: Coffee
description: Coffee is a brewed drink prepared from roasted seeds, commonly called coffee beans, of the coffee plant.
components:
- type: Solution
maxVol: 20
contents:
reagents:
- ReagentId: chem.Coffee
Quantity: 20
- type: Sprite
sprite: Objects/Drinks/hot_coffee.rsi
- type: Icon
sprite: Objects/Drinks/hot_coffee.rsi
- type: entity
parent: DrinkBaseCup
id: DrinkTeacup
name: Teacup
description: A plain white porcelain teacup.
components:
- type: Solution
maxVol: 20
contents:
reagents:
- ReagentId: chem.Tea
Quantity: 20
- type: Sprite
sprite: Objects/Drinks/teacup.rsi
state: icon-1
- type: Icon
sprite: Objects/Drinks/teacup.rsi
state: icon-1
- type: Appearance
visuals:
- type: DrinkFoodVisualizer2D
steps: 2