mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
@@ -661,7 +661,7 @@ datum/design/circuit/telepad
|
||||
id = "intellicard"
|
||||
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/weapon/aicard
|
||||
sort_string = "VACAA"
|
||||
|
||||
/datum/design/item/posibrain
|
||||
@@ -736,7 +736,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_basic"
|
||||
req_tech = list(TECH_DATA = 1, TECH_ENGINEERING = 1)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 100)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 400, "glass" = 100)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/
|
||||
sort_string = "VBAAA"
|
||||
|
||||
@@ -745,7 +745,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_advanced"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 200)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 800, "glass" = 200)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/advanced
|
||||
sort_string = "VBAAB"
|
||||
|
||||
@@ -754,7 +754,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_super"
|
||||
req_tech = list(TECH_DATA = 3, TECH_ENGINEERING = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000, "glass" = 400)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1600, "glass" = 400)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/super
|
||||
sort_string = "VBAAC"
|
||||
|
||||
@@ -763,7 +763,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_cluster"
|
||||
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 16000, "glass" = 800)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3200, "glass" = 800)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/cluster
|
||||
sort_string = "VBAAD"
|
||||
|
||||
@@ -772,7 +772,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_small"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 200)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 800, "glass" = 200)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/small
|
||||
sort_string = "VBAAE"
|
||||
|
||||
@@ -781,7 +781,7 @@ datum/design/circuit/telepad
|
||||
id = "hdd_micro"
|
||||
req_tech = list(TECH_DATA = 1, TECH_ENGINEERING = 1)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 100)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 400, "glass" = 100)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/micro
|
||||
sort_string = "VBAAF"
|
||||
|
||||
@@ -791,7 +791,7 @@ datum/design/circuit/telepad
|
||||
id = "netcard_basic"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 1)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500, "glass" = 100)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 250, "glass" = 100)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/network_card
|
||||
sort_string = "VBAAG"
|
||||
@@ -801,7 +801,7 @@ datum/design/circuit/telepad
|
||||
id = "netcard_advanced"
|
||||
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 200)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 500, "glass" = 200)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/network_card/advanced
|
||||
sort_string = "VBAAH"
|
||||
@@ -811,7 +811,7 @@ datum/design/circuit/telepad
|
||||
id = "netcard_wired"
|
||||
req_tech = list(TECH_DATA = 5, TECH_ENGINEERING = 3)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 400)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2500, "glass" = 400)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/network_card/wired
|
||||
sort_string = "VBAAI"
|
||||
@@ -822,7 +822,7 @@ datum/design/circuit/telepad
|
||||
id = "portadrive_basic"
|
||||
req_tech = list(TECH_DATA = 1)
|
||||
build_type = IMPRINTER
|
||||
materials = list("glass" = 8000)
|
||||
materials = list("glass" = 800)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/portable
|
||||
sort_string = "VBAAJ"
|
||||
@@ -832,7 +832,7 @@ datum/design/circuit/telepad
|
||||
id = "portadrive_advanced"
|
||||
req_tech = list(TECH_DATA = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list("glass" = 16000)
|
||||
materials = list("glass" = 1600)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/portable/advanced
|
||||
sort_string = "VBAAK"
|
||||
@@ -842,7 +842,7 @@ datum/design/circuit/telepad
|
||||
id = "portadrive_super"
|
||||
req_tech = list(TECH_DATA = 4)
|
||||
build_type = IMPRINTER
|
||||
materials = list("glass" = 32000)
|
||||
materials = list("glass" = 3200)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/hard_drive/portable/super
|
||||
sort_string = "VBAAL"
|
||||
@@ -853,7 +853,7 @@ datum/design/circuit/telepad
|
||||
id = "cardslot"
|
||||
req_tech = list(TECH_DATA = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 600)
|
||||
build_path = /obj/item/weapon/computer_hardware/card_slot
|
||||
sort_string = "VBAAM"
|
||||
|
||||
@@ -863,17 +863,17 @@ datum/design/circuit/telepad
|
||||
id = "nanoprinter"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 600)
|
||||
build_path = /obj/item/weapon/computer_hardware/nano_printer
|
||||
sort_string = "VBAAN"
|
||||
|
||||
// Card slot
|
||||
// Tesla Link
|
||||
/datum/design/item/modularcomponent/teslalink
|
||||
name = "tesla link"
|
||||
id = "teslalink"
|
||||
req_tech = list(TECH_DATA = 2, TECH_POWER = 3, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 10000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000)
|
||||
build_path = /obj/item/weapon/computer_hardware/tesla_link
|
||||
sort_string = "VBAAO"
|
||||
|
||||
@@ -883,7 +883,7 @@ datum/design/circuit/telepad
|
||||
id = "bat_normal"
|
||||
req_tech = list(TECH_POWER = 1, TECH_ENGINEERING = 1)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 400)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module
|
||||
sort_string = "VBAAP"
|
||||
|
||||
@@ -892,7 +892,7 @@ datum/design/circuit/telepad
|
||||
id = "bat_advanced"
|
||||
req_tech = list(TECH_POWER = 2, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 800)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module/advanced
|
||||
sort_string = "VBAAQ"
|
||||
|
||||
@@ -901,7 +901,7 @@ datum/design/circuit/telepad
|
||||
id = "bat_super"
|
||||
req_tech = list(TECH_POWER = 3, TECH_ENGINEERING = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1600)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module/super
|
||||
sort_string = "VBAAR"
|
||||
|
||||
@@ -910,7 +910,7 @@ datum/design/circuit/telepad
|
||||
id = "bat_ultra"
|
||||
req_tech = list(TECH_POWER = 5, TECH_ENGINEERING = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 16000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3200)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module/ultra
|
||||
sort_string = "VBAAS"
|
||||
|
||||
@@ -919,7 +919,7 @@ datum/design/circuit/telepad
|
||||
id = "bat_nano"
|
||||
req_tech = list(TECH_POWER = 1, TECH_ENGINEERING = 1)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 200)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module/nano
|
||||
sort_string = "VBAAT"
|
||||
|
||||
@@ -928,16 +928,17 @@ datum/design/circuit/telepad
|
||||
id = "bat_micro"
|
||||
req_tech = list(TECH_POWER = 2, TECH_ENGINEERING = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 400)
|
||||
build_path = /obj/item/weapon/computer_hardware/battery_module/micro
|
||||
sort_string = "VBAAU"
|
||||
|
||||
// Processor unit
|
||||
/datum/design/item/modularcomponent/cpu/
|
||||
name = "computer processor unit"
|
||||
id = "cpu_normal"
|
||||
req_tech = list(TECH_DATA = 3, TECH_ENGINEERING = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 8000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1600)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/processor_unit
|
||||
sort_string = "VBAAV"
|
||||
@@ -947,7 +948,7 @@ datum/design/circuit/telepad
|
||||
id = "cpu_small"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 800)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/processor_unit/small
|
||||
sort_string = "VBAAW"
|
||||
@@ -957,7 +958,7 @@ datum/design/circuit/telepad
|
||||
id = "pcpu_normal"
|
||||
req_tech = list(TECH_DATA = 5, TECH_ENGINEERING = 4)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 32000, glass = 8000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 6400, glass = 2000)
|
||||
chemicals = list("sacid" = 40)
|
||||
build_path = /obj/item/weapon/computer_hardware/processor_unit/photonic
|
||||
sort_string = "VBAAX"
|
||||
@@ -967,10 +968,20 @@ datum/design/circuit/telepad
|
||||
id = "pcpu_small"
|
||||
req_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 16000, glass = 4000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3200, glass = 1000)
|
||||
chemicals = list("sacid" = 20)
|
||||
build_path = /obj/item/weapon/computer_hardware/processor_unit/photonic/small
|
||||
sort_string = "VBAAY"
|
||||
|
||||
// Tesla Link
|
||||
/datum/design/item/modularcomponent/teslalink
|
||||
name = "intellicard slot"
|
||||
id = "aislot"
|
||||
req_tech = list(TECH_POWER = 2, TECH_DATA = 3)
|
||||
build_type = IMPRINTER
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000)
|
||||
build_path = /obj/item/weapon/computer_hardware/ai_slot
|
||||
sort_string = "VBAAZ"
|
||||
/*
|
||||
CIRCUITS BELOW
|
||||
*/
|
||||
@@ -1116,13 +1127,6 @@ CIRCUITS BELOW
|
||||
build_path = /obj/item/weapon/circuitboard/rdconsole
|
||||
sort_string = "HAAAE"
|
||||
|
||||
/datum/design/circuit/aifixer
|
||||
name = "AI integrity restorer"
|
||||
id = "aifixer"
|
||||
req_tech = list(TECH_DATA = 3, TECH_BIO = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/aifixer
|
||||
sort_string = "HAAAF"
|
||||
|
||||
/datum/design/circuit/comm_monitor
|
||||
name = "telecommunications monitoring console"
|
||||
id = "comm_monitor"
|
||||
|
||||
Reference in New Issue
Block a user