Additional Hydroponics vegetables - Chili + Recipes (#5966)
4
Resources/Locale/en-US/reagents/Capsaicin.ftl
Normal 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!
|
||||||
@@ -54,12 +54,12 @@
|
|||||||
id: CrateHydroponicsSeeds
|
id: CrateHydroponicsSeeds
|
||||||
name: seeds crate
|
name: seeds crate
|
||||||
parent: CrateHydroponics
|
parent: CrateHydroponics
|
||||||
description: "Big things have small beginnings. Contains nine different seeds."
|
description: "Big things have small beginnings. Contains ten different seeds."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
# - id: ChiliSeeds
|
- id: ChiliSeeds
|
||||||
# amount: 1
|
amount: 1
|
||||||
# - id: CottonSeeds
|
# - id: CottonSeeds
|
||||||
# amount: 1
|
# amount: 1
|
||||||
# - id: BerrySeeds
|
# - id: BerrySeeds
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
inventory:
|
inventory:
|
||||||
- Aluminium
|
- Aluminium
|
||||||
- Carbon
|
- Carbon
|
||||||
|
- CapsaicinOil
|
||||||
- Chlorine
|
- Chlorine
|
||||||
- Copper
|
- Copper
|
||||||
- Ethanol
|
- Ethanol
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
BananaSeeds: 10
|
BananaSeeds: 10
|
||||||
CarrotSeeds: 10
|
CarrotSeeds: 10
|
||||||
ChanterelleSeeds: 10
|
ChanterelleSeeds: 10
|
||||||
|
ChiliSeeds: 10
|
||||||
CornSeeds: 10
|
CornSeeds: 10
|
||||||
EggplantSeeds: 10
|
EggplantSeeds: 10
|
||||||
LemonSeeds: 10
|
LemonSeeds: 10
|
||||||
|
|||||||
@@ -240,3 +240,23 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: saltysweet
|
state: saltysweet
|
||||||
# Tastes awesome.
|
# 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
|
state: produce
|
||||||
- type: Produce
|
- type: Produce
|
||||||
- type: Extractable
|
- type: Extractable
|
||||||
|
grindableSolutionName: food
|
||||||
|
|
||||||
# Subclasses
|
# Subclasses
|
||||||
|
|
||||||
@@ -547,3 +548,22 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/onion_red.rsi
|
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.
|
# Tastes like chaos.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: hot chili
|
name: bowl of hot chili
|
||||||
parent: FoodBowlBase
|
parent: FoodBowlBase
|
||||||
id: FoodSoupChiliHot
|
id: FoodSoupChiliHot
|
||||||
description: A Texan five-alarm chili!
|
description: A Texan five-alarm chili!
|
||||||
@@ -343,6 +343,14 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: bowl
|
- state: bowl
|
||||||
- state: chili-hot
|
- state: chili-hot
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Nutriment
|
||||||
|
Quantity: 30
|
||||||
|
- ReagentId: CapsaicinOil
|
||||||
|
Quantity: 5
|
||||||
# Tastes like hot peppers.
|
# Tastes like hot peppers.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -367,6 +375,14 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: bowl
|
- state: bowl
|
||||||
- state: chili-clown
|
- 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.
|
# Tastes like tomato, hot peppers, clown feet, kind of funny, someone's parents.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -192,3 +192,14 @@
|
|||||||
seed: nettle
|
seed: nettle
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/nettle.rsi
|
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
|
||||||
|
|||||||
@@ -447,3 +447,25 @@
|
|||||||
Min: 1
|
Min: 1
|
||||||
Max: 25
|
Max: 25
|
||||||
PotencyDivisor: 4
|
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
|
||||||
|
|||||||
@@ -111,3 +111,30 @@
|
|||||||
meltingPoint: -16.0
|
meltingPoint: -16.0
|
||||||
tileReactions:
|
tileReactions:
|
||||||
- !type:FlammableTileReaction {}
|
- !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
|
||||||
|
|||||||
@@ -433,6 +433,51 @@
|
|||||||
solids:
|
solids:
|
||||||
FoodDonkpocketGondola: 1
|
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
|
# NOT ACTUAL FOOD
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
|
|||||||
@@ -111,6 +111,9 @@
|
|||||||
{
|
{
|
||||||
"name": "poutine"
|
"name": "poutine"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "queso"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "sashimi"
|
"name": "sashimi"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Consumable/Food/meals.rsi/queso.png
Normal file
|
After Width: | Height: | Size: 820 B |
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 705 B |
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 300 B |
|
After Width: | Height: | Size: 323 B |
|
After Width: | Height: | Size: 234 B |
|
After Width: | Height: | Size: 345 B |
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 526 B |
|
After Width: | Height: | Size: 593 B |
|
After Width: | Height: | Size: 622 B |