Demi Tesh Conversion Kit (#17292)

* Demi Tesh Conversion Kit

Have you ever wanted to make your teshari more human? Have you ever wanted to make your human more teshari? Well now you can! Adds three ear variants aligned to the human head and a tail alinged to the human body. All colorable. For those who want feathered wings arm things, try feathered winglets or one of the others. For those who want leg feathers, idk poke me later and I'll make one for both leg types.

* whoopsie get out of the ckey section you goobers

this is what I get for doing this quickly instead of checking where I was putting stuff lmao

* you would think a bird would see well

but you would in fact, be wrong

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
TankTheBirb
2025-03-20 11:05:23 -04:00
committed by GitHub
parent d4f3c2efa9
commit 7616e82759
4 changed files with 56 additions and 25 deletions
@@ -1131,6 +1131,29 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "angler_bulb"
/datum/sprite_accessory/ears/demi_tesh_ears
name = "Demi-Teshari ears"
desc = ""
icon_state = "demi-tesh-kit-ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/demi_tesh_ears_female
name = "Demi-Teshari female pattern ears"
desc = ""
icon_state = "demi-tesh-kit-ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "demi-tesh-kit-ears_female"
/datum/sprite_accessory/ears/demi_tesh_ears_male
name = "Demi-Teshari male pattern ears"
desc = ""
icon_state = "demi-tesh-kit-ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "demi-tesh-kit-ears_male"
//Dino frills
/datum/sprite_accessory/ears/dino_frills
name = "triceratops frills"
@@ -1512,6 +1512,14 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "narrowtail_2color-1"
/datum/sprite_accessory/tail/demi_tesh_feathered
name = "Demi-Teshari tail"
desc = ""
icon_state = "demi-tesh-kit-tail"
do_colouration = 1
extra_overlay = "demi-tesh-kit-tail_floof"
color_blend_mode = ICON_MULTIPLY
// Dino Tails
/datum/sprite_accessory/tail/clubtail
@@ -1591,6 +1599,31 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/longtail/longflufftail
name = "Long fluffy tail"
icon_state = "longflufftail"
/datum/sprite_accessory/tail/longtail/ringtailbig
name = "Long ring tail"
icon_state = "bigringtail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "bigringtail_markings"
/datum/sprite_accessory/tail/longtail/desert_nightstalker
name = "Desert Nightstalker Tail (vwag)"
icon_state = "nightstalker_desert"
ani_state = "nightstalker_desert_w"
do_colouration = 0 // We're not coloring this, these are pre-colored
color_blend_mode = ICON_ADD
/datum/sprite_accessory/tail/longtail/diamondback_nightstalker
name = "Diamondback Nightstalker Tail (dual-color, vwag)"
icon_state = "nightstalker_diamondback"
ani_state = "nightstalker_diamondback_w"
extra_overlay = "nightstalker_diamondback_markings"
extra_overlay_w = "nightstalker_diamondback_markings_w"
//RS backport tails
/datum/sprite_accessory/tail/longtail/flagtail
@@ -1718,28 +1751,3 @@
desc = ""
icon_state = "tigresstail"
ckeys_allowed = list("hoodoo")
/datum/sprite_accessory/tail/longtail/longflufftail
name = "Long fluffy tail"
icon_state = "longflufftail"
/datum/sprite_accessory/tail/longtail/ringtailbig
name = "Long ring tail"
icon_state = "bigringtail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "bigringtail_markings"
/datum/sprite_accessory/tail/longtail/desert_nightstalker
name = "Desert Nightstalker Tail (vwag)"
icon_state = "nightstalker_desert"
ani_state = "nightstalker_desert_w"
do_colouration = 0 // We're not coloring this, these are pre-colored
color_blend_mode = ICON_ADD
/datum/sprite_accessory/tail/longtail/diamondback_nightstalker
name = "Diamondback Nightstalker Tail (dual-color, vwag)"
icon_state = "nightstalker_diamondback"
ani_state = "nightstalker_diamondback_w"
extra_overlay = "nightstalker_diamondback_markings"
extra_overlay_w = "nightstalker_diamondback_markings_w"