Skip to content

Commit

Permalink
Create Wall wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Sep 2, 2022
1 parent d8ef623 commit b714402
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3808,6 +3808,20 @@
"post_special": "done_wiring",
"activity_level": "LIGHT_EXERCISE"
},
{
"type": "construction",
"id": "app_wall_wiring_homemade",
"group": "place_wall_wiring",
"category": "APPLIANCE",
"required_skills": [ [ "fabrication", 2 ] ],
"time": "0 s",
"qualities": [ { "id": "CUT", "level": 2 } ],
"tools": [ [ [ "pliers", -1 ], [ "multitool", -1 ] ] ],
"components": [ [ [ "cable", 19 ] ], [ [ "duct_tape", 20 ] ] ],
"pre_special": "check_no_wiring",
"post_special": "done_wiring",
"activity_level": "MODERATE_EXERCISE"
},
{
"type": "construction",
"id": "app_asrg_containment",
Expand Down
5 changes: 5 additions & 0 deletions data/json/construction_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,11 @@
"id": "reveal_wall_wiring",
"name": "Reveal Wall Wirings"
},
{
"type": "construction_group",
"id": "place_wall_wiring",
"name": "Place Wall Wirings"
},
{
"type": "construction_group",
"id": "place_anvil",
Expand Down

0 comments on commit b714402

Please sign in to comment.