mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds a number of new implants (#14348)
* adds CNS jumpstarter, hacking arm, janitorial arm and botanical arm implants. * Update code/modules/surgery/organs/augments_arms.dm Co-authored-by: RedWolfie <13683223+RedWolfie@users.noreply.github.com> * Update augments_internal.dm * Update augments_internal.dm * error correction. * new name for jumpstarter * Update augments_internal.dm * grammar * taking some suggestions. * adding a safe spraycleaner for the implant. * more suggestions * evenmoarsuggestions Co-authored-by: RedWolfie <13683223+RedWolfie@users.noreply.github.com>
This commit is contained in:
@@ -323,6 +323,39 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/toolset
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_janitorial
|
||||
name = "Janitorial Toolset Implant"
|
||||
desc = "A set of janitorial tools hidden behind a concealed panel on the user's arm."
|
||||
id = "ci-janitorial"
|
||||
req_tech = list("materials" = 3, "engineering" = 4, "biotech" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 2500, MAT_GLASS = 1500, MAT_SILVER = 1500)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/janitorial
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_botanical
|
||||
name = "Botanical Toolset Implant"
|
||||
desc = "A set of botanical tools hidden behind a concealed panel on the user's arm."
|
||||
id = "ci-botanical"
|
||||
req_tech = list("materials" = 3, "engineering" = 4, "biotech" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 2500, MAT_GLASS = 1500, MAT_SILVER = 1500)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/botanical
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_hacking
|
||||
name = "Hacking Arm Implant"
|
||||
desc = "A small arm implant containing an advanced screwdriver, wirecutters, and multitool designed for engineers and on-the-field machine modification. Actually legal, despite what the name may make you think."
|
||||
id = "ci-hacking"
|
||||
req_tech = list("materials" = 3, "engineering" = 5, "biotech" = 4, "programming" = 4, "abductor" = 4)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 5000, MAT_SILVER = 2500, MAT_PLASMA = 5000, MAT_TITANIUM = 2000, MAT_DIAMOND = 2000)
|
||||
construction_time = 200
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/hacking
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_diagnostic_hud
|
||||
name = "Diagnostic HUD implant"
|
||||
desc = "These cybernetic eye implants will display a diagnostic HUD over everything you see. Wiggle eyes to control."
|
||||
@@ -402,7 +435,7 @@
|
||||
|
||||
/datum/design/cyberimp_antistun
|
||||
name = "CNS Rebooter implant"
|
||||
desc = "This implant will automatically give you back control over your central nervous system, reducing downtime when stunned."
|
||||
desc = "This implant will automatically give you back control over your central nervous system, reducing downtime when stunned. Incompatible with the Neural Jumpstarter."
|
||||
id = "ci-antistun"
|
||||
req_tech = list("materials" = 6, "programming" = 5, "biotech" = 6)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
@@ -411,6 +444,17 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/brain/anti_stun
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_antisleep
|
||||
name = "Neural Jumperstarter implant"
|
||||
desc = "This implant will automatically attempt to jolt you awake when it detects you have fallen unconscious. Has a short cooldown, incompatible with the CNS Rebooter."
|
||||
id = "ci-antisleep"
|
||||
req_tech = list("materials" = 6, "programming" = 5, "biotech" = 6)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
construction_time = 60
|
||||
materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_SILVER = 500, MAT_GOLD = 1000)
|
||||
build_path = /obj/item/organ/internal/cyberimp/brain/anti_sleep
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_clownvoice
|
||||
name = "Comical implant"
|
||||
desc = "<span class='sans'>Uh oh.</span>"
|
||||
|
||||
Reference in New Issue
Block a user