The Saucy PR (sauce chemistry / cooking) (#6309)

This commit is contained in:
Peptide90
2022-02-04 21:15:10 +00:00
committed by GitHub
parent 7620180a87
commit d115f583b5
2 changed files with 43 additions and 0 deletions

View File

@@ -429,6 +429,13 @@
sprite: Objects/Specific/Hydroponics/corn.rsi
- type: Produce
seed: corn
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Cornoil
Quantity: 3
- ReagentId: Enzyme
Quantity: 2
- type: entity
name: corn cob

View File

@@ -57,3 +57,39 @@
effects:
- !type:CreateEntityReactionEffect
entity: FoodCakeBatter
# Condiments
- type: reaction
id: CookingKetchup
reactants:
JuiceTomato:
amount: 10
Sugar:
amount: 5
products:
Ketchup: 15
- type: reaction
id: CookingBbqSauce
reactants:
Ketchup:
amount: 5
Vinegar:
amount: 5
Sugar:
amount: 5
products:
BbqSauce: 15
- type: reaction
id: CookingHotsauce
reactants:
JuiceTomato:
amount: 5
TableSalt:
amount: 5
CapsaicinOil:
amount: 5
products:
Hotsauce: 15