mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
[MIRROR] Move autolathe design datums to techweb datums (#12565)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Will
Cameron Lennox
parent
b61399d8e7
commit
90d7e7d352
@@ -1,10 +1,10 @@
|
||||
/obj/item/circuitboard/fusion_core_control
|
||||
name = "circuit board (fusion core controller)"
|
||||
name = T_BOARD("fusion core controller")
|
||||
build_path = /obj/machinery/computer/fusion_core_control
|
||||
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4)
|
||||
|
||||
/obj/item/circuitboard/fusion_fuel_compressor
|
||||
name = "circuit board (fusion fuel compressor)"
|
||||
name = T_BOARD("fusion fuel compressor")
|
||||
build_path = /obj/machinery/fusion_fuel_compressor
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_POWER = 3, TECH_ENGINEERING = 4, TECH_MATERIAL = 4)
|
||||
@@ -16,12 +16,12 @@
|
||||
)
|
||||
|
||||
/obj/item/circuitboard/fusion_fuel_control
|
||||
name = "circuit board (fusion fuel controller)"
|
||||
name = T_BOARD("fusion fuel controller")
|
||||
build_path = /obj/machinery/computer/fusion_fuel_control
|
||||
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4)
|
||||
|
||||
/obj/item/circuitboard/gyrotron_control
|
||||
name = "circuit board (gyrotron controller)"
|
||||
name = T_BOARD("gyrotron controller")
|
||||
build_path = /obj/machinery/computer/gyrotron_control
|
||||
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4)
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
)
|
||||
|
||||
/obj/item/circuitboard/gyrotron
|
||||
name = "circuit board (gyrotron)"
|
||||
name = T_BOARD("gyrotron")
|
||||
build_path = /obj/machinery/power/emitter/gyrotron
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_POWER = 4, TECH_ENGINEERING = 4, TECH_MATERIAL = 5, TECH_MAGNET = 3)
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
req_components = list(
|
||||
/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/stock_parts/capacitor/hyper = 1)
|
||||
hidden = TRUE
|
||||
|
||||
/obj/item/circuitboard/machine/abductor/core/hybrid
|
||||
name = T_BOARD("void generator (hybrid)")
|
||||
@@ -74,6 +75,7 @@
|
||||
/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/stock_parts/capacitor/hyper = 1,
|
||||
/obj/item/stock_parts/micro_laser/hyper = 1)
|
||||
hidden = TRUE
|
||||
|
||||
// Radioisotope Thermoelectric Generator (RTG)
|
||||
// Simple power generator that would replace "magic SMES" on various derelicts.
|
||||
|
||||
@@ -15,14 +15,9 @@
|
||||
name = T_BOARD("grounding rod")
|
||||
build_path = /obj/machinery/power/grounding_rod
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
|
||||
origin_tech = list(TECH_MAGNET = 1, TECH_POWER = 2)
|
||||
req_components = list()
|
||||
|
||||
/datum/category_item/autolathe/engineering/grounding_rod
|
||||
name = "grounding rod electronics"
|
||||
path = /obj/item/circuitboard/grounding_rod
|
||||
|
||||
// SPECIAL BOARDS BELOW
|
||||
|
||||
/obj/item/circuitboard/tesla_coil/attackby(obj/item/I as obj, mob/user as mob)
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_MATERIAL = 4, TECH_POWER = 2)
|
||||
req_components = list(/obj/item/stack/cable_coil = 5, /obj/item/stock_parts/manipulator = 6)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/obj/item/circuitboard/machine/power_turbine
|
||||
name = T_BOARD("power turbine")
|
||||
@@ -77,6 +78,7 @@
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_POWER = 4)
|
||||
req_components = list(/obj/item/stack/cable_coil = 5, /obj/item/stock_parts/capacitor = 6)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Compressor
|
||||
|
||||
Reference in New Issue
Block a user