From 63f6c412e5f103a42d95e3d13231a27068d16383 Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Mon, 20 Jan 2020 16:22:03 -0500 Subject: [PATCH 1/3] Added sports drink recipe --- data/json/recipes/recipe_food.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index f758114cf789f..0b0ee7aa4c7ff 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5635,6 +5635,27 @@ [ [ "water", 6 ], [ "water_clean", 6 ] ] ] }, + { + "type": "recipe", + "result": "sports_drink", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "book_learn": [ + [ "textbook_chemistry", 1 ] + ], + "skill_used": "cooking", + "time": "3 m", + "charges": 8, + "autolearn": false, + "qualities": [ + { "id": "CONTAIN", "level": 1 } + ], + "components": [ + [ [ "sugar", 10 ] ], + [ [ "salt", 1 ] ], + [ [ "water_clean", 8 ] ] + ] + }, { "result": "oatmeal", "type": "recipe", From 4dbfbf39d41582ae2e134aa4bd54beb7f92ba1da Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Mon, 20 Jan 2020 16:30:00 -0500 Subject: [PATCH 2/3] Added a new location to learn recipe It makes sense that you'd be able to learn about ORT solution from a first aid manual. --- data/json/recipes/recipe_food.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 0b0ee7aa4c7ff..bb0084e13496f 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5641,7 +5641,8 @@ "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "book_learn": [ - [ "textbook_chemistry", 1 ] + [ "textbook_chemistry", 1 ], + [ "manual_first_aid", 1 ] ], "skill_used": "cooking", "time": "3 m", From c2fd2517c9c9bc91eab1d1869799b1541124c7c2 Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Mon, 20 Jan 2020 16:31:55 -0500 Subject: [PATCH 3/3] Linted recipe_food.json --- data/json/recipes/recipe_food.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index bb0084e13496f..84985e3df6e60 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5640,22 +5640,13 @@ "result": "sports_drink", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", - "book_learn": [ - [ "textbook_chemistry", 1 ], - [ "manual_first_aid", 1 ] - ], + "book_learn": [ [ "textbook_chemistry", 1 ], [ "manual_first_aid", 1 ] ], "skill_used": "cooking", "time": "3 m", "charges": 8, "autolearn": false, - "qualities": [ - { "id": "CONTAIN", "level": 1 } - ], - "components": [ - [ [ "sugar", 10 ] ], - [ [ "salt", 1 ] ], - [ [ "water_clean", 8 ] ] - ] + "qualities": [ { "id": "CONTAIN", "level": 1 } ], + "components": [ [ [ "sugar", 10 ] ], [ [ "salt", 1 ] ], [ [ "water_clean", 8 ] ] ] }, { "result": "oatmeal",