judicial_visor 
Vars | |
| damaging | Should the user take damage from wearing this the first time? (Doesn't affect nodrop) |
|---|---|
| enabled | Is this enabled |
| wearer | Wearer of the visor |
Procs | |
| apply_to_wearer | Applies the actual effects to the wearer, giving them flash protection and a variety of sight/info bonuses |
| disable | Turn off the visor, calling unapply_to_wearer() and changing the icon state |
| enable | Turn on the visor, calling apply_to_wearer() and changing the icon state |
| unapply_to_wearer | Removes the effects to the wearer, removing the flash protection and similar |
Var Details
damaging 
Should the user take damage from wearing this the first time? (Doesn't affect nodrop)
enabled 
Is this enabled
wearer 
Wearer of the visor
Proc Details
apply_to_wearer
Applies the actual effects to the wearer, giving them flash protection and a variety of sight/info bonuses
disable
Turn off the visor, calling unapply_to_wearer() and changing the icon state
enable
Turn on the visor, calling apply_to_wearer() and changing the icon state
unapply_to_wearer
Removes the effects to the wearer, removing the flash protection and similar