The Saucy PR (sauce chemistry / cooking) (#6309)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user