Removes all uses of chem.

This commit is contained in:
SweptWasTaken
2021-05-07 23:09:06 -07:00
parent 2c5102b85d
commit 8ea9e7a068
4 changed files with 40 additions and 40 deletions

View File

@@ -24,7 +24,7 @@
maxVol: 5
contents:
reagents:
- ReagentId: chem.Egg
- ReagentId: Egg
Quantity: 5
- type: LoopingSound
- type: DamageOnLand

View File

@@ -347,5 +347,5 @@
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 3

View File

@@ -16,7 +16,7 @@
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: Item
size: 5
@@ -46,7 +46,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: SliceableFood
count: 3
@@ -71,7 +71,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -88,7 +88,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: SliceableFood
count: 3
@@ -108,7 +108,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: SliceableFood
count: 3
@@ -128,7 +128,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: SliceableFood
count: 3
@@ -148,7 +148,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -165,7 +165,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 5
- type: entity
@@ -182,7 +182,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: SliceableFood
count: 3
@@ -211,7 +211,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 20
- type: entity
@@ -228,7 +228,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 20
- type: SliceableFood
count: 3
@@ -248,7 +248,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 10
- type: entity
@@ -265,7 +265,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -282,7 +282,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.SulfuricAcid
- ReagentId: SulfuricAcid
Quantity: 20
- type: SliceableFood
count: 3
@@ -612,7 +612,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -633,7 +633,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -652,7 +652,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -671,7 +671,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -693,7 +693,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 1
- type: entity
@@ -715,7 +715,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.Toxin
- ReagentId: Toxin
Quantity: 20
- type: entity
@@ -737,7 +737,7 @@
- type: SolutionContainer
contents:
reagents:
- ReagentId: chem.SulfuricAcid
- ReagentId: SulfuricAcid
Quantity: 20
- type: entity

View File

@@ -45,9 +45,9 @@
# result: FoodSuperBiteBurger
# time: 20
# reagents:
# chem.Flour: 15
# chem.Salt: 5
# chem.Pepper: 5
# Flour: 15
# Salt: 5
# Pepper: 5
# solids:
# FoodMeat: 5
# FoodCheeseSlice: 3
@@ -96,9 +96,9 @@
# result: FoodBaguette
# time: 10
# reagents:
# chem.Flour: 15
# chem.Salt: 1
# chem.Pepper: 1
# Flour: 15
# Salt: 1
# Pepper: 1
- type: microwaveMealRecipe
id: RecipeCreamCheeseBread
@@ -216,7 +216,7 @@
# result: FoodCrabSpaghetti
# time: 10
# reagents:
# chem.Water: 5
# Water: 5
# solids:
# FoodCrabMeat: 2
@@ -234,7 +234,7 @@
# result: FoodMoMMISpaghetti
# time: 10
# reagents:
# chem.Flour: 5
# Flour: 5
# solids:
#- type: microwaveMealRecipe
@@ -243,8 +243,8 @@
# result: FoodRisotto
# time: 10
# reagents:
# chem.Flour: 10 #This should be 10 units of rice.
# chem.Wine: 5
# Flour: 10 #This should be 10 units of rice.
# Wine: 5
# solids:
# FoodCheeseSlice: 1
@@ -254,8 +254,8 @@
# result: FoodBruschetta
# time: 10
# reagents:
# chem.Flour: 10
# chem.Salt: 2
# Flour: 10
# Salt: 2
# solids:
# FoodGarlic: 1
# FoodCheeseSlice: 1
@@ -278,7 +278,7 @@
# result: FoodLasagna
# time: 15
# reagents:
# chem.TomatoJuice: 15
# TomatoJuice: 15
# solids:
# FoodFlatDough: 2
# FoodMeat: 2
@@ -304,7 +304,7 @@
# result: FoodNettleSoup
# time: 10
# reagents:
# chem.Water: 10
# Water: 10
# solids:
# FoodNettle: 1
# FoodEgg: 1
@@ -317,8 +317,8 @@
# result: FoodMeatSteak
# time: 10
# reagents:
# chem.Salt: 1
# chem.Pepper: 1
# Salt: 1
# Pepper: 1
# solids:
# FoodMeat: 1
@@ -348,7 +348,7 @@
# result: FoodCandyCorn
# time: 5
# reagents:
# chem.Glucose: 5
# Glucose: 5
# solids:
# FoodCorn: 1