mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[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:
co-authored by
Cameron Lennox
Kashargul
parent
f37d1ba4fa
commit
dcdaf14079
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user