suit  
| Vars | |
| breakouttime | How long to break out of the suits | 
|---|---|
| insert_max | How many inserts can you put into the suit | 
| insert_slowdown | What's the total slowdown from inserts? | 
| inserts | Currently applied inserts | 
| max_suit_w | Maximum weight class of an item in the suit storage slot. | 
| mobility_meshed | Is there a mobility mesh inserted? | 
| Procs | |
| hierophant_shield_damaged | A proc for callback when the shield breaks, since I am stupid and want custom effects. | 
| setup_hierophant_shielding | Hierophant card shielding. Saves me time. | 
| setup_shielding | Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/Initialize(). Override with an AddComponent(/datum/component/shielded, args) call containing the desired shield statistics. See /datum/component/shielded documentation for a description of the arguments | 
Var Details
breakouttime  
How long to break out of the suits
insert_max  
How many inserts can you put into the suit
insert_slowdown  
What's the total slowdown from inserts?
inserts  
Currently applied inserts
max_suit_w  
Maximum weight class of an item in the suit storage slot.
mobility_meshed  
Is there a mobility mesh inserted?
Proc Details
hierophant_shield_damaged
A proc for callback when the shield breaks, since I am stupid and want custom effects.
setup_hierophant_shielding
Hierophant card shielding. Saves me time.
setup_shielding
Wrapper proc to apply shielding through AddComponent(). Called in /obj/item/clothing/Initialize(). Override with an AddComponent(/datum/component/shielded, args) call containing the desired shield statistics. See /datum/component/shielded documentation for a description of the arguments