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

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