adds some new bodysprites (#7542)

This commit is contained in:
Zammy
2024-01-14 18:09:44 -08:00
committed by GitHub
parent 05529b3cc9
commit 2e01a9b3a1
6 changed files with 77 additions and 2 deletions

View File

@@ -189,4 +189,21 @@
icon_state = "shadekin"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "shadekin-under"
extra_overlay = "shadekin-under"
/datum/sprite_accessory/ears/antennae_alt
name = "thin antennae, colorable"
desc = ""
icon_state = "antennae_alt"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/kittybug
name = "kitty, with antennae"
desc = ""
icon = 'icons/mob/human_races/sprite_accessories/ears.dmi'
icon_state = "antennae_alt"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "kitty"
extra_overlay2 = "kittyinner"

View File

@@ -546,3 +546,51 @@
icon_state = "organs_ribs"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
/datum/sprite_accessory/marking/ch/chestfluff_big
name = "Chest Fluff, Big"
icon_state = "chestfluff_big"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
/datum/sprite_accessory/marking/ch/softbelly
name = "Belly Fur, Soft"
icon_state = "softbelly"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/softbelly_navel
name = "Belly Fur, Soft With Navel"
icon_state = "softbelly_navel"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/softbelly_fem
name = "Belly Fur, Soft (Female)"
icon_state = "softbelly_fem"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/softbelly_fem_navel
name = "Belly Fur, Soft With Navel (Female)"
icon_state = "softbelly_fem_navel"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/chitinbelly
name = "Chitinous Scutes"
icon_state = "chitin_belly"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/chitinbelly_fem
name = "Chitinous Scutes (Female)"
icon_state = "chitinbelly_fem"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
/datum/sprite_accessory/marking/ch/extraeyes
name = "Extra Eyes"
icon_state = "extra_eyes"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -58,6 +58,16 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "dragon_2_mark"
/datum/sprite_accessory/wing/cloakwings
name = "Cloaking Moth Wings with Eyes (Colorable)"
desc = ""
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
icon_state = "cloakmoth"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "cloakmoth_eyes"
/// XENO BACKPLATES ///
/datum/sprite_accessory/wing/xeno_standard_backplate
@@ -104,4 +114,4 @@
icon_state = "sectdrone_wing_alt_nomark"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
wing_offset = 16
wing_offset = 16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB