mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 18:42:44 +00:00
[MIRROR] Sprite Additions (#7876)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -164,6 +164,13 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/dangles_robot
|
||||
name = "synth dangle antennae, colorable"
|
||||
desc = ""
|
||||
icon_state = "dangleantennae_robot"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/oni_h1
|
||||
name = "oni horns"
|
||||
desc = ""
|
||||
|
||||
@@ -1478,3 +1478,20 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "spiketail-1"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/kaiju_tail_a_long
|
||||
name = "Kaiju tail A, dual color"
|
||||
icon = 'icons/mob/vore/taurs_vr.dmi'
|
||||
icon_state = "kaiju_long_a"
|
||||
extra_overlay = "kaiju_long_a_spikes"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/kaiju_tail_a_long_glow
|
||||
name = "Kaiju tail A, dual color, glow"
|
||||
icon = 'icons/mob/vore/taurs_vr.dmi'
|
||||
icon_state = "kaiju_long_a"
|
||||
extra_overlay = "kaiju_long_a_spikes"
|
||||
extra_overlay2 = "kaiju_long_a_spikes_glow"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -375,4 +375,19 @@
|
||||
icon_state = "pterodactyl_wing_frame"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "pterodactyl_wing_membrane"
|
||||
extra_overlay = "pterodactyl_wing_membrane"
|
||||
|
||||
/datum/sprite_accessory/wing/kaiju_spines_a
|
||||
name = "kaiju spines A, colorable"
|
||||
desc = ""
|
||||
icon_state = "kaiju_spikes_a"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/kaiju_spines_a_glow
|
||||
name = "kaiju spines A, colorable, glow"
|
||||
desc = ""
|
||||
icon_state = "kaiju_spikes_a"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "kaiju_spikes_a_glow"
|
||||
Reference in New Issue
Block a user