mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-28 10:43:23 +00:00
60 lines
2.5 KiB
Plaintext
60 lines
2.5 KiB
Plaintext
///////////////////////////////////
|
|
/////Subspace Telecomms////////////
|
|
///////////////////////////////////
|
|
|
|
/datum/design/board/subspace_receiver
|
|
name = "Machine Design (Subspace Receiver)"
|
|
desc = "Allows for the construction of Subspace Receiver equipment."
|
|
id = "s-receiver"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/receiver
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/telecomms_bus
|
|
name = "Machine Design (Bus Mainframe)"
|
|
desc = "Allows for the construction of Telecommunications Bus Mainframes."
|
|
id = "s-bus"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/bus
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/telecomms_hub
|
|
name = "Machine Design (Hub Mainframe)"
|
|
desc = "Allows for the construction of Telecommunications Hub Mainframes."
|
|
id = "s-hub"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/hub
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/telecomms_relay
|
|
name = "Machine Design (Relay Mainframe)"
|
|
desc = "Allows for the construction of Telecommunications Relay Mainframes."
|
|
id = "s-relay"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/relay
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/telecomms_processor
|
|
name = "Machine Design (Processor Unit)"
|
|
desc = "Allows for the construction of Telecommunications Processor equipment."
|
|
id = "s-processor"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/processor
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/telecomms_server
|
|
name = "Machine Design (Server Mainframe)"
|
|
desc = "Allows for the construction of Telecommunications Servers."
|
|
id = "s-server"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/server
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/subspace_broadcaster
|
|
name = "Machine Design (Subspace Broadcaster)"
|
|
desc = "Allows for the construction of Subspace Broadcasting equipment."
|
|
id = "s-broadcaster"
|
|
build_path = /obj/item/circuitboard/machine/telecomms/broadcaster
|
|
category = list("Subspace Telecomms")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|