mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
114 lines
4.4 KiB
Plaintext
114 lines
4.4 KiB
Plaintext
///////////////////
|
|
///ENGINE Boards///
|
|
///////////////////
|
|
/datum/design/board/smes
|
|
name = "Machine Design (SMES Board)"
|
|
desc = "The circuit board for a SMES."
|
|
id = "smes"
|
|
build_path = /obj/item/circuitboard/machine/smes
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/circulator
|
|
name = "Machine Design (Circulator Board)"
|
|
desc = "The circuit board for a circulator."
|
|
id = "circulator"
|
|
build_path = /obj/item/circuitboard/machine/circulator
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/teg
|
|
name = "Machine Design (TEG Board)"
|
|
desc = "The circuit board for a TEG."
|
|
id = "teg"
|
|
build_path = /obj/item/circuitboard/machine/generator
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/announcement_system
|
|
name = "Machine Design (Automated Announcement System Board)"
|
|
desc = "The circuit board for an automated announcement system."
|
|
id = "automated_announcement"
|
|
build_path = /obj/item/circuitboard/machine/announcement_system
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/turbine_computer
|
|
name = "Computer Design (Power Turbine Console Board)"
|
|
desc = "The circuit board for a power turbine console."
|
|
id = "power_turbine_console"
|
|
build_path = /obj/item/circuitboard/computer/turbine_computer
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/emitter
|
|
name = "Machine Design (Emitter Board)"
|
|
desc = "The circuit board for an emitter."
|
|
id = "emitter"
|
|
build_path = /obj/item/circuitboard/machine/emitter
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/power_compressor
|
|
name = "Machine Design (Power Compressor Board)"
|
|
desc = "The circuit board for a power compressor."
|
|
id = "power_compressor"
|
|
build_path = /obj/item/circuitboard/machine/power_compressor
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/power_turbine
|
|
name = "Machine Design (Power Turbine Board)"
|
|
desc = "The circuit board for a power turbine."
|
|
id = "power_turbine"
|
|
build_path = /obj/item/circuitboard/machine/power_turbine
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/tesla_coil
|
|
name = "Machine Design (Tesla Coil Board)"
|
|
desc = "The circuit board for a tesla coil."
|
|
id = "tesla_coil"
|
|
build_path = /obj/item/circuitboard/machine/tesla_coil
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/rad_collector
|
|
name = "Machine Design (Radiation Collector Board)"
|
|
desc = "The circuit board for a radiation collector array."
|
|
id = "rad_collector"
|
|
build_path = /obj/item/circuitboard/machine/rad_collector
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/grounding_rod
|
|
name = "Machine Design (Grounding Rod Board)"
|
|
desc = "The circuit board for a grounding rod."
|
|
id = "grounding_rod"
|
|
build_path = /obj/item/circuitboard/machine/grounding_rod
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/ntnet_relay
|
|
name = "Machine Design (NTNet Relay Board)"
|
|
desc = "The circuit board for a wireless network relay."
|
|
id = "ntnet_relay"
|
|
build_path = /obj/item/circuitboard/machine/ntnet_relay
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/thermomachine
|
|
name = "Machine Design (Freezer/Heater Board)"
|
|
desc = "The circuit board for a freezer/heater."
|
|
id = "thermomachine"
|
|
build_path = /obj/item/circuitboard/machine/thermomachine
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/spaceship_navigation_beacon
|
|
name = "Machine Design (Bluespace Navigation Gigabeacon)"
|
|
desc = "The circuit board for a Bluespace Navigation Gigabeacon."
|
|
id = "spaceship_navigation_beacon"
|
|
build_path = /obj/item/circuitboard/machine/spaceship_navigation_beacon
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE |