[MIRROR] Trait Upports & Tweaks (#11941)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-11 00:19:39 +01:00
committed by GitHub
co-authored by Cameron Lennox Kashargul
parent f37d1ba4fa
commit dcdaf14079
35 changed files with 823 additions and 776 deletions
@@ -442,6 +442,26 @@ the artifact triggers the rage.
name = "Thick Digits"
desc = "Your hands cannot properly wield weapons."
/datum/modifier/trait/empresist
name = "Emp Resist"
desc = "You are resistant to EMPs."
emp_modifier = 1
/datum/modifier/trait/empresistb
name = "Major Emp Resist"
desc = "You are resistant to EMPs."
emp_modifier = 2
/datum/modifier/trait/empweakness
name = "Emp Weakness"
desc = "You are weak to EMPs."
emp_modifier = -1
/datum/modifier/trait/majorempweakness
name = "Major Emp Weakness"
desc = "You are weak to EMPs."
emp_modifier = -2
/datum/modifier/rednet //Not used here currently, but used downstream. Todo: Port it.
mob_overlay_state = "red_electricity_constant"
slowdown = 1