[MIRROR] Mining machine construction (#12970)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-08-15 11:55:45 -04:00
committed by GitHub
co-authored by Will Cameron Lennox
parent 5473641456
commit 14aaf38ede
12 changed files with 541 additions and 172 deletions
@@ -411,3 +411,45 @@
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/manipulator = 2,
/obj/item/stock_parts/console_screen = 1)
/obj/item/circuitboard/mat_processor
name = T_BOARD("material processor")
build_path = /obj/machinery/mineral/processing_unit
board_type = new /datum/frame/frame_types/machine
req_components = list(
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/manipulator = 2,
/obj/item/stock_parts/micro_laser = 4)
/obj/item/circuitboard/mat_processor_console
name = T_BOARD("material processor console")
build_path = /obj/machinery/mineral/processing_unit_console
board_type = new /datum/frame/frame_types/mat_production_console
/obj/item/circuitboard/mat_stacker
name = T_BOARD("stacking machine")
build_path = /obj/machinery/mineral/stacking_machine
board_type = new /datum/frame/frame_types/machine
req_components = list(
/obj/item/stock_parts/motor = 2,
/obj/item/stock_parts/manipulator = 2)
/obj/item/circuitboard/mat_stacker_console
name = T_BOARD("stacking machine console")
build_path = /obj/machinery/mineral/stacking_unit_console
board_type = new /datum/frame/frame_types/mat_production_console
/obj/item/circuitboard/mat_unloader
name = T_BOARD("unloading machine")
build_path = /obj/machinery/mineral/unloading_machine
board_type = new /datum/frame/frame_types/machine
req_components = list(
/obj/item/stock_parts/motor = 2,
/obj/item/stock_parts/manipulator = 1)
/obj/item/circuitboard/mat_mint
name = T_BOARD("mint")
build_path = /obj/machinery/mineral/mint
board_type = new /datum/frame/frame_types/machine
req_components = list(
/obj/item/stock_parts/motor = 4)