Skip to content

Commit

Permalink
Update hardware_imprinter.dm (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdb-is-not-good authored Jan 19, 2024
1 parent 41e1b68 commit 2ad0808
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions code/game/objects/items/devices/hardware_imprinter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,96 +100,106 @@
desc = "An installer for an augment used by a wide variety of military and paramilitary forces. Strands of nanite-augmented pseudo-ligament are weaved between the users muscles, paired with a neuro-reactive interface that allows nearly instant response to losses in balance make the users astoundingly difficult to push around or over."
perk_imprinting = PERK_ASS_OF_CONCRETE
perk_imprinting_forbidden = PERK_ASS_OF_CONCRETE
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE


/obj/item/device/hardware_imprinter/codlang
name = "EZ-Codlang imprinter"
desc = "An installer for an augment used by a wide variety of police forces. Often shunned by instruction officers, this implant provides the user a suite of learning and assistance tools that allow for on-the-fly use of a pre-programmed code system with real time user feedback. Claims to cut time-to-learn from months to days."
perk_imprinting = PERK_CODESPEAK
perk_imprinting_forbidden = PERK_CODESPEAK
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/contraband
name = "EZ-Chemtraband imprinter"
desc = "An installer for an augment used by a wide variety of police forces. Often shunned by instruction officers, this implant provides the user a suite of learning and assistance tools that allow for on-the-fly use of a chemical database tailored to narco task forces via on-the-fly instruction and real time user feedback."
perk_imprinting = PERK_CHEM_CONTRABAND
perk_imprinting_forbidden = PERK_CHEM_CONTRABAND
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/boltraining
name = "EZ-Rifleman imprinter"
desc = "An installer for an augment used by a wide variety of paramilitary forces. Well beloved by colonies in the eras prior to the harrowing for the ease with which it could prepare an entire rag tag militia for battle, this sub-conscious assistic implant helps guide the users movement allowing for outstanding handling of bolt and lever style weapons."
perk_imprinting = PERK_BOLT_REFLECT
perk_imprinting_forbidden = PERK_BOLT_REFLECT
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/conditioning
name = "Sub-Dermal plating implanter"
desc = "An installer for an augment used by mercenaries and military alike. Relatively simple by modern standards, this implant forms a single nanite 'hub' within the lymphatic system from which nanomachines flow in a constant stream, making minor but constant reinforcements to ligament, tendons, and bone"
perk_imprinting = PERK_BLACKSHIELD_CONDITIONING
perk_imprinting_forbidden = PERK_BLACKSHIELD_CONDITIONING
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/surestep
name = "Scav-step imprinter"
desc = "An installer for an augment by and for pirates, looters and anyone else who might want to spend an extended time picking around blown out ruins. Mental assistics coupled with ligament reinforcements in the ankle aid in keeping ones footing on uncertain terrain. "
perk_imprinting = PERK_SURE_STEP
perk_imprinting_forbidden = PERK_SURE_STEP
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/medexpert
name = "EZ-Surgeon imprinter"
desc = "An installer for an augment popular amongst wealthy and overworked ER docs. Kinesthetic assistics pair with a sub-ai program designed to provide real time feedback to surgeons in the operating theater, correcting for errors and preventing incidents."
perk_imprinting = PERK_MEDICAL_EXPERT
perk_imprinting_forbidden = PERK_MEDICAL_EXPERT
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/medadept
name = "EZ-Doc imprinter"
desc = "An installer for an augment used primarily first year med students. A relatively simple sub-ai program designed to assist in providing basic medical guidence and assistance in the operation of more common medical devices."
perk_imprinting = PERK_ADVANCED_MEDICAL
perk_imprinting_forbidden = PERK_ADVANCED_MEDICAL
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/chemist
name = "EZ-Chem imprinter"
desc = "An installer for an augment well loved by both black-market drug rings and aspiring chemists. A veritable encyclopedia of many of the most common devices found in any self respecting chemists lab. "
perk_imprinting = PERK_CHEMIST
perk_imprinting_forbidden = PERK_CHEMIST
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/science
name = "EZ-Science imprinter"
desc = "An installer for an augment typically favored by students of the hard-sciences. A sub-ai program with a direct neural link, while it may not endow its user with any particular intelligence it can at the last guide them in using the most common hardware in any modern research facility. "
perk_imprinting = PERK_SI_SCI
perk_imprinting_forbidden = PERK_SI_SCI
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/exotic
name = "CHO-pwr installer"
desc = "An installer for an augment that frankly, should not be allowed to exist. An artificers guild design, this ethanol powered co-processor assists the user in the broad majority of mechanical tasks facing an engineer on a day to day basis."
perk_imprinting = PERK_INSPIRATION
perk_imprinting_forbidden = PERK_INSPIRATION
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE

/obj/item/device/hardware_imprinter/handy
name = "EZ-Arti imprinter "
desc = "An installer for an augment guarded jealously by the Artificers guild. Whereas many adepts rely on more traditional means of learning the guilds various craft this imprinter exists to stamp the information almost directly into ones mind, as a nice side effect it also assists in more efficient disassembly of machines. "
perk_imprinting = PERK_HANDYMAN
perk_imprinting_forbidden = PERK_HANDYMAN
has_health_downside = FALSE
has_blood_downside = FALSE
has_nsa_downside = FALSE
/* WIP
/obj/item/device/hardware_imprinter/
name = " "
desc = " "
perk_imprinting =
perk_imprinting_forbidden =
has_nsa_downside = FALSE
/obj/item/device/hardware_imprinter/
name = " "
desc = " "
perk_imprinting =
perk_imprinting_forbidden =
has_nsa_downside = FALSE
*/

0 comments on commit 2ad0808

Please sign in to comment.