Removes devices

This commit is contained in:
atermonera
2022-04-17 00:10:48 -08:00
parent 7a9806d9b4
commit 9d71839ac6
600 changed files with 5636 additions and 5530 deletions

View File

@@ -9,7 +9,7 @@
req_tech = list(TECH_DATA = 2, TECH_BIO = 3)
build_type = PROTOLATHE | PROSFAB
materials = list(MAT_STEEL = 1000, "glass" = 500)
build_path = /obj/item/device/mmi
build_path = /obj/item/mmi
category = "Misc"
sort_string = "SAAAA"
@@ -19,7 +19,7 @@
req_tech = list(TECH_ENGINEERING = 4, TECH_MATERIAL = 6, TECH_BLUESPACE = 2, TECH_DATA = 4)
build_type = PROTOLATHE | PROSFAB
materials = list(MAT_STEEL = 2000, "glass" = 1000, "silver" = 1000, "gold" = 500, "phoron" = 500, "diamond" = 100)
build_path = /obj/item/device/mmi/digital/posibrain
build_path = /obj/item/mmi/digital/posibrain
category = "Misc"
sort_string = "SAAAB"
@@ -29,7 +29,7 @@
req_tech = list(TECH_ENGINEERING = 4, TECH_MATERIAL = 5, TECH_DATA = 4)
build_type = PROTOLATHE | PROSFAB
materials = list(MAT_STEEL = 2000, "glass" = 1000, "silver" = 1000, "gold" = 500)
build_path = /obj/item/device/mmi/digital/robot
build_path = /obj/item/mmi/digital/robot
category = "Misc"
sort_string = "SAAAC"
@@ -38,7 +38,7 @@
id = "paicard"
req_tech = list(TECH_DATA = 2)
materials = list("glass" = 500, MAT_STEEL = 500)
build_path = /obj/item/device/paicard
build_path = /obj/item/paicard
sort_string = "SBAAA"
/datum/design/item/ai_holder/intellicard
@@ -47,5 +47,5 @@
id = "intellicore"
req_tech = list(TECH_DATA = 4, TECH_MATERIAL = 4)
materials = list("glass" = 1000, "gold" = 200)
build_path = /obj/item/device/aicard
build_path = /obj/item/aicard
sort_string = "SCAAA"

View File

@@ -11,28 +11,28 @@
desc = "A device for analyzing chemicals in blood."
id = "mass_spectrometer"
req_tech = list(TECH_BIO = 2, TECH_MAGNET = 2)
build_path = /obj/item/device/mass_spectrometer
build_path = /obj/item/mass_spectrometer
sort_string = "JAAAA"
/datum/design/item/biotech/adv_mass_spectrometer
desc = "A device for analyzing chemicals in blood and their quantities."
id = "adv_mass_spectrometer"
req_tech = list(TECH_BIO = 2, TECH_MAGNET = 4)
build_path = /obj/item/device/mass_spectrometer/adv
build_path = /obj/item/mass_spectrometer/adv
sort_string = "JAAAB"
/datum/design/item/biotech/reagent_scanner
desc = "A device for identifying chemicals."
id = "reagent_scanner"
req_tech = list(TECH_BIO = 2, TECH_MAGNET = 2)
build_path = /obj/item/device/reagent_scanner
build_path = /obj/item/reagent_scanner
sort_string = "JAABA"
/datum/design/item/biotech/adv_reagent_scanner
desc = "A device for identifying chemicals and their proportions."
id = "adv_reagent_scanner"
req_tech = list(TECH_BIO = 2, TECH_MAGNET = 4)
build_path = /obj/item/device/reagent_scanner/adv
build_path = /obj/item/reagent_scanner/adv
sort_string = "JAABB"
/datum/design/item/biotech/robot_scanner
@@ -40,7 +40,7 @@
id = "robot_scanner"
req_tech = list(TECH_MAGNET = 3, TECH_BIO = 2, TECH_ENGINEERING = 3)
materials = list(MAT_STEEL = 500, "glass" = 200)
build_path = /obj/item/device/robotanalyzer
build_path = /obj/item/robotanalyzer
sort_string = "JAACA"
/datum/design/item/biotech/nanopaste
@@ -56,6 +56,6 @@
id = "plant_analyzer"
req_tech = list(TECH_MAGNET = 2, TECH_BIO = 2)
materials = list(MAT_STEEL = 500, "glass" = 500)
build_path = /obj/item/device/analyzer/plant_analyzer
build_path = /obj/item/analyzer/plant_analyzer
sort_string = "JAADA"

