Files

110 lines
3.0 KiB
Plaintext

/datum/sprite_accessory/marking/eye_stuff
abstract_type = /datum/sprite_accessory/marking/eye_stuff
icon = 'icons/mob/sprite_accessories/markings/eye_stuff.dmi'
/datum/sprite_accessory/marking/eye_stuff/monoeye
name = "Monoeye"
id = "marking_eye_mono"
icon_state = "monoeye"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/spidereyes
name = "Spider Eyes"
id = "marking_eye_spider"
icon_state = "spidereyes"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/brows
name = "Eyebrows"
id = "marking_eye_brow"
icon_state = "brows"
legacy_use_additive_color_matrix = FALSE
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/tridot
name = "Tri-Dot"
id = "marking_eye_tridot"
icon_state = "tridot"
legacy_use_additive_color_matrix = FALSE
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/tridotflipped
name = "Tri-Dot Flipped"
id = "marking_eye_tridotflipped"
icon_state = "tridotflipped"
legacy_use_additive_color_matrix = FALSE
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/zmask
name = "Eye mask"
id = "marking_eye_mask"
icon_state = "zmask"
legacy_use_additive_color_matrix = FALSE
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/motheyes
name = "Moth Eyes"
id = "marking_eye_moth"
icon_state = "motheyes"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/animeeyesinner
name = "Anime Eyes Inner"
id = "marking_eye_anime_inner"
icon_state = "animeeyesinner"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/animeeyesouter
name = "Anime Eyes Outer"
id = "marking_eye_anime_outer"
icon_state = "animeeyesouter"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/heterochromia
name = "Heterochromia"
id = "marking_eye_color_left"
icon_state = "heterochromia"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/heterochromia_r
name = "Heterochromia (right eye)"
id = "marking_eye_color_right"
icon_state = "heterochromia_r"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/thirdeye
name = "Third Eye"
id = "marking_eye_third"
icon_state = "thirdeye"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/closedeye
name = "Closed Eyes"
id = "marking_eye_closed"
icon_state = "closedeyes"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/eyesshut
name = "Shut Eyes"
id = "marking_eye_shut"
icon_state = "eyesshut"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/eyeeffectlower
name = "Eye Effect - Lower"
id = "marking_eye_effect_lower"
icon_state = "eyeeffectlower"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/eyeeffectupper
name = "Eye Effect - Upper"
id = "marking_eye_effect_upper"
icon_state = "eyeeffectupper"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/eye_stuff/eyeshadowlower
name = "Eye Effect - Bags (or Shadow)"
id = "marking_eye_shadow_lower"
icon_state = "eyeshadowlower"
body_parts = list(BP_HEAD)