Added Mustard (#18930)

This commit is contained in:
Interrobang01
2023-08-09 18:38:36 -07:00
committed by GitHub
parent 75c2e4158b
commit 3457729ba4
7 changed files with 53 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ reagent-desc-ketchunaise = So-called Russian dressing, popular among Space Ameri
reagent-name-mayo = mayonnaise
reagent-desc-mayo = Creamy sauce, made from oil, egg, and some (edible) acid.
reagent-name-mustard = mustard
reagent-desc-mustard = Basic yellow mustard, made from the seeds of the mustard plant.
reagent-name-vinaigrette = vinaigrette
reagent-desc-vinaigrette = A basic salad dressing made with oil, vinegar and seasoning.

View File

@@ -7,6 +7,7 @@
FoodCondimentPacketHorseradish: 5
FoodCondimentPacketHotsauce: 5
FoodCondimentPacketKetchup: 5
FoodCondimentPacketMustard: 5
FoodCondimentPacketPepper: 5
FoodCondimentPacketSalt: 5
FoodCondimentPacketSoy: 5

View File

@@ -234,6 +234,31 @@
maxFillLevels: 2
fillBaseName: packet-solid-
- type: entity
parent: BaseFoodCondimentPacket
id: FoodCondimentPacketMustard
name: mustard
description: A condiment made from the ground-up seeds of the Mustard plant.
components:
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Mustard
Quantity: 10
- type: Sprite
layers:
- state: packet-solid-2
map: ["enum.SolutionContainerLayers.Fill"]
visible: true
- state: packet-layer
- type: Icon
state: packet-mustard
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 2
fillBaseName: packet-solid-
- type: entity
parent: BaseFoodCondimentPacket
id: FoodCondimentPacketPepper

View File

@@ -88,6 +88,16 @@
color: "#f9f5e5"
recognizable: true
- type: reagent
id: Mustard
name: reagent-name-mustard
group: Foods
desc: reagent-desc-mustard
physicalDesc: reagent-physical-desc-thick
flavor: sour
color: "#ffdb58"
recognizable: true
- type: reagent
id: Vinaigrette
name: reagent-name-vinaigrette

View File

@@ -174,6 +174,17 @@
products:
Mayo: 15
# Gas not included
- type: reaction
id: CookingMustard
reactants:
Bleach:
amount: 1
Ammonia:
amount: 1
products:
Mustard: 2
- type: reaction
id: CookingKetchunaise
reactants:

View File

@@ -88,6 +88,9 @@
{
"name": "packet-ketchup"
},
{
"name": "packet-mustard"
},
{
"name": "packet-mixed"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B