Vinegar, Mayonnaise, Ketchunaise (#13288)
This commit is contained in:
@@ -38,6 +38,7 @@ flavor-base-creamy = creamy
|
|||||||
flavor-base-fizzy = fizzy
|
flavor-base-fizzy = fizzy
|
||||||
flavor-base-shocking = shocking
|
flavor-base-shocking = shocking
|
||||||
flavor-base-cheap = cheap
|
flavor-base-cheap = cheap
|
||||||
|
flavor-base-piquant = piquant
|
||||||
|
|
||||||
# lmao
|
# lmao
|
||||||
flavor-base-terrible = terrible
|
flavor-base-terrible = terrible
|
||||||
|
|||||||
@@ -73,5 +73,8 @@ reagent-desc-hot-ramen = Hot noodles.
|
|||||||
reagent-name-pilk = pilk
|
reagent-name-pilk = pilk
|
||||||
reagent-desc-pilk = A sickening mixture of milk and cola.
|
reagent-desc-pilk = A sickening mixture of milk and cola.
|
||||||
|
|
||||||
|
reagent-name-posca = posca
|
||||||
|
reagent-desc-posca = Poor warriors' drink from a forgotten era.
|
||||||
|
|
||||||
reagent-name-kvass = kvass
|
reagent-name-kvass = kvass
|
||||||
reagent-desc-kvass = A cool refreshing drink with a taste of socialism.
|
reagent-desc-kvass = A cool refreshing drink with a taste of socialism.
|
||||||
|
|||||||
@@ -19,6 +19,12 @@ reagent-desc-hotsauce = Burns so good.
|
|||||||
reagent-name-ketchup = ketchup
|
reagent-name-ketchup = ketchup
|
||||||
reagent-desc-ketchup = Made from pureed tomatoes and flavored with spices.
|
reagent-desc-ketchup = Made from pureed tomatoes and flavored with spices.
|
||||||
|
|
||||||
|
reagent-name-ketchunaise = ketchunaise
|
||||||
|
reagent-desc-ketchunaise = So-called Russian dressing, popular among Space Americans.
|
||||||
|
|
||||||
|
reagent-name-mayo = mayonnaise
|
||||||
|
reagent-desc-mayo = Creamy sauce, made from oil, egg, and some (edible) acid.
|
||||||
|
|
||||||
reagent-name-soysauce = soy sauce
|
reagent-name-soysauce = soy sauce
|
||||||
reagent-desc-soysauce = A salty soy-based flavoring.
|
reagent-desc-soysauce = A salty soy-based flavoring.
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
- DrinkMojito
|
- DrinkMojito
|
||||||
- DrinkNTCahors
|
- DrinkNTCahors
|
||||||
- DrinkPatronGlass
|
- DrinkPatronGlass
|
||||||
|
- DrinkPoscaGlass
|
||||||
- DrinkRedMeadGlass
|
- DrinkRedMeadGlass
|
||||||
- DrinkRewriter
|
- DrinkRewriter
|
||||||
- DrinkRootBeerFloatGlass
|
- DrinkRootBeerFloatGlass
|
||||||
|
|||||||
@@ -1406,6 +1406,23 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/pwineglass.rsi
|
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
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkGlassBase
|
||||||
id: DrinkRedMeadGlass
|
id: DrinkRedMeadGlass
|
||||||
|
|||||||
@@ -272,20 +272,21 @@
|
|||||||
- ReagentId: OilOlive
|
- ReagentId: OilOlive
|
||||||
Quantity: 20
|
Quantity: 20
|
||||||
|
|
||||||
# - type: entity
|
- type: entity
|
||||||
# parent: ReagentContainerBase
|
parent: ReagentContainerBase
|
||||||
# id: ReagentContainerMayo
|
id: ReagentContainerMayo
|
||||||
# name: mayonnaise
|
name: mayonnaise
|
||||||
# description:
|
description: Bottle of mayonnaise.
|
||||||
# components:
|
components:
|
||||||
# - type: Sprite
|
- type: Sprite
|
||||||
# state: mayo
|
state: mayo
|
||||||
# - type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
# maxVol: 10
|
solutions:
|
||||||
# contents:
|
food:
|
||||||
# reagents:
|
maxVol: 20
|
||||||
# - ReagentId: Mayo
|
reagents:
|
||||||
# Quantity: 10
|
- ReagentId: Mayo
|
||||||
|
Quantity: 20
|
||||||
|
|
||||||
# - type: entity
|
# - type: entity
|
||||||
# parent: ReagentContainerBase
|
# parent: ReagentContainerBase
|
||||||
|
|||||||
@@ -322,6 +322,16 @@
|
|||||||
- !type:SatiateThirst
|
- !type:SatiateThirst
|
||||||
factor: 1
|
factor: 1
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Posca
|
||||||
|
name: reagent-name-posca
|
||||||
|
parent: BaseDrink
|
||||||
|
desc: reagent-desc-posca
|
||||||
|
physicalDesc: reagent-physical-desc-sour
|
||||||
|
flavor: bitter
|
||||||
|
color: "#B3B599"
|
||||||
|
spritePath: glass_light_yellow.rsi
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: KiraSpecial
|
id: KiraSpecial
|
||||||
name: reagent-name-kira-special
|
name: reagent-name-kira-special
|
||||||
|
|||||||
@@ -61,6 +61,24 @@
|
|||||||
flavor: tomato
|
flavor: tomato
|
||||||
color: red
|
color: red
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Ketchunaise
|
||||||
|
name: reagent-name-ketchunaise
|
||||||
|
group: Foods
|
||||||
|
desc: reagent-desc-ketchunaise
|
||||||
|
physicalDesc: reagent-physical-desc-saucey
|
||||||
|
flavor: piquant
|
||||||
|
color: "#fba399"
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Mayo
|
||||||
|
name: reagent-name-mayo
|
||||||
|
group: Foods
|
||||||
|
desc: reagent-desc-mayo
|
||||||
|
physicalDesc: reagent-physical-desc-thick
|
||||||
|
flavor: sour
|
||||||
|
color: "#f9f5e5"
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Soysauce
|
id: Soysauce
|
||||||
name: reagent-name-soysauce
|
name: reagent-name-soysauce
|
||||||
|
|||||||
@@ -432,6 +432,18 @@
|
|||||||
products:
|
products:
|
||||||
Patron: 10
|
Patron: 10
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: Posca
|
||||||
|
reactants:
|
||||||
|
TableSalt:
|
||||||
|
amount: 1
|
||||||
|
Vinegar:
|
||||||
|
amount: 1
|
||||||
|
Water:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Posca: 3
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Rewriter
|
id: Rewriter
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
@@ -99,6 +99,40 @@
|
|||||||
products:
|
products:
|
||||||
Ketchup: 15
|
Ketchup: 15
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CookingMayoVinegar
|
||||||
|
reactants:
|
||||||
|
Vinegar:
|
||||||
|
amount: 5
|
||||||
|
Oil:
|
||||||
|
amount: 5
|
||||||
|
Egg:
|
||||||
|
amount: 6
|
||||||
|
products:
|
||||||
|
Mayo: 15
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CookingMayoLemon
|
||||||
|
reactants:
|
||||||
|
JuiceLemon:
|
||||||
|
amount: 5
|
||||||
|
Oil:
|
||||||
|
amount: 5
|
||||||
|
Egg:
|
||||||
|
amount: 6
|
||||||
|
products:
|
||||||
|
Mayo: 15
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CookingKetchunaise
|
||||||
|
reactants:
|
||||||
|
Ketchup:
|
||||||
|
amount: 5
|
||||||
|
Mayo:
|
||||||
|
amount: 5
|
||||||
|
products:
|
||||||
|
Ketchunaise: 10
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: CookingBbqSauce
|
id: CookingBbqSauce
|
||||||
reactants:
|
reactants:
|
||||||
@@ -123,6 +157,16 @@
|
|||||||
products:
|
products:
|
||||||
Hotsauce: 15
|
Hotsauce: 15
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CookingVinegar
|
||||||
|
reactants:
|
||||||
|
Ethanol:
|
||||||
|
amount: 5
|
||||||
|
Oxygen:
|
||||||
|
amount: 5
|
||||||
|
products:
|
||||||
|
Vinegar: 10
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: CreateMeatball
|
id: CreateMeatball
|
||||||
impact: Low
|
impact: Low
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 315 B |
@@ -0,0 +1 @@
|
|||||||
|
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi, modified by lapatison", "states": [{"name": "icon"}]}
|
||||||
Reference in New Issue
Block a user