mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
ears & tails (#15848)
Co-authored-by: PastelPrinceDan <amayahsslut@gmail.com>
This commit is contained in:
@@ -303,6 +303,15 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "kittyinner"
|
||||
|
||||
/datum/sprite_accessory/ears/catbig
|
||||
name = "cat, big, colorable"
|
||||
desc = ""
|
||||
icon_state = "catbig"
|
||||
extra_overlay = "catbig-inner"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
|
||||
/datum/sprite_accessory/ears/bunnyhc
|
||||
name = "bunny, colorable"
|
||||
desc = ""
|
||||
@@ -310,6 +319,15 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/hare
|
||||
name = "hare, colorable"
|
||||
desc = ""
|
||||
icon_state = "hare"
|
||||
extra_overlay = "hare-inner"
|
||||
extra_overlay2 = "hare-tips"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/antlers
|
||||
name = "antlers"
|
||||
desc = ""
|
||||
@@ -347,6 +365,14 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/deeralt
|
||||
name = "deer ears, alt"
|
||||
desc = ""
|
||||
icon_state = "deer_alt"
|
||||
extra_overlay = "deer_alt-inner"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/cow
|
||||
name = "cow, horns"
|
||||
desc = ""
|
||||
@@ -471,6 +497,13 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "fox-inner"
|
||||
|
||||
/datum/sprite_accessory/ears/dog_floppy
|
||||
name = "floppy dog ears, colorable"
|
||||
desc = ""
|
||||
icon_state = "dog_flop"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/bunny_floppy
|
||||
name = "floopy bunny ears (colorable)"
|
||||
desc = ""
|
||||
|
||||
@@ -101,6 +101,24 @@
|
||||
icon_state = "bunny"
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/tail/rabbit
|
||||
name = "rabbit, colourable (vwag)"
|
||||
desc = ""
|
||||
icon_state = "rabbit"
|
||||
do_colouration = TRUE
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
ani_state = "rabbit_w"
|
||||
|
||||
/datum/sprite_accessory/tail/rabbitalt
|
||||
name = "rabbit, dual color (vwag)"
|
||||
desc = ""
|
||||
icon_state = "rabbitalt"
|
||||
extra_overlay = "rabbitalt-tips"
|
||||
do_colouration = TRUE
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
ani_state = "rabbitalt_w"
|
||||
extra_overlay_w = "rabbitalt-tips_w"
|
||||
|
||||
/datum/sprite_accessory/tail/bear_brown
|
||||
name = "bear, brown"
|
||||
desc = ""
|
||||
@@ -428,6 +446,19 @@
|
||||
extra_overlay = "tigertail_mark"
|
||||
extra_overlay_w = "tigertail_mark_w"
|
||||
|
||||
/datum/sprite_accessory/tail/tigeralt
|
||||
name = "tiger tail, alt (vwag)"
|
||||
desc = ""
|
||||
icon_state = "tigeralt"
|
||||
extra_overlay = "tigeralt-tips"
|
||||
extra_overlay2 = "tigeralt-tips2"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
ani_state = "tigeralt_w"
|
||||
extra_overlay_w = "tigeralt-tips_w"
|
||||
extra_overlay2_w = "tigeralt-tips2_w"
|
||||
|
||||
|
||||
/datum/sprite_accessory/tail/vulp_new
|
||||
name = "new vulp tail (vwag)"
|
||||
desc = ""
|
||||
@@ -499,6 +530,14 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "deertail_mark"
|
||||
|
||||
/datum/sprite_accessory/tail/deeralt
|
||||
name = "deer alt, colorable (vwag)"
|
||||
desc = ""
|
||||
icon_state = "deeralt"
|
||||
ani_state = "deeralt_w"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/tesh_feathered
|
||||
name = "Teshari tail"
|
||||
desc = ""
|
||||
@@ -1484,4 +1523,4 @@
|
||||
extra_overlay = "kaiju_long_a_spikes"
|
||||
extra_overlay2 = "kaiju_long_a_spikes_glow"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
Reference in New Issue
Block a user