mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Demi Tesh Conversion Kit (#10478)
Co-authored-by: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b25441e2b0
commit
029dba66f6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user