Cabbage, Red Onion and related salads. (#14161)
* Cabbage That's it, just cabbage. * Up RestockSeed Cargo price. 2000 -> 2100 * Coleslawn, Caesar and Kimchi. Requires red onions so I also added it to the list. * Update Resources/Prototypes/Recipes/Cooking/meal_recipes.yml Fix kimchi's incorrect name. Co-authored-by: lapatison <100279397+lapatison@users.noreply.github.com> --------- Co-authored-by: lapatison <100279397+lapatison@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3afc296f06
commit
adf9ccbe8a
@@ -132,7 +132,7 @@
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockSeedsFilled
|
||||
cost: 2000
|
||||
cost: 2200
|
||||
category: Hydroponics
|
||||
group: market
|
||||
|
||||
|
||||
@@ -79,6 +79,8 @@
|
||||
amount: 1
|
||||
- id: CarrotSeeds
|
||||
amount: 1
|
||||
- id: CabbageSeeds
|
||||
amount: 1
|
||||
- id: ChanterelleSeeds
|
||||
amount: 1
|
||||
- id: PotatoSeeds
|
||||
@@ -91,3 +93,5 @@
|
||||
amount: 1
|
||||
- id: OnionSeeds
|
||||
amount: 1
|
||||
- id: OnionRedSeeds
|
||||
amount: 1
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
AppleSeeds: 5
|
||||
BananaSeeds: 5
|
||||
CarrotSeeds: 5
|
||||
CabbageSeeds: 5
|
||||
ChanterelleSeeds: 5
|
||||
ChiliSeeds: 5
|
||||
CornSeeds: 5
|
||||
@@ -16,6 +17,7 @@
|
||||
LingzhiSeeds: 3
|
||||
OatSeeds: 5
|
||||
OnionSeeds: 5
|
||||
OnionRedSeeds: 5
|
||||
PoppySeeds: 3
|
||||
PotatoSeeds: 5
|
||||
SugarcaneSeeds: 5
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
- FoodSaladFruit
|
||||
- FoodSaladJungle
|
||||
- FoodSaladCitrus
|
||||
- FoodSaladCaesar
|
||||
- FoodSaladColeslaw
|
||||
- FoodSaladKimchi
|
||||
- FoodRiceBoiled
|
||||
- FoodRiceEgg
|
||||
- FoodRicePork
|
||||
|
||||
@@ -243,6 +243,7 @@
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- meaty
|
||||
- cabbage
|
||||
- type: Sprite
|
||||
state: cornedbeef
|
||||
- type: SolutionContainerManager
|
||||
|
||||
@@ -247,6 +247,29 @@
|
||||
- ReagentId: JuiceCarrot
|
||||
Quantity: 10
|
||||
|
||||
- type: entity
|
||||
name: cabbage
|
||||
parent: FoodProduceBase
|
||||
id: FoodCabbage
|
||||
description: Ewwwwwwwwww. Cabbage.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cabbage
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 14
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/cabbage.rsi
|
||||
- type: Produce
|
||||
seedId: cabbage
|
||||
|
||||
- type: entity
|
||||
name: lemon
|
||||
parent: FoodProduceBase
|
||||
|
||||
@@ -156,6 +156,87 @@
|
||||
Quantity: 5
|
||||
# Tastes like leaves, potato, meat, valids.
|
||||
|
||||
- type: entity
|
||||
name: coleslaw
|
||||
parent: FoodBowlBase
|
||||
id: FoodSaladColeslaw
|
||||
description: Shredded cabbage and red onions dressed with a vinaigrette.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- onion
|
||||
- cabbage
|
||||
- sour
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: bowl
|
||||
- state: coleslaw
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxvol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 2
|
||||
- ReagentId: Allicin
|
||||
Quantity: 3
|
||||
# Tastes like cabbage, onion, sour.
|
||||
|
||||
- type: entity
|
||||
name: caesar salad
|
||||
parent: FoodBowlBase
|
||||
id: FoodSaladCaesar
|
||||
description: A simple yet flavorful salad of onions, lettuce, croutons, and shreds of cheese dressed in oil. Comes with a slice of pita bread!
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- onion
|
||||
- cabbage
|
||||
- bread
|
||||
- cheesy
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: bowl
|
||||
- state: caesar
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxvol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 6
|
||||
# Tastes like cabbage, onion, croutons, cheese.
|
||||
|
||||
- type: entity
|
||||
name: kimchi salad
|
||||
parent: FoodBowlBase
|
||||
id: FoodSaladKimchi
|
||||
description: It really is just a spicy salad.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- spicy
|
||||
- cabbage
|
||||
- carrot
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: bowl
|
||||
- state: kimchi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxvol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 2
|
||||
# Tastes like spicy cabbage, carrots.
|
||||
|
||||
- type: entity
|
||||
name: fruit salad
|
||||
parent: FoodBowlBase
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/carrot.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of cabbage seeds
|
||||
id: CabbageSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: cabbage
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/cabbage.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of lemon seeds
|
||||
@@ -294,3 +304,14 @@
|
||||
seedId: onion
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of red onion seeds
|
||||
description: "Purple despite the name."
|
||||
id: OnionRedSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: onionred
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/onion_red.rsi
|
||||
|
||||
@@ -294,6 +294,11 @@
|
||||
flavorType: Complex
|
||||
description: flavor-complex-carrot
|
||||
|
||||
- type: flavor
|
||||
id: cabbage
|
||||
flavorType: Complex
|
||||
description: flavor-complex-cabbage
|
||||
|
||||
- type: flavor
|
||||
id: potatoes
|
||||
flavorType: Complex
|
||||
|
||||
@@ -276,6 +276,30 @@
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
|
||||
- type: seed
|
||||
id: cabbage
|
||||
name: seeds-cabbage-name
|
||||
noun: seeds-noun-seeds
|
||||
displayName: seeds-cabbage-display-name
|
||||
plantRsi: Objects/Specific/Hydroponics/cabbage.rsi
|
||||
productPrototypes:
|
||||
- FoodCabbage
|
||||
lifespan: 50
|
||||
maturation: 3
|
||||
production: 5
|
||||
yield: 4
|
||||
potency: 10
|
||||
growthStages: 1
|
||||
chemicals:
|
||||
Nutriment:
|
||||
Min: 1
|
||||
Max: 10
|
||||
PotencyDivisor: 10
|
||||
Vitamin:
|
||||
Min: 1
|
||||
Max: 4
|
||||
PotencyDivisor: 25
|
||||
|
||||
- type: seed
|
||||
id: apple
|
||||
name: seeds-apple-name
|
||||
|
||||
@@ -982,6 +982,45 @@
|
||||
FoodPotato: 1
|
||||
FoodMeatMeatball: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeColeslaw
|
||||
name: coleslaw recipe
|
||||
result: FoodSaladColeslaw
|
||||
time: 5
|
||||
reagents:
|
||||
Vinegar: 5
|
||||
OilOlive: 5
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodOnionRed: 1
|
||||
FoodCabbage: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeCaesarSalad
|
||||
name: caesar salad recipe
|
||||
result: FoodSaladCaesar
|
||||
time: 5
|
||||
reagents:
|
||||
OilOlive: 5
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodOnionRedSlice: 1
|
||||
FoodBreadPlainSlice: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodCabbage: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeKimchiSalad
|
||||
name: kimchi salad recipe
|
||||
result: FoodSaladKimchi
|
||||
time: 5
|
||||
reagents:
|
||||
Vinegar: 5
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodCarrot: 1
|
||||
FoodCabbage: 1
|
||||
|
||||
# NOT ACTUAL FOOD
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
|
||||
Reference in New Issue
Block a user