mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 02:17:05 +01:00
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
/datum/sprite_accessory/tail/ztail
|
|
name = "jagged flufftail"
|
|
id = "tail_jagged_flufftail"
|
|
icon_state = "ztail"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
|
|
/datum/sprite_accessory/tail/curltail
|
|
name = "curltail (vwag)"
|
|
id = "tail_curltail"
|
|
icon_state = "curltail"
|
|
ani_state = "curltail_w"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
extra_overlay = "curltail_mark"
|
|
extra_overlay_w = "curltail_mark_w"
|
|
|
|
/datum/sprite_accessory/tail/wagtail
|
|
name = "avian wagtail, colorable"
|
|
id = "tail_avian_wagtail"
|
|
icon_state = "wagtail"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
|
|
/datum/sprite_accessory/tail/deertail
|
|
name = "deer tail, dual-color"
|
|
id = "tail_deer"
|
|
icon_state = "deertail"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
extra_overlay = "deertail_mark"
|
|
|
|
/datum/sprite_accessory/tail/Segmentedtail
|
|
name = "Segmented tail, animated"
|
|
id = "tail_segmented"
|
|
icon_state = "Segmentedtail"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
extra_overlay = "Segmentedtailmarking"
|
|
ani_state = "Segmentedtail_w"
|
|
extra_overlay_w = "Segmentedtailmarking_w"
|
|
|
|
/datum/sprite_accessory/tail/shorttail
|
|
name = "shorttail (vwag)"
|
|
id = "tail_shorttail"
|
|
icon_state = "straighttail"
|
|
ani_state = "straighttail_w"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|