From 8ea9e7a068688a29373626ca6c56755811dc6e95 Mon Sep 17 00:00:00 2001 From: SweptWasTaken Date: Fri, 7 May 2021 23:09:06 -0700 Subject: [PATCH] Removes all uses of chem. --- .../Entities/Objects/Consumable/Food/egg.yml | 2 +- .../Objects/Consumable/Food/ingredients.yml | 2 +- .../Entities/Objects/Consumable/Food/meat.yml | 42 +++++++++---------- .../Recipes/Cooking/meal_recipes.yml | 34 +++++++-------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml index 82bcf64801..1c9a7375eb 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/egg.yml @@ -24,7 +24,7 @@ maxVol: 5 contents: reagents: - - ReagentId: chem.Egg + - ReagentId: Egg Quantity: 5 - type: LoopingSound - type: DamageOnLand diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index d0ab9bdbfa..1cddc3ba44 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -347,5 +347,5 @@ reagents: - ReagentId: Nutriment Quantity: 2 - - ReagentId: chem.Toxin + - ReagentId: Toxin Quantity: 3 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 3d9c0e8462..c04c0e016d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -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 diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index c25eb39e35..41d2b68074 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -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