protean reconstitutor

construction, components, and upgrades
This commit is contained in:
Killian
2023-12-01 10:54:19 +00:00
parent e41b05f472
commit ce93d40c1c
3 changed files with 71 additions and 19 deletions
@@ -94,3 +94,14 @@
origin_tech = list(TECH_DATA = 4)
req_components = list(
/obj/item/stack/cable_coil = 15)
/obj/item/weapon/circuitboard/protean_reconstitutor
name = T_BOARD("protean reconstitutor")
board_type = new /datum/frame/frame_types/machine
build_path = /obj/machinery/protean_reconstitutor
origin_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5)
req_components = list(
/obj/item/weapon/stock_parts/matter_bin = 1,
/obj/item/weapon/stock_parts/manipulator = 1,
/obj/item/weapon/stock_parts/console_screen = 1,
/obj/item/stack/cable_coil = 5)