Files
Polaris/code/modules/client/preference_setup/loadout/loadout_cyberware.dm
Cerebulon 3748572e9e Consolidates Loadout Lists (#8714)
* Consolidates loadout listings significantly

* requested tweaks

* Requested tweaks II
2022-10-02 14:57:37 -08:00

45 lines
1.6 KiB
Plaintext

/datum/gear/utility/implant
display_name = "implant, neural assistance web"
description = "A complex web implanted into the subject, medically in order to compensate for neurological disease."
path = /obj/item/implant/neural
slot = "implant"
exploitable = 1
sort_category = "Cyberware"
cost = 4
/datum/gear/utility/implant/tracking
display_name = "implant, tracking"
description = "An implanted chip allowing authorities to pinpoint the location of an individual at all times. Primarily given as a condition of a criminal sentence."
path = /obj/item/implant/tracking/weak
cost = 10
/datum/gear/utility/implant/generic
display_name = "implant, generic, primary"
description = "An implant with no obvious purpose."
path = /obj/item/implant
cost = 1
/datum/gear/utility/implant/generic/second
display_name = "implant, generic, secondary"
/datum/gear/utility/implant/generic/third
display_name = "implant, generic, tertiary"
/datum/gear/utility/implant/generic/New()
..()
gear_tweaks += global.gear_tweak_implant_location
/datum/gear/utility/implant/language
cost = 2
exploitable = 0
/datum/gear/utility/implant/language/eal
display_name = "vocal synthesizer, EAL"
description = "A surgically implanted vocal synthesizer which allows the owner to speak EAL, if they know it."
path = /obj/item/implant/language/eal
/datum/gear/utility/implant/language/skrellian
display_name = "vocal synthesizer, Skrellian"
description = "A surgically implanted vocal synthesizer which allows the owner to speak Common Skrellian, if they know it."
path = /obj/item/implant/language/skrellian