Skip to content

Commit

Permalink
Sky island fixes - quest completability (#71959)
Browse files Browse the repository at this point in the history
* Update upgrade_missions.json

Correct mission recipe for Labs catalyst, change charge ingredients to other ingredients, and other balance fixes.

* Update recipes.json
  • Loading branch information
MrHrulgin authored Feb 26, 2024
1 parent e18b7e2 commit dd1adff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/mods/Sky_Island/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"reversible": false,
"flags": [ "SECRET", "BLIND_EASY" ],
"tools": [ [ [ "fakeitem_statue", -1 ] ] ],
"components": [ [ [ "warptoken", 15 ] ], [ [ "id_science", 1 ] ], [ [ "oxyacetylene", 60 ] ] ]
"components": [ [ [ "warptoken", 15 ] ], [ [ "id_science", 1 ] ], [ [ "microscope_dissecting", 1 ] ] ]
},
{
"result": "warp_folded_infinitree",
Expand Down
11 changes: 6 additions & 5 deletions data/mods/Sky_Island/upgrade_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"components": [
[ [ "microscope_dissecting", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "holybook_wicca1", 1 ] ],
[ [ "book_newage_witchcraftbeg", 1 ] ],
[ [ "warptoken", 12 ] ],
[ [ "platinum_small", 10 ] ],
[ [ "battery_car", 1 ], [ "battery_motorbike", 1 ], [ "medium_storage_battery", 1 ] ],
Expand Down Expand Up @@ -860,7 +860,7 @@
[ [ "geiger_off", 1 ] ],
[ [ "scalpel", 1 ] ],
[ [ "stethoscope", 1 ] ],
[ [ "meth", 10 ] ],
[ [ "pure_meth", 1 ] ],
[ [ "transponder", 4 ] ],
[ [ "receiver", 4 ] ],
[
Expand Down Expand Up @@ -1398,7 +1398,7 @@
[ [ "bat", 1 ], [ "bwirebat", 1 ], [ "nailbat", 1 ] ],
[ [ "warptoken", 2 ] ],
[ [ "bandages", 10 ] ],
[ [ "liq_bandage", 80 ] ],
[ [ "liq_bandage_spray", 1 ] ],
[ [ "9mm", 50 ], [ "9mmfmj", 50 ], [ "9mmP", 30 ], [ "9mmP2", 20 ] ]
]
},
Expand Down Expand Up @@ -1884,7 +1884,7 @@
[ [ "feather", 40 ], [ "down_feather", 40 ] ],
[ [ "eggs_any_shape", 6, "LIST" ] ],
[ [ "golf_ball", 1 ] ],
[ [ "chair_folding", 1 ] ],
[ [ "camp_chair", 1 ] ],
[ [ "tourist_table", 1 ] ],
[ [ "stepladder", 1 ], [ "aluminum_stepladder", 1 ] ]
]
Expand Down Expand Up @@ -1913,6 +1913,7 @@
"effect": [
{ "math": [ "labsunlocked", "=", "1" ] },
{ "u_forget_recipe": "upgradekey_labsunlock" },
{ "u_learn_recipe": "warp_labs_catalyst" },
{
"u_message": "With this upgrade, you're guaranteed to begin your expedition at an underground lab. Be aware that you will need to have a Labs Catalyst on you when activating the warp obelisk, and these will be consumed on leaving.",
"type": "mixed"
Expand Down Expand Up @@ -1949,7 +1950,7 @@
[ [ "id_science", 1 ] ],
[ [ "plut_cell", 5 ] ],
[ [ "oxy_torch", 1 ] ],
[ [ "oxyacetylene", 120 ] ],
[ [ "tinyweldtank", 1 ], [ "weldtank", 1 ] ],
[ [ "mutagen", 2 ], [ "iv_mutagen", 1 ] ],
[ [ "jackhammer", 1 ], [ "elec_jackhammer", 1 ] ]
]
Expand Down

0 comments on commit dd1adff

Please sign in to comment.