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:
Fluffiest Floofers
2023-02-19 00:52:58 +01:00
committed by GitHub
parent 3afc296f06
commit adf9ccbe8a
23 changed files with 242 additions and 1 deletions

View File

@@ -42,6 +42,9 @@
- FoodSaladFruit
- FoodSaladJungle
- FoodSaladCitrus
- FoodSaladCaesar
- FoodSaladColeslaw
- FoodSaladKimchi
- FoodRiceBoiled
- FoodRiceEgg
- FoodRicePork

View File

@@ -243,6 +243,7 @@
- type: FlavorProfile
flavors:
- meaty
- cabbage
- type: Sprite
state: cornedbeef
- type: SolutionContainerManager

View File

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

View File

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

View File

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