From b7144022f8c1c9c826673ce77e10044804522db4 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:22:52 -0500 Subject: [PATCH] Create Wall wiring --- data/json/construction.json | 14 ++++++++++++++ data/json/construction_group.json | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/data/json/construction.json b/data/json/construction.json index d9e4bd9777e73..8f5b55a8c59df 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -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", diff --git a/data/json/construction_group.json b/data/json/construction_group.json index ba8207a5f6261..70bd08c9b998a 100644 --- a/data/json/construction_group.json +++ b/data/json/construction_group.json @@ -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",