View File

@@ -10,7 +10,7 @@
id = "ic_printer"
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 4, TECH_DATA = 5)
materials = list(MAT_STEEL = 10000)
build_path = /obj/item/device/integrated_circuit_printer
build_path = /obj/item/integrated_circuit_printer
sort_string = "UAAAA"
/datum/design/item/integrated_circuitry/custom_circuit_printer_upgrade
@@ -27,7 +27,7 @@
id = "wirer"
req_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 5000, "glass" = 2500)
build_path = /obj/item/device/integrated_electronics/wirer
build_path = /obj/item/integrated_electronics/wirer
sort_string = "UCAAA"
/datum/design/item/integrated_circuitry/debugger
@@ -35,7 +35,7 @@
id = "debugger"
req_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 5000, "glass" = 2500)
build_path = /obj/item/device/integrated_electronics/debugger
build_path = /obj/item/integrated_electronics/debugger
sort_string = "UCBBB"
// Assemblies
@@ -50,7 +50,7 @@
id = "assembly-small"
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 2, TECH_POWER = 2)
materials = list(MAT_STEEL = 10000)
build_path = /obj/item/device/electronic_assembly
build_path = /obj/item/electronic_assembly
sort_string = "UDAAA"
/datum/design/item/integrated_circuitry/assembly/custom_circuit_assembly_medium
@@ -59,7 +59,7 @@
id = "assembly-medium"
req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 3, TECH_POWER = 3)
materials = list(MAT_STEEL = 20000)
build_path = /obj/item/device/electronic_assembly/medium
build_path = /obj/item/electronic_assembly/medium
sort_string = "UDAAB"
/datum/design/item/integrated_circuitry/assembly/custom_circuit_assembly_large
@@ -68,7 +68,7 @@
id = "assembly-large"
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 4, TECH_POWER = 4)
materials = list(MAT_STEEL = 40000)
build_path = /obj/item/device/electronic_assembly/large
build_path = /obj/item/electronic_assembly/large
sort_string = "UDAAC"
/datum/design/item/integrated_circuitry/assembly/custom_circuit_assembly_drone
@@ -77,7 +77,7 @@
id = "assembly-drone"
req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 4, TECH_POWER = 4)
materials = list(MAT_STEEL = 30000)
build_path = /obj/item/device/electronic_assembly/drone
build_path = /obj/item/electronic_assembly/drone
sort_string = "UDAAD"
/datum/design/item/integrated_circuitry/assembly/custom_circuit_assembly_device
@@ -86,7 +86,7 @@
id = "assembly-device"
req_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2, TECH_POWER = 2)
materials = list(MAT_STEEL = 5000)
build_path = /obj/item/device/assembly/electronic_assembly
build_path = /obj/item/assembly/electronic_assembly
sort_string = "UDAAE"
/datum/design/item/integrated_circuitry/assembly/custom_circuit_assembly_implant

View File

@@ -43,7 +43,7 @@
id = "tscanner"
req_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2, TECH_MATERIAL = 2)
materials = list(MAT_STEEL = 200)
build_path = /obj/item/device/t_scanner
build_path = /obj/item/t_scanner
sort_string = "NBAAA"
/datum/design/item/engineering/t_scanner_upg
@@ -52,7 +52,7 @@
id = "upgradedtscanner"
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 4, TECH_MATERIAL = 2)
materials = list(MAT_STEEL = 500, "phoron" = 150)
build_path = /obj/item/device/t_scanner/upgraded
build_path = /obj/item/t_scanner/upgraded
sort_string = "NBAAB"
/datum/design/item/engineering/t_scanner_adv
@@ -61,7 +61,7 @@
id = "advancedtscanner"
req_tech = list(TECH_MAGNET = 6, TECH_ENGINEERING = 6, TECH_MATERIAL = 6)
materials = list(MAT_STEEL = 1250, "phoron" = 500, "silver" = 50)
build_path = /obj/item/device/t_scanner/advanced
build_path = /obj/item/t_scanner/advanced
sort_string = "NBAAC"
/datum/design/item/engineering/atmosanalyzer
@@ -70,5 +70,5 @@
id = "atmosanalyzer"
req_tech = list(TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 200, "glass" = 100)
build_path = /obj/item/device/analyzer
build_path = /obj/item/analyzer
sort_string = "NBABA"

View File

