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

@@ -84,6 +84,7 @@ flavor-complex-pineapple = like pineapple
flavor-complex-onion = like onion
flavor-complex-eggplant = like eggplant
flavor-complex-carrot = like carrots
flavor-complex-cabbage = like cabbages
flavor-complex-potatoes = like potatoes
flavor-complex-mushroom = like mushrooms
flavor-complex-tomato = like tomatoes

View File

@@ -11,6 +11,8 @@ seeds-banana-name = banana
seeds-banana-display-name = banana plant
seeds-carrots-name = carrot
seeds-carrots-display-name = carrots
seeds-cabbage-name = cabbage
seeds-cabbage-display-name = cabbages
seeds-lemon-name = lemon
seeds-lemon-display-name = lemon trees
seeds-pineapple-name = pineapple

View File

@@ -132,7 +132,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockSeedsFilled
cost: 2000
cost: 2200
category: Hydroponics
group: market

View File

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

View File

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

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

View File

@@ -158,6 +158,15 @@
},
{
"name": "wingfangchu"
},
{
"name": "coleslaw"
},
{
"name": "caesar"
},
{
"name": "kimchi"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/b459ea3fdee965bdc3e93e7983ad7fa610d05c12#diff-3fdb6bdffec70eb17e6315b5cc5447b4cc73d39f583f077f064ad70f286138fa",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dead"
},
{
"name": "harvest"
},
{
"name": "produce"
},
{
"name": "seed"
},
{
"name": "stage-1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB