mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 20:37:45 +01:00
91 lines
3.4 KiB
Plaintext
91 lines
3.4 KiB
Plaintext
///////////////////
|
|
///CIV Boards///
|
|
///////////////////
|
|
/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/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 ("Misc. Machinery")
|
|
departmental_flags = 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/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 ("Misc. Machinery")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
|
|
|
/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/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/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/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_SERVICE | DEPARTMENTAL_FLAG_SCIENCE
|
|
|
|
/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_SERVICE | DEPARTMENTAL_FLAG_SCIENCE
|