From 5bc8c4d2507b2e7ed3cb0f7884106622ab0b00f4 Mon Sep 17 00:00:00 2001 From: LeDrascol <5933805+LeDrascol@users.noreply.github.com> Date: Mon, 1 Jul 2019 18:46:40 -0400 Subject: [PATCH] Move stim packs to Apothecary and rework Antidote crafting --- Changes.md | 4 ++++ recipes/medicaltable1/healing/antidote.recipe.patch | 7 ++++++- recipes/medicaltable2/buffs/bluestim.recipe.patch | 7 +++++++ recipes/medicaltable2/buffs/greenstim.recipe.patch | 7 +++++++ recipes/medicaltable2/buffs/orangestim.recipe.patch | 7 +++++++ 5 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 recipes/medicaltable2/buffs/bluestim.recipe.patch create mode 100644 recipes/medicaltable2/buffs/greenstim.recipe.patch create mode 100644 recipes/medicaltable2/buffs/orangestim.recipe.patch diff --git a/Changes.md b/Changes.md index 8e65862..c3eb1bb 100644 --- a/Changes.md +++ b/Changes.md @@ -1291,6 +1291,10 @@ + Added Frog Merchant item Silver Drill + Added Frog Merchant item Copper Drill + Added Frog Merchant item Platinum Drill ++ Crafting station change from Medical Station to Apothecary for Blue Stim ++ Crafting station change from Medical Station to Apothecary for Green Stim ++ Crafting station change from Medical Station to Apothecary for Orange Stim ++ Main ingredient changed from Venom Sample to Bio Sample for Antidote ### Avali + Price change from 12500 PIXELS to 11000 PIXELS for Avali Hoverbike Controller diff --git a/recipes/medicaltable1/healing/antidote.recipe.patch b/recipes/medicaltable1/healing/antidote.recipe.patch index 757c20b..5608475 100644 --- a/recipes/medicaltable1/healing/antidote.recipe.patch +++ b/recipes/medicaltable1/healing/antidote.recipe.patch @@ -3,5 +3,10 @@ "op": "add", "path": "/groups/0", "value": "plain" + }, + { + "op": "replace", + "path": "/input/0", + "value": { "item": "biosample", "count": 5 } } -] \ No newline at end of file +] diff --git a/recipes/medicaltable2/buffs/bluestim.recipe.patch b/recipes/medicaltable2/buffs/bluestim.recipe.patch new file mode 100644 index 0000000..eba550e --- /dev/null +++ b/recipes/medicaltable2/buffs/bluestim.recipe.patch @@ -0,0 +1,7 @@ +[ + { + "op": "replace", + "path": "/groups/0", + "value": "craftingmedical" + } +] diff --git a/recipes/medicaltable2/buffs/greenstim.recipe.patch b/recipes/medicaltable2/buffs/greenstim.recipe.patch new file mode 100644 index 0000000..eba550e --- /dev/null +++ b/recipes/medicaltable2/buffs/greenstim.recipe.patch @@ -0,0 +1,7 @@ +[ + { + "op": "replace", + "path": "/groups/0", + "value": "craftingmedical" + } +] diff --git a/recipes/medicaltable2/buffs/orangestim.recipe.patch b/recipes/medicaltable2/buffs/orangestim.recipe.patch new file mode 100644 index 0000000..eba550e --- /dev/null +++ b/recipes/medicaltable2/buffs/orangestim.recipe.patch @@ -0,0 +1,7 @@ +[ + { + "op": "replace", + "path": "/groups/0", + "value": "craftingmedical" + } +]