@@ -11,49 +11,49 @@
/datum/design/item/gps/generic
name = "GEN"
id = "gps_gen"
build_path = /obj/item/device/gps
build_path = /obj/item/gps
sort_string = "DAAAA"
/datum/design/item/gps/command
name = "COM"
id = "gps_com"
build_path = /obj/item/device/gps/command
build_path = /obj/item/gps/command
sort_string = "DAAAB"
/datum/design/item/gps/security
name = "SEC"
id = "gps_sec"
build_path = /obj/item/device/gps/security
build_path = /obj/item/gps/security
sort_string = "DAAAC"
/datum/design/item/gps/medical
name = "MED"
id = "gps_med"
build_path = /obj/item/device/gps/medical
build_path = /obj/item/gps/medical
sort_string = "DAAAD"
/datum/design/item/gps/engineering
name = "ENG"
id = "gps_eng"
build_path = /obj/item/device/gps/engineering
build_path = /obj/item/gps/engineering
sort_string = "DAAAE"
/datum/design/item/gps/science
name = "SCI"
id = "gps_sci"
build_path = /obj/item/device/gps/science
build_path = /obj/item/gps/science
sort_string = "DAAAF"
/datum/design/item/gps/mining
name = "MINE"
id = "gps_mine"
build_path = /obj/item/device/gps/mining
build_path = /obj/item/gps/mining
sort_string = "DAAAG"
/datum/design/item/gps/explorer
name = "EXP"
id = "gps_exp"
build_path = /obj/item/device/gps/explorer
build_path = /obj/item/gps/explorer
sort_string = "DAAAH"
// Other locators
@@ -68,7 +68,7 @@
id = "beacon_locator"
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 2, TECH_BLUESPACE = 3)
materials = list(MAT_STEEL = 1000,"glass" = 500)
build_path = /obj/item/device/beacon_locator
build_path = /obj/item/beacon_locator
sort_string = "DBAAA"
/datum/design/item/locator/beacon
@@ -76,5 +76,5 @@
id = "beacon"
req_tech = list(TECH_BLUESPACE = 1)
materials = list (MAT_STEEL = 20, "glass" = 10)
build_path = /obj/item/device/radio/beacon
build_path = /obj/item/radio/beacon
sort_string = "DBABA"

View File

@@ -76,7 +76,7 @@
id = "medical_analyzer"
req_tech = list(TECH_MAGNET = 2, TECH_BIO = 2)
materials = list(MAT_STEEL = 500, "glass" = 500)
build_path = /obj/item/device/healthanalyzer
build_path = /obj/item/healthanalyzer
sort_string = "KBAAA"
/datum/design/item/medical/improved_analyzer
@@ -85,7 +85,7 @@
id = "improved_analyzer"
req_tech = list(TECH_MAGNET = 5, TECH_BIO = 6)
materials = list(MAT_STEEL = 2000, "glass" = 1000, "silver" = 1000, "gold" = 1500)
build_path = /obj/item/device/healthanalyzer/improved
build_path = /obj/item/healthanalyzer/improved
sort_string = "KBAAB"
/datum/design/item/medical/advanced_roller

View File

@@ -46,5 +46,5 @@
id = "depth_scanner"
req_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2, TECH_BLUESPACE = 2)
materials = list(MAT_STEEL = 1000,"glass" = 1000)
build_path = /obj/item/device/depth_scanner
build_path = /obj/item/depth_scanner
sort_string = "FBAAA"

View File

