Added Mustard (#18930)
This commit is contained in:
@@ -25,6 +25,9 @@ reagent-desc-ketchunaise = So-called Russian dressing, popular among Space Ameri
|
|||||||
reagent-name-mayo = mayonnaise
|
reagent-name-mayo = mayonnaise
|
||||||
reagent-desc-mayo = Creamy sauce, made from oil, egg, and some (edible) acid.
|
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-name-vinaigrette = vinaigrette
|
||||||
reagent-desc-vinaigrette = A basic salad dressing made with oil, vinegar and seasoning.
|
reagent-desc-vinaigrette = A basic salad dressing made with oil, vinegar and seasoning.
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
FoodCondimentPacketHorseradish: 5
|
FoodCondimentPacketHorseradish: 5
|
||||||
FoodCondimentPacketHotsauce: 5
|
FoodCondimentPacketHotsauce: 5
|
||||||
FoodCondimentPacketKetchup: 5
|
FoodCondimentPacketKetchup: 5
|
||||||
|
FoodCondimentPacketMustard: 5
|
||||||
FoodCondimentPacketPepper: 5
|
FoodCondimentPacketPepper: 5
|
||||||
FoodCondimentPacketSalt: 5
|
FoodCondimentPacketSalt: 5
|
||||||
FoodCondimentPacketSoy: 5
|
FoodCondimentPacketSoy: 5
|
||||||
|
|||||||
@@ -234,6 +234,31 @@
|
|||||||
maxFillLevels: 2
|
maxFillLevels: 2
|
||||||
fillBaseName: packet-solid-
|
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
|
- type: entity
|
||||||
parent: BaseFoodCondimentPacket
|
parent: BaseFoodCondimentPacket
|
||||||
id: FoodCondimentPacketPepper
|
id: FoodCondimentPacketPepper
|
||||||
|
|||||||
@@ -88,6 +88,16 @@
|
|||||||
color: "#f9f5e5"
|
color: "#f9f5e5"
|
||||||
recognizable: true
|
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
|
- type: reagent
|
||||||
id: Vinaigrette
|
id: Vinaigrette
|
||||||
name: reagent-name-vinaigrette
|
name: reagent-name-vinaigrette
|
||||||
|
|||||||
@@ -174,6 +174,17 @@
|
|||||||
products:
|
products:
|
||||||
Mayo: 15
|
Mayo: 15
|
||||||
|
|
||||||
|
# Gas not included
|
||||||
|
- type: reaction
|
||||||
|
id: CookingMustard
|
||||||
|
reactants:
|
||||||
|
Bleach:
|
||||||
|
amount: 1
|
||||||
|
Ammonia:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Mustard: 2
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: CookingKetchunaise
|
id: CookingKetchunaise
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
@@ -88,6 +88,9 @@
|
|||||||
{
|
{
|
||||||
"name": "packet-ketchup"
|
"name": "packet-ketchup"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "packet-mustard"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "packet-mixed"
|
"name": "packet-mixed"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
Reference in New Issue
Block a user