ab5d65a454
* Initial B.E.P.I.S port. * All nodes but sticky tape are in. Sweet. * Mapping the BEPIS :DDD * ah * deers.
164 lines
6.2 KiB
Plaintext
164 lines
6.2 KiB
Plaintext
///////////////////
|
|
///SCI Boards//////
|
|
///////////////////
|
|
|
|
/datum/design/board/teleport_station
|
|
name = "Machine Design (Teleportation Station Board)"
|
|
desc = "The circuit board for a teleportation station."
|
|
id = "tele_station"
|
|
build_path = /obj/item/circuitboard/machine/teleporter_station
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/teleport_hub
|
|
name = "Machine Design (Teleportation Hub Board)"
|
|
desc = "The circuit board for a teleportation hub."
|
|
id = "tele_hub"
|
|
build_path = /obj/item/circuitboard/machine/teleporter_hub
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/quantumpad
|
|
name = "Machine Design (Quantum Pad Board)"
|
|
desc = "The circuit board for a quantum telepad."
|
|
id = "quantumpad"
|
|
build_path = /obj/item/circuitboard/machine/quantumpad
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/launchpad
|
|
name = "Machine Design (Bluespace Launchpad Board)"
|
|
desc = "The circuit board for a bluespace Launchpad."
|
|
id = "launchpad"
|
|
build_path = /obj/item/circuitboard/machine/launchpad
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/launchpad_console
|
|
name = "Machine Design (Bluespace Launchpad Console Board)"
|
|
desc = "The circuit board for a bluespace launchpad Console."
|
|
id = "launchpad_console"
|
|
build_path = /obj/item/circuitboard/computer/launchpad_console
|
|
category = list ("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/teleconsole
|
|
name = "Computer Design (Teleporter Console)"
|
|
desc = "Allows for the construction of circuit boards used to build a teleporter control console."
|
|
id = "teleconsole"
|
|
build_path = /obj/item/circuitboard/computer/teleporter
|
|
category = list("Teleportation Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/destructive_analyzer
|
|
name = "Machine Design (Destructive Analyzer Board)"
|
|
desc = "The circuit board for a destructive analyzer."
|
|
id = "destructive_analyzer"
|
|
build_path = /obj/item/circuitboard/machine/destructive_analyzer
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/experimentor
|
|
name = "Machine Design (E.X.P.E.R.I-MENTOR Board)"
|
|
desc = "The circuit board for an E.X.P.E.R.I-MENTOR."
|
|
id = "experimentor"
|
|
build_path = /obj/item/circuitboard/machine/experimentor
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/bepis
|
|
name = "Machine Design (B.E.P.I.S. Board)"
|
|
desc = "The circuit board for a B.E.P.I.S."
|
|
id = "bepis"
|
|
build_path = /obj/item/circuitboard/machine/bepis
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/protolathe
|
|
name = "Machine Design (Protolathe Board)"
|
|
desc = "The circuit board for a protolathe."
|
|
id = "protolathe"
|
|
build_path = /obj/item/circuitboard/machine/protolathe
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/rdservercontrol
|
|
name = "Computer Design (R&D Server Control Console Board)"
|
|
desc = "The circuit board for an R&D Server Control Console."
|
|
id = "rdservercontrol"
|
|
build_path = /obj/item/circuitboard/computer/rdservercontrol
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/rdserver
|
|
name = "Machine Design (R&D Server Board)"
|
|
desc = "The circuit board for an R&D Server."
|
|
id = "rdserver"
|
|
build_path = /obj/item/circuitboard/machine/rdserver
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/mechfab
|
|
name = "Machine Design (Exosuit Fabricator Board)"
|
|
desc = "The circuit board for an Exosuit Fabricator."
|
|
id = "mechfab"
|
|
build_path = /obj/item/circuitboard/machine/mechfab
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/cyborgrecharger
|
|
name = "Machine Design (Cyborg Recharger Board)"
|
|
desc = "The circuit board for a Cyborg Recharger."
|
|
id = "cyborgrecharger"
|
|
build_path = /obj/item/circuitboard/machine/cyborgrecharger
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/mech_recharger
|
|
name = "Machine Design (Mechbay Recharger Board)"
|
|
desc = "The circuit board for a Mechbay Recharger."
|
|
id = "mech_recharger"
|
|
build_path = /obj/item/circuitboard/machine/mech_recharger
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/nanite_chamber
|
|
name = "Machine Design (Nanite Chamber Board)"
|
|
desc = "The circuit board for a Nanite Chamber."
|
|
id = "nanite_chamber"
|
|
build_path = /obj/item/circuitboard/machine/nanite_chamber
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/public_nanite_chamber
|
|
name = "Machine Design (Public Nanite Chamber Board)"
|
|
desc = "The circuit board for a Public Nanite Chamber."
|
|
id = "public_nanite_chamber"
|
|
build_path = /obj/item/circuitboard/machine/public_nanite_chamber
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/nanite_programmer
|
|
name = "Machine Design (Nanite Programmer Board)"
|
|
desc = "The circuit board for a Nanite Programmer."
|
|
id = "nanite_programmer"
|
|
build_path = /obj/item/circuitboard/machine/nanite_programmer
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/nanite_program_hub
|
|
name = "Machine Design (Nanite Program Hub Board)"
|
|
desc = "The circuit board for a Nanite Program Hub."
|
|
id = "nanite_program_hub"
|
|
build_path = /obj/item/circuitboard/machine/nanite_program_hub
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/circuit_imprinter
|
|
name = "Machine Design (Circuit Imprinter Board)"
|
|
desc = "The circuit board for a circuit imprinter."
|
|
id = "circuit_imprinter"
|
|
build_path = /obj/item/circuitboard/machine/circuit_imprinter
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|