Merge pull request #15785 from MonoHauki/hauki-branch

Sprite Additions
This commit is contained in:
Heroman3003
2024-03-03 08:31:52 +10:00
committed by GitHub
11 changed files with 41 additions and 2 deletions
@@ -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 = ""
@@ -1467,4 +1467,21 @@
icon_state = "spiketail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "spiketail-1"
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
@@ -374,4 +374,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"
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB