mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Adds The Qani-Laaca Sensory Computer and mephedrone. Ready for review into merge (#23926)
* Surely this will not have any critical balance implications * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * oops * marm fixes * fixes signal * how on earth did I do that * adds twitch to nanocalcium * respect armor, lowers throw * IPC can use, fuck up heartless people * no crawl slowdown / meth * *slightly* turns down the drug effect * renames it will deal with pr desc soon * finishes it * rnd version empable * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Nerfs twitches visuals, due to a reported novastation bug where the visuals would endlessly stack * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * C-C-C-Changes * Epilepsy Warning: Drug has vibrant visual effects! * safety * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * removes twitch name, make mix explode * oops --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
Luc
DGamerL
parent
e43fb1ce34
commit
d7c7cacc52
@@ -399,6 +399,21 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/razorwire
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_sensory_enhancer
|
||||
name = "Qani-Laaca Sensory Computer Implant"
|
||||
desc = "An experimental implant replacing the spine of organics. When activated, it can give a temporary boost to mental processing speed, \
|
||||
which many users perceive as a slowing of time and quickening of their ability to act. Due to its nature, it is incompatible with \
|
||||
systems that heavily influence the user's nervous system, like the central nervous system rebooter. \
|
||||
As a bonus effect, you are immune to the burst of heart damage that comes at the end of mephedrone usage, as the computer is able to regulate \
|
||||
your heart's rhythm back to normal after its use."
|
||||
id = "ci-sensory-enhancer"
|
||||
req_tech = list("combat" = 7, "biotech" = 7, "syndicate" = 5)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 10000, MAT_SILVER = 2000, MAT_PLASMA = 10000, MAT_DIAMOND = 4000, MAT_BLUESPACE = 4000)
|
||||
construction_time = 10 SECONDS
|
||||
build_path = /obj/item/organ/internal/cyberimp/brain/sensory_enhancer/rnd
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_toolset_abductor
|
||||
name = "Abductor Toolset Implant"
|
||||
desc = "An alien toolset, designed to be installed on subject's arm."
|
||||
|
||||
Reference in New Issue
Block a user