@@ -9,7 +9,7 @@
id = "communicator"
req_tech = list(TECH_DATA = 2, TECH_MAGNET = 2)
materials = list(MAT_STEEL = 500, "glass" = 500)
build_path = /obj/item/device/communicator
build_path = /obj/item/communicator
sort_string = "TAAAA"
/datum/design/item/general/laserpointer
@@ -18,7 +18,7 @@
id = "laser_pointer"
req_tech = list(TECH_MAGNET = 3)
materials = list(MAT_STEEL = 100, "glass" = 50)
build_path = /obj/item/device/laser_pointer
build_path = /obj/item/laser_pointer
sort_string = "TAABA"
/datum/design/item/general/translator
@@ -26,7 +26,7 @@
id = "translator"
req_tech = list(TECH_DATA = 3, TECH_ENGINEERING = 3)
materials = list(MAT_STEEL = 3000, "glass" = 3000)
build_path = /obj/item/device/universal_translator
build_path = /obj/item/universal_translator
sort_string = "TAACA"
/datum/design/item/general/ear_translator
@@ -34,7 +34,7 @@
id = "ear_translator"
req_tech = list(TECH_DATA = 5, TECH_ENGINEERING = 5) //It's been hella miniaturized.
materials = list(MAT_STEEL = 2000, "glass" = 2000, "gold" = 1000)
build_path = /obj/item/device/universal_translator/ear
build_path = /obj/item/universal_translator/ear
sort_string = "TAACB"
/datum/design/item/general/light_replacer
@@ -43,7 +43,7 @@
id = "light_replacer"
req_tech = list(TECH_MAGNET = 3, TECH_MATERIAL = 4)
materials = list(MAT_STEEL = 1500, "silver" = 150, "glass" = 3000)
build_path = /obj/item/device/lightreplacer
build_path = /obj/item/lightreplacer
sort_string = "TAADA"
/datum/design/item/general/binaryencrypt
@@ -52,7 +52,7 @@
id = "binaryencrypt"
req_tech = list(TECH_ILLEGAL = 2)
materials = list(MAT_STEEL = 300, "glass" = 300)
build_path = /obj/item/device/encryptionkey/binary
build_path = /obj/item/encryptionkey/binary
sort_string = "TBAAA"
/datum/design/item/general/chameleon
@@ -70,5 +70,5 @@
id = "bsflare"
req_tech = list(TECH_DATA = 3, TECH_BLUESPACE = 4)
materials = list(MAT_STEEL = 4000, MAT_GLASS = 2000, MAT_SILVER = 2000)
build_path = /obj/item/device/spaceflare
build_path = /obj/item/spaceflare
sort_string = "TBAAC"

View File

@@ -6,7 +6,7 @@
id = "pda"
req_tech = list(TECH_ENGINEERING = 2, TECH_POWER = 3)
materials = list(MAT_STEEL = 50, "glass" = 50)
build_path = /obj/item/device/pda
build_path = /obj/item/pda
sort_string = "WAAAA"
// Cartridges

View File

@@ -10,14 +10,14 @@
desc = "Aids in triangulation of exotic particles."
req_tech = list(TECH_BLUESPACE = 3, TECH_MAGNET = 3)
materials = list(MAT_STEEL = 10000,"glass" = 5000)
build_path = /obj/item/device/ano_scanner
build_path = /obj/item/ano_scanner
sort_string = "GAAAA"
/datum/design/item/weapon/xenoarch/xenoarch_multi_tool
name = "xenoarcheology multitool"
id = "xenoarch_multitool"
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 3, TECH_BLUESPACE = 3)
build_path = /obj/item/device/xenoarch_multi_tool
build_path = /obj/item/xenoarch_multi_tool
materials = list(MAT_STEEL = 2000, "glass" = 1000, "uranium" = 500, "phoron" = 500)
sort_string = "GAAAB"

View File

@@ -26,5 +26,5 @@
id = "slime_scanner"
req_tech = list(TECH_MAGNET = 2, TECH_BIO = 2)
materials = list(MAT_STEEL = 500, "glass" = 500)
build_path = /obj/item/device/slime_scanner
build_path = /obj/item/slime_scanner
sort_string = "HBAAA"

View File

@@ -767,7 +767,7 @@
req_tech = list(TECH_MAGNET = 3, TECH_COMBAT = 2)
build_type = MECHFAB
materials = list(MAT_STEEL = 562, MAT_GLASS = 562)
build_path = /obj/item/device/flash/synthetic
build_path = /obj/item/flash/synthetic
category = "Misc"
/*
@@ -1044,7 +1044,7 @@
/datum/design/item/mechfab/uav/basic
name = "UAV - Recon Skimmer"
id = "recon_skimmer"
build_path = /obj/item/device/uav
build_path = /obj/item/uav
time = 20
req_tech = list(TECH_MATERIAL = 6, TECH_ENGINEERING = 5, TECH_PHORON = 3, TECH_MAGNET = 4, TECH_POWER = 6)
materials = list(MAT_STEEL = 10000, MAT_GLASS = 6000, MAT_SILVER = 4000)

View File

@@ -369,7 +369,7 @@
/datum/design/item/prosfab/cyborg/component/ai_shell
name = "AI Remote Interface"
id = "mmi_ai_shell"
build_path = /obj/item/device/mmi/inert/ai_remote
build_path = /obj/item/mmi/inert/ai_remote
//////////////////// Cyborg Modules ////////////////////
/datum/design/item/prosfab/robot_upgrade