Additional Hydroponics vegetables - Chili + Recipes (#5966)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user