mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
More Sprite Bits
Added: Synth Dangle Ears, Kaiju Spikes (with glowing variant), Kaiju Tail (with glowing variant) Includes WIP sprites for Bishop Proto Fat and Slim variants, not yet implemented
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 = ""
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user