Skip to content

Commit

Permalink
Move stim packs to Apothecary and rework Antidote crafting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 1, 2019
1 parent 0a687ae commit 5bc8c4d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion recipes/medicaltable1/healing/antidote.recipe.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"op": "add",
"path": "/groups/0",
"value": "plain"
},
{
"op": "replace",
"path": "/input/0",
"value": { "item": "biosample", "count": 5 }
}
]
]
7 changes: 7 additions & 0 deletions recipes/medicaltable2/buffs/bluestim.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/groups/0",
"value": "craftingmedical"
}
]
7 changes: 7 additions & 0 deletions recipes/medicaltable2/buffs/greenstim.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/groups/0",
"value": "craftingmedical"
}
]
7 changes: 7 additions & 0 deletions recipes/medicaltable2/buffs/orangestim.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/groups/0",
"value": "craftingmedical"
}
]

0 comments on commit 5bc8c4d

Please sign in to comment.