/tg/ Station 13 - Modules - TypesVar Details - Proc Details

eyes

Vars

color_cutoffsList of color cutoffs from eyes, or null if not applicable
damagedindication that the eyes are undergoing some negative effect
flash_protectHow much innare flash protection these eyes have, usually paired with tint
lighting_cutoffHow much darkness to cut out of your view (basically, night vision)
native_fovNative FOV that will be applied if a config is enabled
no_glassesGlasses cannot be worn over these eyes. Currently unused
old_eye_color_leftThe color of the previous left eye before this one was inserted
old_eye_color_rightThe color of the previous right eye before this one was inserted
overlay_ignore_lightingchanges how the eyes overlay is applied, makes it apply over the lighting layer
pepperspray_protectAre these eyes immune to pepperspray?
see_invisibleWhat level of invisibility these eyes can see
sight_flagsSight flags this eye pair imparts on its user.
tintHow much innate tint these eyes have

Procs

apply_damaged_eye_effectsApplies effects to our owner based on how damaged our eyes are
generate_body_overlayThis proc generates a list of overlays that the eye should be displayed using for the given parent
refreshRefreshes the visuals of the eyes If call_update is TRUE, we also will call update_body

Var Details

color_cutoffs

List of color cutoffs from eyes, or null if not applicable

damaged

indication that the eyes are undergoing some negative effect

flash_protect

How much innare flash protection these eyes have, usually paired with tint

lighting_cutoff

How much darkness to cut out of your view (basically, night vision)

native_fov

Native FOV that will be applied if a config is enabled

no_glasses

Glasses cannot be worn over these eyes. Currently unused

old_eye_color_left

The color of the previous left eye before this one was inserted

old_eye_color_right

The color of the previous right eye before this one was inserted

overlay_ignore_lighting

changes how the eyes overlay is applied, makes it apply over the lighting layer

pepperspray_protect

Are these eyes immune to pepperspray?

see_invisible

What level of invisibility these eyes can see

sight_flags

Sight flags this eye pair imparts on its user.

tint

How much innate tint these eyes have

Proc Details

apply_damaged_eye_effects

Applies effects to our owner based on how damaged our eyes are

generate_body_overlay

This proc generates a list of overlays that the eye should be displayed using for the given parent

refresh

Refreshes the visuals of the eyes If call_update is TRUE, we also will call update_body