Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sky island to version 3.0 #71496

Merged
merged 7 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
379 changes: 289 additions & 90 deletions data/mods/Sky_Island/EOCs.json

Large diffs are not rendered by default.

76 changes: 0 additions & 76 deletions data/mods/Sky_Island/LICENSE

This file was deleted.

89 changes: 50 additions & 39 deletions data/mods/Sky_Island/README.md

Large diffs are not rendered by default.

112 changes: 0 additions & 112 deletions data/mods/Sky_Island/constructions.json
Original file line number Diff line number Diff line change
@@ -1,101 +1,4 @@
[
{
"type": "construction",
"id": "grow_infinitree_1",
"group": "infinitree_growing",
"category": "OTHER",
"required_skills": [ [ "survival", 3 ] ],
"time": "120 m",
"components": [ [ [ "warptoken", 10 ] ], [ [ "stick", 2 ], [ "twig", 6 ] ], [ [ "leaves", 8 ] ], [ [ "material_soil", 2 ] ] ],
"pre_special": "check_empty",
"post_terrain": "f_infinitree1",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "infinitree_sticks_1",
"group": "infinitree_sticks",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "15 m",
"byproducts": [
{ "item": "stick_long", "count": [ 1, 2 ] },
{ "item": "stick", "count": [ 1, 6 ] },
{ "item": "twig", "count": [ 5, 12 ] },
{ "item": "leaves", "count": [ 4, 16 ] }
],
"pre_terrain": "f_infinitree1",
"post_flags": [ "keep_items" ],
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "infinitree_chop_1",
"group": "infinitree_chop",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "60 m",
"qualities": [ [ { "id": "AXE", "level": 1 } ] ],
"byproducts": [
{ "item": "log", "count": 1 },
{ "item": "stick_long", "count": [ 0, 2 ] },
{ "item": "splinter", "count": [ 2, 8 ] }
],
"pre_terrain": "f_infinitree1",
"post_flags": [ "keep_items" ],
"activity_level": "ACTIVE_EXERCISE"
},
{
"type": "construction",
"id": "infinitree_chop_2",
"group": "infinitree_chop",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "30 m",
"qualities": [ [ { "id": "AXE", "level": 2 } ] ],
"byproducts": [
{ "item": "log", "count": 1 },
{ "item": "stick_long", "count": [ 1, 2 ] },
{ "item": "splinter", "count": [ 2, 8 ] }
],
"pre_terrain": "f_infinitree1",
"post_flags": [ "keep_items" ],
"activity_level": "ACTIVE_EXERCISE"
},
{
"type": "construction",
"id": "infinitree_chop_3",
"group": "infinitree_chop",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "10 m",
"qualities": [ [ { "id": "AXE", "level": 3 } ] ],
"byproducts": [
{ "item": "log", "count": 1 },
{ "item": "stick_long", "count": [ 1, 2 ] },
{ "item": "splinter", "count": [ 2, 8 ] }
],
"pre_terrain": "f_infinitree1",
"post_flags": [ "keep_items" ],
"activity_level": "ACTIVE_EXERCISE"
},
{
"type": "construction",
"id": "infinitree_chop_4",
"group": "infinitree_chop",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "5 m",
"qualities": [ [ { "id": "AXE", "level": 4 } ] ],
"byproducts": [
{ "item": "log", "count": 1 },
{ "item": "stick_long", "count": [ 1, 2 ] },
{ "item": "splinter", "count": [ 2, 8 ] }
],
"pre_terrain": "f_infinitree1",
"post_flags": [ "keep_items" ],
"activity_level": "ACTIVE_EXERCISE"
},
{
"type": "construction",
"id": "copy_autodoc_with_plate",
Expand Down Expand Up @@ -359,16 +262,6 @@
"id": "sow_grass",
"name": "Cover soil with grass"
},
{
"type": "construction_group",
"id": "infinitree_sticks",
"name": "Pluck Infinitree sticks"
},
{
"type": "construction_group",
"id": "infinitree_chop",
"name": "Chop some wood from Infinitree"
},
{
"type": "construction_group",
"id": "autodoc_copy",
Expand All @@ -384,11 +277,6 @@
"id": "autodoc_couch_conversion",
"name": "Convert sofa into Autodoc couch"
},
{
"type": "construction_group",
"id": "infinitree_growing",
"name": "Plant Infinitree"
},
{
"type": "construction_group",
"id": "build_sofa",
Expand Down
Loading
Loading