mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +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:
@@ -827,7 +827,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
name = "Binyat Wireless Hacking System Autoimplanter"
|
||||
desc = "This implant will allow you to wirelessly emag from a distance. However, it will slightly burn you \
|
||||
on use, and will be quite visual as you are emaging the object. \
|
||||
Will not show on unupgraded body scanners."
|
||||
Will not show on unupgraded body scanners. Incompatible with the Qani-Laaca Sensory Computer."
|
||||
reference = "HKR"
|
||||
item = /obj/item/autosurgeon/organ/syndicate/hackerman_deck
|
||||
cost = 30 // Probably slightly less useful than an emag with heat / cooldown, but I am not going to make it cheaper or everyone picks it over emag
|
||||
|
||||
@@ -529,6 +529,18 @@
|
||||
surplus = 0
|
||||
cant_discount = TRUE
|
||||
|
||||
/datum/uplink_item/cyber_implants/sensory_enhancer
|
||||
name = "Qani-Laaca Sensory Computer Autoimplanter"
|
||||
desc = "Epilepsy Warning: Drug has vibrant visual effects! \
|
||||
This spinal implant will inject mephedrone into your system, a powerful stimulant that causes slight heart damage.\
|
||||
This stimulant will provide faster movement speed, slight pain resistance, immunity to crawling slowdown, and faster attack speed, though no antistun.\
|
||||
Overdosing will cause massive heart damage, but will allow the user to dodge bullets for a minute and attack even faster.\
|
||||
Two minute normal uptime, 5 minute cooldown, unlimited uses. Incompatible with the Binyat Wireless Hacking System."
|
||||
reference = "QLSC"
|
||||
item = /obj/item/autosurgeon/organ/syndicate/sensory_enhancer
|
||||
cost = 40
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) //No, nukies do not get to dodge bullets.
|
||||
|
||||
/datum/uplink_item/badass/syndiecards
|
||||
name = "Syndicate Playing Cards"
|
||||
desc = "A special deck of space-grade playing cards with a mono-molecular edge and metal reinforcement, making them lethal weapons both when wielded as a blade and when thrown. \
|
||||
|
||||
Reference in New Issue
Block a user