mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
You can build pAI parts now!
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
"Cyborg Parts",
|
||||
"Cyborg Internals",
|
||||
"Cybernetics",
|
||||
"pAI Parts", //VOREStation Add
|
||||
"Implants",
|
||||
"Control Interfaces",
|
||||
"Other",
|
||||
|
||||
@@ -48,4 +48,47 @@
|
||||
id = "borg_pka_module"
|
||||
req_tech = list(TECH_COMBAT = 6, TECH_MATERIAL = 5, TECH_POWER = 4)
|
||||
materials = list(MAT_PLASTEEL = 5000, MAT_GLASS = 1000, MAT_URANIUM = 500, MAT_PLATINUM = 350)
|
||||
build_path = /obj/item/borg/upgrade/pka
|
||||
build_path = /obj/item/borg/upgrade/pka
|
||||
|
||||
///// pAI parts!!!
|
||||
|
||||
//////////////////// Cyborg Parts ////////////////////
|
||||
/datum/design/item/prosfab/paiparts
|
||||
category = list("pAI Parts")
|
||||
time = 20
|
||||
materials = list(MAT_STEEL = 1000, MAT_GLASS = 1000)
|
||||
|
||||
/datum/design/item/prosfab/paiparts/cell
|
||||
name = "pAI Cell"
|
||||
id = "pai_cell"
|
||||
build_path = /obj/item/paiparts/cell
|
||||
|
||||
/datum/design/item/prosfab/paiparts/processor
|
||||
name = "pAI Processor"
|
||||
id = "pai_processor"
|
||||
build_path = /obj/item/paiparts/processor
|
||||
|
||||
/datum/design/item/prosfab/paiparts/board
|
||||
name = "pAI Board"
|
||||
id = "pai_board"
|
||||
build_path = /obj/item/paiparts/board
|
||||
|
||||
/datum/design/item/prosfab/paiparts/capacitor
|
||||
name = "pAI capacitor"
|
||||
id = "pai_capacitor"
|
||||
build_path = /obj/item/paiparts/capacitor
|
||||
|
||||
/datum/design/item/prosfab/paiparts/projector
|
||||
name = "pAI Projector"
|
||||
id = "pai_projector"
|
||||
build_path = /obj/item/paiparts/projector
|
||||
|
||||
/datum/design/item/prosfab/paiparts/emitter
|
||||
name = "pAI Emitter"
|
||||
id = "pai_emitter"
|
||||
build_path = /obj/item/paiparts/emitter
|
||||
|
||||
/datum/design/item/prosfab/paiparts/speech_synthesizer
|
||||
name = "pAI Speech Synthesizer"
|
||||
id = "pai_speech_synthesizer"
|
||||
build_path = /obj/item/paiparts/speech_synthesizer
|
||||
|
||||
Reference in New Issue
Block a user