Add two new IPC implants, an EMP resist and a Defensive implant (#30911)

* add two new IPC implants

* make EMP resisted IPCs take less body damage but more organ damage

* oops
This commit is contained in:
Pooble
2025-12-03 12:38:26 -05:00
committed by GitHub
parent 101af16180
commit 2ac3fb2b3e
8 changed files with 54 additions and 4 deletions
@@ -1467,6 +1467,17 @@
build_path = /obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed
category = list("IPC Upgrades")
/datum/design/mistral_implant
name = "Electromagnetic Shielding Implant"
desc = "This implant improves the conductivity of the IPC frame, providing partial protection against EMPs."
id = "ci-mistral_implant"
req_tech = list("materials" = 5, "programming" = 5, "biotech" = 5, "engineering" = 5, "combat" = 5)
build_type = MECHFAB
construction_time = 60
materials = list(MAT_METAL = 12500, MAT_SILVER = 12000, MAT_GOLD = 2500, MAT_PLASMA = 5000)
build_path = /obj/item/organ/internal/cyberimp/chest/ipc_joints/emp_shield
category = list("IPC Upgrades")
/datum/design/flayer_pacification
name = "Mindflayer Pacification Implant"
desc = "This implant acts on mindflayer swarms like smoke to bees, making them much more docile."