mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* surely adding this will be a good idea * OKAY WE'RE IN BUSINESS * REAL * now in glorious SOUND ripped directly from my HL1 game files * Misc cleanup * louda * moved tech node oughta have more stuff in adv, and would cut down on a pretty powerful machine being built too early I'd imagine
805 lines
31 KiB
Plaintext
805 lines
31 KiB
Plaintext
////////////////////////////////////////
|
|
//////////////MISC Boards///////////////
|
|
////////////////////////////////////////
|
|
|
|
/datum/design/board/shuttle/engine/plasma
|
|
name = "Machine Design (Plasma Thruster Board)"
|
|
desc = "The circuit board for a plasma thruster."
|
|
id = "engine_plasma"
|
|
build_path = /obj/item/circuitboard/machine/shuttle/engine/plasma
|
|
category = list ("Shuttle Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/shuttle/engine/ion
|
|
name = "Machine Design (Ion Thruster Board)"
|
|
desc = "The circuit board for a Ion thruster."
|
|
id = "engine_ion"
|
|
build_path = /obj/item/circuitboard/machine/shuttle/engine/ion
|
|
category = list ("Shuttle Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/shuttle/engine/void
|
|
name = "Machine Design (Void Thruster Board)"
|
|
desc = "The circuit board for a void thruster."
|
|
id = "engine_void"
|
|
build_path = /obj/item/circuitboard/machine/shuttle/engine/void
|
|
category = list ("Shuttle Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/shuttle/engine/heater
|
|
name = "Machine Design (Engine Heater Board)"
|
|
desc = "The circuit board for an engine heater."
|
|
id = "engine_heater"
|
|
build_path = /obj/item/circuitboard/machine/shuttle/heater
|
|
category = list ("Shuttle Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/shuttle/engine/capacitor_bank
|
|
name = "Machine Design (Capacitor Bank Board)"
|
|
desc = "The circuit board for a capacitor bank."
|
|
id = "engine_capacitor_bank"
|
|
build_path = /obj/item/circuitboard/machine/shuttle/capacitor_bank
|
|
category = list ("Shuttle 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 ("Shuttle Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/medical_kiosk
|
|
name = "Machine Design (Medical Kiosk)"
|
|
desc = "The circuit board for a Medical Kiosk."
|
|
id = "medical_kiosk"
|
|
build_path = /obj/item/circuitboard/machine/medical_kiosk
|
|
category = list ("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/smes
|
|
name = "Machine Design (SMES Board)"
|
|
desc = "The circuit board for an 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/igniter
|
|
name = "Machine Design (Floor Igniter)"
|
|
desc = "The circuit board for a floor igniter."
|
|
id = "floorigniter"
|
|
build_path = /obj/item/circuitboard/machine/igniter
|
|
category = list("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/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 | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/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/particle_emitter
|
|
name = "Machine Design (Particle Emitter Board)"
|
|
desc = "The circuit board for an particle emitter."
|
|
id = "particle_emitter"
|
|
build_path = /obj/item/circuitboard/machine/emitter/particle
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/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 | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/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 | 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/space_heater
|
|
name = "Machine Design (Space Heater Board)"
|
|
desc = "The circuit board for a space heater."
|
|
id = "space_heater"
|
|
build_path = /obj/item/circuitboard/machine/space_heater
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = ALL
|
|
|
|
/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_ENGINEERING | 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_ENGINEERING | 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_ENGINEERING | 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_ENGINEERING | 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_ENGINEERING | 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_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/sleeper //yogs start: no deletion :)
|
|
name = "Machine Design (Sleeper Board)"
|
|
desc = "The circuit board for a sleeper."
|
|
id = "sleeper"
|
|
build_path = /obj/item/circuitboard/machine/sleeper
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
|
|
category = list ("Medical Machinery") //yogs end
|
|
|
|
/datum/design/board/cryotube
|
|
name = "Machine Design (Cryotube Board)"
|
|
desc = "The circuit board for a cryotube."
|
|
id = "cryotube"
|
|
build_path = /obj/item/circuitboard/machine/cryo_tube
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
|
|
category = list ("Medical Machinery")
|
|
|
|
/datum/design/board/chem_dispenser
|
|
name = "Machine Design (Portable Chem Dispenser Board)"
|
|
desc = "The circuit board for a portable chem dispenser."
|
|
id = "chem_dispenser"
|
|
build_path = /obj/item/circuitboard/machine/chem_dispenser
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
|
|
category = list ("Medical Machinery")
|
|
|
|
/datum/design/board/chem_master
|
|
name = "Machine Design (Chem Master Board)"
|
|
desc = "The circuit board for a Chem Master 3000."
|
|
id = "chem_master"
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
|
|
build_path = /obj/item/circuitboard/machine/chem_master
|
|
category = list ("Medical Machinery")
|
|
|
|
/datum/design/board/chem_heater
|
|
name = "Machine Design (Chemical Heater Board)"
|
|
desc = "The circuit board for a chemical heater."
|
|
id = "chem_heater"
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
|
|
build_path = /obj/item/circuitboard/machine/chem_heater
|
|
category = list ("Medical Machinery")
|
|
|
|
/datum/design/board/smoke_machine
|
|
name = "Machine Design (Smoke Machine)"
|
|
desc = "The circuit board for a smoke machine."
|
|
id = "smoke_machine"
|
|
build_path = /obj/item/circuitboard/machine/smoke_machine
|
|
category = list ("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/reagentgrinder
|
|
name = "Machine Design (All-In-One Grinder)"
|
|
desc = "The circuit board for an All-In-One Grinder."
|
|
id = "reagentgrinder"
|
|
build_path = /obj/item/circuitboard/machine/reagentgrinder
|
|
category = list ("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/clonecontrol
|
|
name = "Computer Design (Cloning Machine Console)"
|
|
desc = "Allows for the construction of circuit boards used to build a cloning machine console."
|
|
id = "clonecontrol"
|
|
build_path = /obj/item/circuitboard/computer/cloning
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
category = list("Medical Machinery")
|
|
|
|
/datum/design/board/clonepod
|
|
name = "Machine Design (Clone Pod)"
|
|
desc = "Allows for the construction of circuit boards used to build a cloning pod."
|
|
id = "clonepod"
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
build_path = /obj/item/circuitboard/machine/clonepod
|
|
category = list("Medical Machinery")
|
|
|
|
/datum/design/board/clonescanner
|
|
name = "Machine Design (Cloning Scanner)"
|
|
desc = "Allows for the construction of circuit boards used to build a cloning scanner."
|
|
id = "clonescanner"
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
build_path = /obj/item/circuitboard/machine/clonescanner
|
|
category = list("Medical Machinery")
|
|
|
|
/datum/design/board/biogenerator
|
|
name = "Machine Design (Biogenerator Board)"
|
|
desc = "The circuit board for a biogenerator."
|
|
id = "biogenerator"
|
|
build_path = /obj/item/circuitboard/machine/biogenerator
|
|
category = list ("Hydroponics Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/hydroponics
|
|
name = "Machine Design (Hydroponics Tray Board)"
|
|
desc = "The circuit board for a hydroponics tray."
|
|
id = "hydro_tray"
|
|
build_path = /obj/item/circuitboard/machine/hydroponics
|
|
category = list ("Hydroponics Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/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/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/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
|
|
|
|
/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/microwave
|
|
name = "Machine Design (Microwave Board)"
|
|
desc = "The circuit board for a microwave."
|
|
id = "microwave"
|
|
build_path = /obj/item/circuitboard/machine/microwave
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/gibber
|
|
name = "Machine Design (Gibber Board)"
|
|
desc = "The circuit board for a gibber."
|
|
id = "gibber"
|
|
build_path = /obj/item/circuitboard/machine/gibber
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/smartfridge
|
|
name = "Machine Design (Smartfridge Board)"
|
|
desc = "The circuit board for a smartfridge."
|
|
id = "smartfridge"
|
|
build_path = /obj/item/circuitboard/machine/smartfridge
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/monkey_recycler
|
|
name = "Machine Design (Monkey Recycler Board)"
|
|
desc = "The circuit board for a monkey recycler."
|
|
id = "monkey_recycler"
|
|
build_path = /obj/item/circuitboard/machine/monkey_recycler
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/seed_extractor
|
|
name = "Machine Design (Seed Extractor Board)"
|
|
desc = "The circuit board for a seed extractor."
|
|
id = "seed_extractor"
|
|
build_path = /obj/item/circuitboard/machine/seed_extractor
|
|
category = list ("Hydroponics Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/processor
|
|
name = "Machine Design (Food/Slime Processor Board)"
|
|
desc = "The circuit board for a processing unit. Screwdriver the circuit to switch between food (default) or slime processing."
|
|
id = "processor"
|
|
build_path = /obj/item/circuitboard/machine/processor
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/soda_dispenser
|
|
name = "Machine Design (Portable Soda Dispenser Board)"
|
|
desc = "The circuit board for a portable soda dispenser."
|
|
id = "soda_dispenser"
|
|
build_path = /obj/item/circuitboard/machine/chem_dispenser/drinks
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
category = list ("Misc. Machinery")
|
|
|
|
/datum/design/board/beer_dispenser
|
|
name = "Machine Design (Portable Booze Dispenser Board)"
|
|
desc = "The circuit board for a portable booze dispenser."
|
|
id = "beer_dispenser"
|
|
build_path = /obj/item/circuitboard/machine/chem_dispenser/drinks/beer
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
category = list ("Misc. Machinery")
|
|
|
|
/datum/design/board/recycler
|
|
name = "Machine Design (Recycler Board)"
|
|
desc = "The circuit board for a recycler."
|
|
id = "recycler"
|
|
build_path = /obj/item/circuitboard/machine/recycler
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/scanner_gate
|
|
name = "Machine Design (Scanner Gate)"
|
|
desc = "The circuit board for a scanner gate."
|
|
id = "scanner_gate"
|
|
build_path = /obj/item/circuitboard/machine/scanner_gate
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/holopad
|
|
name = "Machine Design (AI Holopad Board)"
|
|
desc = "The circuit board for a holopad."
|
|
id = "holopad"
|
|
build_path = /obj/item/circuitboard/machine/holopad
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/autolathe
|
|
name = "Machine Design (Autolathe Board)"
|
|
desc = "The circuit board for an autolathe."
|
|
id = "autolathe"
|
|
build_path = /obj/item/circuitboard/machine/autolathe
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL //Lets be honest here half the maps have public ones.
|
|
|
|
/datum/design/board/recharger
|
|
name = "Machine Design (Weapon Recharger Board)"
|
|
desc = "The circuit board for a Weapon Recharger."
|
|
id = "recharger"
|
|
materials = list(/datum/material/glass = 1000, /datum/material/gold = 2000)
|
|
build_path = /obj/item/circuitboard/machine/recharger
|
|
category = list("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/vendor
|
|
name = "Machine Design (Vendor Board)"
|
|
desc = "The circuit board for a Vendor."
|
|
id = "vendor"
|
|
build_path = /obj/item/circuitboard/machine/vendor
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/ore_redemption
|
|
name = "Machine Design (Ore Redemption Board)"
|
|
desc = "The circuit board for an Ore Redemption machine."
|
|
id = "ore_redemption"
|
|
build_path = /obj/item/circuitboard/machine/ore_redemption
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/mining_equipment_vendor
|
|
name = "Machine Design (Mining Rewards Vendor Board)"
|
|
desc = "The circuit board for a Mining Rewards Vendor."
|
|
id = "mining_equipment_vendor"
|
|
build_path = /obj/item/circuitboard/machine/mining_equipment_vendor
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_CARGO
|
|
|
|
/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/plantgenes
|
|
name = "Machine Design (Plant DNA Manipulator Board)"
|
|
desc = "The circuit board for a plant DNA manipulator."
|
|
id = "plantgenes"
|
|
build_path = /obj/item/circuitboard/machine/plantgenes
|
|
category = list ("Hydroponics Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/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/limbgrower
|
|
name = "Machine Design (Limb Grower Board)"
|
|
desc = "The circuit board for a limb grower."
|
|
id = "limbgrower"
|
|
build_path = /obj/item/circuitboard/machine/limbgrower
|
|
category = list("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/harvester
|
|
name = "Machine Design (Organ Harvester Board)"
|
|
desc = "The circuit board for an organ harvester."
|
|
id = "harvester"
|
|
build_path = /obj/item/circuitboard/machine/harvester
|
|
category = list("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/deepfryer
|
|
name = "Machine Design (Deep Fryer)"
|
|
desc = "The circuit board for a Deep Fryer."
|
|
id = "deepfryer"
|
|
build_path = /obj/item/circuitboard/machine/deep_fryer
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/griddle
|
|
name = "Machine Design (Griddle)"
|
|
desc = "The circuit board for a Griddle."
|
|
id = "griddle"
|
|
build_path = /obj/item/circuitboard/machine/griddle
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/oven
|
|
name = "Machine Design (Oven)"
|
|
desc = "The circuit board for an Oven."
|
|
id = "oven"
|
|
build_path = /obj/item/circuitboard/machine/oven
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/donksofttoyvendor
|
|
name = "Machine Design (Donksoft Toy Vendor Board)"
|
|
desc = "The circuit board for a Donksoft Toy Vendor."
|
|
id = "donksofttoyvendor"
|
|
build_path = /obj/item/circuitboard/machine/vending/donksofttoyvendor
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL //Toys!!
|
|
|
|
/datum/design/board/cell_charger
|
|
name = "Machine Design (Cell Charger Board)"
|
|
desc = "The circuit board for a cell charger."
|
|
id = "cell_charger"
|
|
build_path = /obj/item/circuitboard/machine/cell_charger
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/dish_drive
|
|
name = "Machine Design (Dish Drive)"
|
|
desc = "The circuit board for a dish drive."
|
|
id = "dish_drive"
|
|
build_path = /obj/item/circuitboard/machine/dish_drive
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/ticket_machine
|
|
name = "Machine Design (Ticket Machine)"
|
|
desc = "The circuit board for a ticket machine."
|
|
id = "ticket_machine"
|
|
build_path = /obj/item/circuitboard/machine/ticketmachine
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SERVICE | DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/inspector_booth
|
|
name = "Machine Design (Inspector Booth)"
|
|
desc = "The circuit board for an inspector booth."
|
|
id = "inspector_booth"
|
|
build_path = /obj/item/circuitboard/machine/inspector_booth
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/stacking_unit_console
|
|
name = "Machine Design (Stacking Machine Console)"
|
|
desc = "The circuit board for a Stacking Machine Console."
|
|
id = "stack_console"
|
|
build_path = /obj/item/circuitboard/machine/stacking_unit_console
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/stacking_machine
|
|
name = "Machine Design (Stacking Machine)"
|
|
desc = "The circuit board for a Stacking Machine."
|
|
id = "stack_machine"
|
|
build_path = /obj/item/circuitboard/machine/stacking_machine
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/ore_silo
|
|
name = "Machine Design (Ore Silo)"
|
|
desc = "The circuit board for an ore silo."
|
|
id = "ore_silo"
|
|
build_path = /obj/item/circuitboard/machine/ore_silo
|
|
category = list ("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
|
|
|
/datum/design/board/paystand
|
|
name = "Machine Design (Pay Stand)"
|
|
desc = "The circuit board for a paystand."
|
|
id = "paystand"
|
|
build_path = /obj/item/circuitboard/machine/paystand
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
|
|
|
/datum/design/board/fat_sucker
|
|
name = "Machine Design (Lipid Extractor)"
|
|
desc = "The circuit board for a lipid extractor."
|
|
id = "fat_sucker"
|
|
build_path = /obj/item/circuitboard/machine/fat_sucker
|
|
category = list ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/datum/design/board/stasis
|
|
name = "Machine Design (Lifeform Stasis Unit)"
|
|
desc = "The circuit board for a stasis unit."
|
|
id = "stasis"
|
|
build_path = /obj/item/circuitboard/machine/stasis
|
|
category = list("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/electrolyzer
|
|
name = "Machine Design (Electrolyzer Board)"
|
|
desc = "The circuit board for an electrolyzer."
|
|
id = "electrolyzer"
|
|
build_path = /obj/item/circuitboard/machine/electrolyzer
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/suit_storage_unit
|
|
name = "Machine Design (Suit Storage Unit)"
|
|
desc = "The circuit board for a suit storage unit."
|
|
id = "suit_storage_unit"
|
|
build_path = /obj/item/circuitboard/machine/suit_storage_unit
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/decontamination_unit
|
|
name = "Machine Design (Decontamination Unit)"
|
|
desc = "The circuit board for a decontamination unit."
|
|
id = "decontamination_unit"
|
|
build_path = /obj/item/circuitboard/machine/decontamination_unit
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/crystallizer
|
|
name = "Machine Design (Crystallizer)"
|
|
desc = "The circuit board for a crystallizer."
|
|
id = "crystallizer"
|
|
build_path = /obj/item/circuitboard/machine/crystallizer
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/server_cabinet
|
|
name = "Machine Design (Server Cabinet Board)"
|
|
desc = "The circuit board for a server cabinet."
|
|
id = "server_cabinet"
|
|
build_path = /obj/item/circuitboard/machine/server_cabinet
|
|
category = list("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/ai_data_core
|
|
name = "Machine Design (AI Data Core Board)"
|
|
desc = "The circuit board for an AI data core."
|
|
id = "ai_data_core"
|
|
build_path = /obj/item/circuitboard/machine/ai_data_core
|
|
category = list("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/ai_core_display
|
|
name = "Machine Design (AI Core Display Board)"
|
|
desc = "The circuit board for an AI core display."
|
|
id = "ai_core_display"
|
|
build_path = /obj/item/circuitboard/machine/ai_core_display
|
|
category = list("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/rack_creator
|
|
name = "Machine Design (Rack Creator Board)"
|
|
desc = "The circuit board for a rack creator."
|
|
id = "rack_creator"
|
|
build_path = /obj/item/circuitboard/machine/rack_creator
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/plort
|
|
name = "Machine Design (Plort Redemption Machine)"
|
|
desc = "The circuit board for a plort redemption machine."
|
|
id = "plort"
|
|
build_path = /obj/item/circuitboard/machine/plort
|
|
category = list("Research Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/datum/design/board/reactor_control
|
|
name = "Computer Design (Reactor Control)"
|
|
desc = "The circuit board for a reactor control console."
|
|
id = "reactor_control"
|
|
build_path = /obj/item/circuitboard/computer/reactor
|
|
category = list ("Engineering Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
|
|
|
/datum/design/board/mindmachine_hub
|
|
name = "Machine Design (Mind Machine Hub)"
|
|
desc = "The circuit board for a mind machine hub."
|
|
id = "mindmachine_hub"
|
|
build_path = /obj/item/circuitboard/machine/mindmachine_hub
|
|
category = list("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/mindmachine_pod
|
|
name = "Machine Design (Mind Machine Pod)"
|
|
desc = "The circuit board for a mind machine pod."
|
|
id = "mindmachine_pod"
|
|
build_path = /obj/item/circuitboard/machine/mindmachine_pod
|
|
category = list("Medical Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
|
|
/datum/design/board/mass_driver
|
|
name = "Machine Design (Mass Driver)"
|
|
desc = "The circuit board for a mass driver."
|
|
id = "mass_driver"
|
|
build_path = /obj/item/circuitboard/machine/mass_driver
|
|
category = list("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|