adding in sloogs per request (#9648)

This commit is contained in:
Asher-42
2024-12-22 05:44:59 +01:00
committed by GitHub
parent ab8b227983
commit 96fc0bc3db
8 changed files with 31 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 172 KiB

@@ -24,3 +24,12 @@
icon_state = "longdragonhorns_v1"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sloogbobbers
name = "Sloog Bobbers"
desc = ""
icon = 'icons/mob/vore/ears_ch.dmi'
icon_state = "sloog_bobbers"
extra_overlay = "sloog_tips"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
@@ -262,7 +262,12 @@
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/sloog_head
name = "sloog head"
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/sloog.dmi'
icon_state = "slooghead"
body_parts = list(BP_HEAD)
// placed in seperate dmi till normal one is functional.
/// NEW XENOMORPH SPRITE_ACCESSORIES - Basesprites borrowed from Citadel and tidied up by Makkinindorn, should blend a bit more nicely. ///
@@ -349,3 +349,10 @@
fullness_icons = 3
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/taur/ch/sloog
name = "Sloog (Taur)"
icon_state = "sloog"
extra_overlay = "sloog_glowstripe"
extra_overlay_w = "sloog_glowstripe"
can_loaf = FALSE
@@ -258,3 +258,12 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
wing_offset = 16
/datum/sprite_accessory/wing/sloogshell
name = "Sloog shell"
desc = ""
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
icon_state = "sloogshell"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
wing_offset = 16
Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB