Skip to content

Commit

Permalink
Construction recipe for connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu committed Feb 4, 2021
1 parent 244177e commit 71b0994
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4099,5 +4099,19 @@
"pre_note": "Will only work if constructed in/on a building that has an electric grid with a mounted battery.",
"pre_special": "check_empty",
"post_terrain": "f_oven"
},
{
"type": "construction",
"id": "constr_cable_connector",
"description": "Build Jumper Cable Connector",
"category": "FURN",
"required_skills": [ [ "electronics", 1 ] ],
"time": "45 m",
"qualities": [ [ { "id": "SCREW", "level": 1 } ] ],
"tools": [ [ [ "soldering_iron", 20 ] ] ],
"components": [ [ [ "power_supply", 1 ] ] ],
"pre_note": "Will only work if constructed in/on a building that has an electric grid.",
"pre_special": "check_empty",
"post_terrain": "f_cable_connector"
}
]
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@
"flags": [ "TRANSPARENT" ],
"deconstruct": { "items": [ { "item": "power_supply" } ] },
"bash": {
"str_min": 16,
"str_max": 40,
"str_min": 4,
"str_max": 30,
"sound": "metal screeching!",
"sound_fail": "clang!",
"items": [ { "item": "power_supply", "prob": 50 } ]
Expand Down

0 comments on commit 71b0994

Please sign in to comment.