/////////////////////////////////// /////Non-Board Computer Stuff////// /////////////////////////////////// /datum/design/intellicard name = "Intellicard AI Transportation System" desc = "Allows for the construction of an intellicard." id = "intellicard" build_type = PROTOLATHE materials = list(/datum/material/glass = 1000, /datum/material/gold = 200) build_path = /obj/item/aicard category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/paicard name = "Personal Artificial Intelligence Card" desc = "Allows for the construction of a pAI Card." id = "paicard" build_type = PROTOLATHE materials = list(/datum/material/glass = 500, /datum/material/iron = 500) build_path = /obj/item/paicard category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_ALL /////////////////////////////////// //////////Nanite Devices/////////// /////////////////////////////////// /datum/design/nanite_remote name = "Nanite Remote" desc = "Allows for the construction of a nanite remote." id = "nanite_remote" build_type = PROTOLATHE materials = list(/datum/material/glass = 500, /datum/material/iron = 500) build_path = /obj/item/nanite_remote category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/nanite_comm_remote name = "Nanite Communication Remote" desc = "Allows for the construction of a nanite communication remote." id = "nanite_comm_remote" build_type = PROTOLATHE materials = list(/datum/material/glass = 500, /datum/material/iron = 500) build_path = /obj/item/nanite_remote/comm category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/nanite_scanner name = "Nanite Scanner" desc = "Allows for the construction of a nanite scanner." id = "nanite_scanner" build_type = PROTOLATHE materials = list(/datum/material/glass = 500, /datum/material/iron = 500) build_path = /obj/item/nanite_scanner category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE //////////////////////////////////////// //////////Disk Construction Disks/////// //////////////////////////////////////// /datum/design/design_disk name = "Design Storage Disk" desc = "Produce additional disks for storing device designs." id = "design_disk" build_type = PROTOLATHE | AUTOLATHE materials = list(/datum/material/iron = 300, /datum/material/glass = 100) build_path = /obj/item/disk/design_disk category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/design_disk_adv name = "Advanced Design Storage Disk" desc = "Produce additional disks for storing device designs." id = "design_disk_adv" build_type = PROTOLATHE materials = list(/datum/material/iron = 300, /datum/material/glass = 100, /datum/material/silver=50) build_path = /obj/item/disk/design_disk/adv category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/tech_disk name = "Technology Data Storage Disk" desc = "Produce additional disks for storing technology data." id = "tech_disk" build_type = PROTOLATHE | AUTOLATHE materials = list(/datum/material/iron = 300, /datum/material/glass = 100) build_path = /obj/item/disk/tech_disk category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/nanite_disk name = "Nanite Program Disk" desc = "Stores nanite programs." id = "nanite_disk" build_type = PROTOLATHE materials = list(/datum/material/iron = 300, /datum/material/glass = 100) build_path = /obj/item/disk/nanite_program category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/integrated_printer name = "Integrated circuit printer" desc = "This machine provides all necessary things for circuitry." id = "icprinter" build_type = PROTOLATHE materials = list(/datum/material/glass = 5000, /datum/material/iron = 10000) build_path = /obj/item/integrated_circuit_printer category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/IC_printer_upgrade_advanced name = "Integrated circuit printer upgrade: Advanced Designs" desc = "This disk allows for integrated circuit printers to print advanced circuitry designs." id = "icupgadv" build_type = PROTOLATHE materials = list(/datum/material/glass = 10000, /datum/material/iron = 10000) build_path = /obj/item/disk/integrated_circuit/upgrade/advanced category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/IC_printer_upgrade_clone name = "Integrated circuit printer upgrade: Instant Cloning" desc = "This disk allows for integrated circuit printers to clone designs instantaneously." id = "icupgclo" build_type = PROTOLATHE materials = list(/datum/material/glass = 10000, /datum/material/iron = 10000) build_path = /obj/item/disk/integrated_circuit/upgrade/clone category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE //CIT ADDITIONS /datum/design/drone_shell name = "Drone Shell" desc = "A shell of a maintenance drone, an expendable robot built to perform station repairs." id = "drone_shell" build_type = MECHFAB | PROTOLATHE materials = list(/datum/material/iron = 800, /datum/material/glass = 350) construction_time = 150 build_path = /obj/item/drone_shell category = list("Misc") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/xenobio_upgrade name = "owo" desc = "someone's bussin" build_type = PROTOLATHE materials = list(/datum/material/iron = 300, /datum/material/glass = 100) category = list("Electronics") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE /datum/design/xenobio_upgrade/xenobiomonkeys name = "Xenobiology console monkey upgrade disk" desc = "This disk will add the ability to remotely recycle monkeys via the Xenobiology console." id = "xenobio_monkeys" build_path = /obj/item/disk/xenobio_console_upgrade/monkey /datum/design/xenobio_upgrade/xenobioslimebasic name = "Xenobiology console basic slime upgrade disk" desc = "This disk will add the ability to remotely manipulate slimes via the Xenobiology console." id = "xenobio_slimebasic" build_path = /obj/item/disk/xenobio_console_upgrade/slimebasic /datum/design/xenobio_upgrade/xenobioslimeadv name = "Xenobiology console advanced slime upgrade disk" desc = "This disk will add the ability to remotely feed slimes potions via the Xenobiology console, and lift the restrictions on the number of slimes that can be stored inside the Xenobiology console. This includes the contents of the basic slime upgrade disk." id = "xenobio_slimeadv" build_path = /obj/item/disk/xenobio_console_upgrade/slimeadv