Vinegar, Mayonnaise, Ketchunaise (#13288)
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
- DrinkMojito
|
||||
- DrinkNTCahors
|
||||
- DrinkPatronGlass
|
||||
- DrinkPoscaGlass
|
||||
- DrinkRedMeadGlass
|
||||
- DrinkRewriter
|
||||
- DrinkRootBeerFloatGlass
|
||||
|
||||
@@ -1406,6 +1406,23 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/pwineglass.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkPoscaGlass
|
||||
name: posca glass
|
||||
description: Poor warriors' drink from a forgotten era.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Posca
|
||||
Quantity: 50
|
||||
- type: Drink
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/glass_light_yellow.rsi
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
id: DrinkRedMeadGlass
|
||||
|
||||
@@ -272,20 +272,21 @@
|
||||
- ReagentId: OilOlive
|
||||
Quantity: 20
|
||||
|
||||
# - type: entity
|
||||
# parent: ReagentContainerBase
|
||||
# id: ReagentContainerMayo
|
||||
# name: mayonnaise
|
||||
# description:
|
||||
# components:
|
||||
# - type: Sprite
|
||||
# state: mayo
|
||||
# - type: SolutionContainerManager
|
||||
# maxVol: 10
|
||||
# contents:
|
||||
# reagents:
|
||||
# - ReagentId: Mayo
|
||||
# Quantity: 10
|
||||
- type: entity
|
||||
parent: ReagentContainerBase
|
||||
id: ReagentContainerMayo
|
||||
name: mayonnaise
|
||||
description: Bottle of mayonnaise.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: mayo
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Mayo
|
||||
Quantity: 20
|
||||
|
||||
# - type: entity
|
||||
# parent: ReagentContainerBase
|
||||
|
||||
Reference in New Issue
Block a user