Skip to content

Commit

Permalink
Add constructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 15, 2024
1 parent ea0149a commit 7ba584e
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2 deletions.
24 changes: 24 additions & 0 deletions data/mods/Sky_Island/constructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,30 @@
"post_terrain": "f_autodoc",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "upgrade_autodoc_1",
"group": "autodoc_paste",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "1 h",
"components": [ [ [ "warp_autodoc_active", 1 ], [ "warped_autodoc_upgrader_1", 1 ] ] ],
"pre_terrain": "f_autodoc",
"post_terrain": "f_si_autodoc_2",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "upgrade_autodoc_2",
"group": "autodoc_paste",
"category": "OTHER",
"required_skills": [ [ "survival", 0 ] ],
"time": "1 h",
"components": [ [ [ "warp_autodoc_active", 1 ], [ "warped_autodoc_upgrader_2", 1 ] ] ],
"pre_terrain": "f_si_autodoc_2",
"post_terrain": "f_si_autodoc_3",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "constr_sofa",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Sky_Island/furniture_and_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"required_str": -1,
"flags": [ "TRANSPARENT", "AUTODOC", "CONTAINER", "NO_PICKUP_ON_EXAMINE" ],
"examine_action": "autodoc",
"surgery_skill_multiplier": 2,
"surgery_skill_multiplier": 2.5,
"deconstruct": {
"items": [
{ "item": "processor", "count": [ 1, 2 ] },
Expand Down Expand Up @@ -247,7 +247,7 @@
"flags": [ "TRANSPARENT", "AUTODOC", "CONTAINER", "NO_PICKUP_ON_EXAMINE" ],
"examine_action": "autodoc",
"light_emitted": 3,
"surgery_skill_multiplier": 5,
"surgery_skill_multiplier": 8,
"deconstruct": {
"items": [
{ "item": "processor", "count": [ 1, 2 ] },
Expand Down
22 changes: 22 additions & 0 deletions data/mods/Sky_Island/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,5 +521,27 @@
"material": [ "stone" ],
"symbol": "y",
"color": "green"
},
{
"id": "warped_autodoc_upgrader_1",
"type": "TOOL",
"name": { "str": "warped autodoc enhancer" },
"description": "A small device, so complex you can't entirely tell what it does. You can see a miniature chair, a bed, some kind of machine, a computer console, a tangle of mechanical arms, all changing from moment to moment. When used on an existing autodoc, you can upgrade it to a more advanced model.",
"volume": "5 ml",
"weight": "5 g",
"material": [ "alien_resin" ],
"symbol": "A",
"color": "pink"
},
{
"id": "warped_autodoc_upgrader_2",
"type": "TOOL",
"name": { "str": "warped autodoc augmenter" },
"description": "A small device, so complex you can't entirely tell what it does. You can see a miniature chair, a bed, some kind of machine, a computer console, a tangle of mechanical arms, all changing from moment to moment. When used on an advanced autodoc, you can upgrade it to its most advanced form.",
"volume": "5 ml",
"weight": "5 g",
"material": [ "alien_resin" ],
"symbol": "A",
"color": "pink"
}
]
46 changes: 46 additions & 0 deletions data/mods/Sky_Island/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,51 @@
"components": [ [ [ "warptoken", 30 ] ] ],
"flags": [ "BLIND_EASY" ],
"result_eocs": [ "EOC_WARPED_POND_CREATION" ]
},
{
"result": "warped_autodoc_upgrader_1",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_WARP",
"subcategory": "CSC_WARP_ITEMS",
"skill_used": "survival",
"time": "1 h",
"autolearn": true,
"reversible": false,
"flags": [ "BLIND_EASY" ],
"tools": [ [ [ "fakeitem_statue", -1 ] ] ],
"components": [
[ [ "warptoken", 20 ] ],
[ [ "ether", 150 ] ],
[ [ "xanax", 8 ] ],
[ [ "record_patient", 1 ] ],
[ [ "medical_sample", 2 ] ],
[ [ "vacutainer", 1 ] ],
[ [ "gloves_medical", 6 ] ],
[ [ "stethoscope", 2 ] ]
]
},
{
"result": "warped_autodoc_upgrader_2",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_WARP",
"subcategory": "CSC_WARP_ITEMS",
"skill_used": "survival",
"time": "1 h",
"autolearn": true,
"reversible": false,
"flags": [ "BLIND_EASY" ],
"tools": [ [ [ "fakeitem_statue", -1 ] ] ],
"components": [
[ [ "warptoken", 40 ] ],
[ [ "oxycodone", 10 ] ],
[ [ "record_patient", 3 ] ],
[ [ "diazepam", 5 ] ],
[ [ "morphine", 10 ] ],
[ [ "medical_sample", 10 ] ],
[ [ "badge_doctor", 1 ] ],
[ [ "software_medical", 1 ] ]
]
}
]

0 comments on commit 7ba584e

Please sign in to comment.