Skip to content

Commit

Permalink
Improve compatibility with Summer Sale Soda Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 27, 2019
1 parent 6448c7b commit 808345c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1668,3 +1668,4 @@
+ Updated descriptions of all seven fuel hatches to use broader definitions of fuel
+ Updated subtitle for Research Station to indicate it crafts augments
+ Updated racial descriptions for Research Station to indicate it crafts augments
+ Added compatibility check for Summer Sale Soda Mod
40 changes: 25 additions & 15 deletions items/generic/shop/soda.consumable.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
[
{
"op": "replace",
"path": "/description",
"value": "Slowly killing yourself from the inside has never tasted so good! You'd better drink a lot to keep feeling the high."
},
{
"op": "replace",
"path": "/effects/0",
"value": [ { "effect": "maxenergyscalingboostfood", "duration": 3 } ]
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup",
"value": [ "soda" ]
}
[
{
"op": "test",
"path": "/description",
"value": "A refreshing can of soda full of exploitation.",
"inverse": true
},
{
"op": "replace",
"path": "/description",
"value": "Slowly killing yourself from the inside has never tasted so good! You'd better drink a lot to keep feeling the high."
}
],
[
{
"op": "replace",
"path": "/effects/0",
"value": [ { "effect": "maxenergyscalingboostfood", "duration": 3 } ]
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup",
"value": [ "soda" ]
}
]
]

0 comments on commit 808345c

Please sign in to comment.