Vinegar, Mayonnaise, Ketchunaise (#13288)

This commit is contained in:
lapatison
2023-01-20 16:46:42 +03:00
committed by GitHub
parent 3ab97c04ea
commit f21534eefa
12 changed files with 128 additions and 14 deletions

View File

@@ -69,6 +69,7 @@
- DrinkMojito
- DrinkNTCahors
- DrinkPatronGlass
- DrinkPoscaGlass
- DrinkRedMeadGlass
- DrinkRewriter
- DrinkRootBeerFloatGlass

View File

@@ -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

View File

@@ -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