mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
adds some new bodysprites (#7542)
This commit is contained in:
@@ -190,3 +190,20 @@
|
|||||||
do_colouration = 1
|
do_colouration = 1
|
||||||
color_blend_mode = ICON_MULTIPLY
|
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"
|
||||||
|
|||||||
@@ -546,3 +546,51 @@
|
|||||||
icon_state = "organs_ribs"
|
icon_state = "organs_ribs"
|
||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
body_parts = list(BP_TORSO)
|
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 |
@@ -58,6 +58,16 @@
|
|||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
extra_overlay = "dragon_2_mark"
|
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 ///
|
/// XENO BACKPLATES ///
|
||||||
|
|
||||||
/datum/sprite_accessory/wing/xeno_standard_backplate
|
/datum/sprite_accessory/wing/xeno_standard_backplate
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 8.9 KiB |
Reference in New Issue
Block a user