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 17:38:26 +00:00
committed by GitHub
parent 101af16180
commit 2ac3fb2b3e
8 changed files with 54 additions and 4 deletions
@@ -376,6 +376,9 @@
if(EMP_LIGHT)
// 3.63 burn damage, 39.93 damage with 11 limbs.
receive_damage(0, 3.63)
if(EMP_RESIST_BODY)
// 1.9 burn damage, 20.9 damage with 11 limbs.
receive_damage(0, 1.9)
if(EMP_WEAKENED)
// 1.32 (2 * .66 burn mod) burn damage, 14.52 damage with 11 limbs.
receive_damage(0, 2)