Additional Hydroponics vegetables - Chili + Recipes (#5966)

This commit is contained in:
Michael Phillips
2022-01-04 05:51:22 -08:00
committed by GitHub
parent 1aaefb6346
commit b36c9395d6
24 changed files with 216 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
### Messages that pop up when metabolizing Capsaicin Oil.
capsaicin-effect-light-burn = You feel a slight tingle in your throat...
capsaicin-effect-heavy-burn = You feel like hell threw up in your mouth!

View File

@@ -54,12 +54,12 @@
id: CrateHydroponicsSeeds
name: seeds crate
parent: CrateHydroponics
description: "Big things have small beginnings. Contains nine different seeds."
description: "Big things have small beginnings. Contains ten different seeds."
components:
- type: StorageFill
contents:
# - id: ChiliSeeds
# amount: 1
- id: ChiliSeeds
amount: 1
# - id: CottonSeeds
# amount: 1
# - id: BerrySeeds

View File

@@ -3,6 +3,7 @@
inventory:
- Aluminium
- Carbon
- CapsaicinOil
- Chlorine
- Copper
- Ethanol

View File

@@ -8,6 +8,7 @@
BananaSeeds: 10
CarrotSeeds: 10
ChanterelleSeeds: 10
ChiliSeeds: 10
CornSeeds: 10
EggplantSeeds: 10
LemonSeeds: 10

View File

@@ -240,3 +240,23 @@
- type: Sprite
state: saltysweet
# Tastes awesome.
- type: entity
name: queso
parent: FoodMealBase
id: FoodMealQueso
description: A classic dipping sauce that you can't go wrong with.
components:
- type: Sprite
state: queso
# Its queso! Everyone loves queso... Right?.
- type: entity
name: enchiladas
parent: FoodMealBase
id: FoodMealEnchiladas
description: Viva La Mexico!
components:
- type: Sprite
state: enchiladas
# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas.

View File

@@ -26,6 +26,7 @@
state: produce
- type: Produce
- type: Extractable
grindableSolutionName: food
# Subclasses
@@ -547,3 +548,22 @@
components:
- type: Sprite
sprite: Objects/Specific/Hydroponics/onion_red.rsi
- type: entity
name: chili
parent: FoodProduceBase
id: FoodChili
description: Spicy, best not touch your eyes.
components:
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: CapsaicinOil
Quantity: 1
- type: Sprite
sprite: Objects/Specific/Hydroponics/chili.rsi
- type: Produce
seed: chili

View File

@@ -334,7 +334,7 @@
# Tastes like chaos.
- type: entity
name: hot chili
name: bowl of hot chili
parent: FoodBowlBase
id: FoodSoupChiliHot
description: A Texan five-alarm chili!
@@ -343,6 +343,14 @@
layers:
- state: bowl
- state: chili-hot
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: CapsaicinOil
Quantity: 5
# Tastes like hot peppers.
- type: entity
@@ -367,6 +375,14 @@
layers:
- state: bowl
- state: chili-clown
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: CapsaicinOil
Quantity: 5
# Tastes like tomato, hot peppers, clown feet, kind of funny, someone's parents.
- type: entity

View File

@@ -192,3 +192,14 @@
seed: nettle
- type: Sprite
sprite: Objects/Specific/Hydroponics/nettle.rsi
- type: entity
parent: SeedBase
name: packet of chili seeds
description: "Spicy."
id: ChiliSeeds
components:
- type: Seed
seed: chili
- type: Sprite
sprite: Objects/Specific/Hydroponics/chili.rsi

View File

@@ -424,7 +424,7 @@
Min: 1
Max: 10
PotencyDivisor: 10
- type: seed
id: nettle
name: nettle
@@ -447,3 +447,25 @@
Min: 1
Max: 25
PotencyDivisor: 4
- type: seed
id: chili
name: chili
seedName: chili
displayName: chilis
plantRsi: Objects/Specific/Hydroponics/chili.rsi
productPrototypes:
- FoodChili
harvestRepeat: Repeat
lifespan: 25
maturation: 6
production: 6
yield: 3
potency: 20
idealLight: 9
idealHeat: 298
chemicals:
CapsaicinOil:
Min: 1
Max: 10
PotencyDivisor: 10

View File

@@ -111,3 +111,30 @@
meltingPoint: -16.0
tileReactions:
- !type:FlammableTileReaction {}
- type: reagent
id: CapsaicinOil
name: Capsaicin Oil
desc: Capsaicin Oil is the ingredient found in different types of hot peppers.
physicalDesc: oily
color: "#FF0000"
meltingPoint: 146
boilingPoint: 410 # Really high boiling point compared to its melting
metabolisms:
Poison:
effects:
- !type:HealthChange
damage:
groups:
Caustic: 0.5
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 5
damage:
groups:
Caustic: 1
- !type:PopupMessage
type: Local
messages: [ "capsaicin-effect-light-burn" ]
probability: 0.2

View File

@@ -433,6 +433,51 @@
solids:
FoodDonkpocketGondola: 1
- type: microwaveMealRecipe
id: RecipeHotChili
name: hot chili recipe
result: FoodSoupChiliHot
time: 20
solids:
FoodChili: 1
FoodMeatCutlet: 1
FoodOnionSlice: 1
FoodTomato: 1
- type: microwaveMealRecipe
id: RecipeChiliClown
name: chili con carnival recipe
result: FoodSoupChiliClown
time: 30
solids:
FoodChili: 1
FoodMeatCutlet: 1
FoodOnionSlice: 1
FoodTomato: 1
ClothingShoesClown: 1
- type: microwaveMealRecipe
id: RecipeQueso
name: queso recipe
result: FoodMealQueso
time: 15
#todo Add blackpepper
#reagents:
#blackpepper: 5
solids:
FoodChili: 1
FoodCheeseSlice: 2
- type: microwaveMealRecipe
id: RecipeEnchiladas
name: enchiladas recipe
result: FoodMealEnchiladas
time: 20
solids:
FoodChili: 2
FoodMeatCutlet: 1
FoodCorn: 1
# NOT ACTUAL FOOD
- type: microwaveMealRecipe

View File

@@ -111,6 +111,9 @@
{
"name": "poutine"
},
{
"name": "queso"
},
{
"name": "sashimi"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dead"
},
{
"name": "harvest"
},
{
"name": "produce"
},
{
"name": "seed"
},
{
"name": "stage-1"
},
{
"name": "stage-2"
},
{
"name": "stage-3"
},
{
"name": "stage-4"
},
{
"name": "stage-5"
},
{
"name": "stage-6"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B