mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
More character customization part 1 (#9400)
This commit is contained in:
@@ -15,4 +15,12 @@
|
||||
extra_overlay = "protogen_horny_fluff"
|
||||
extra_overlay2 = "protogen_horny_horns"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/long_dragon_horns_ch
|
||||
name = "Long dragon horns v1"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/Long_dragon_horns_v1.dmi'
|
||||
icon_state = "longdragonhorns_v1"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -51,3 +51,10 @@
|
||||
/datum/sprite_accessory/tail/featheredraptor/twotone
|
||||
name = "feathered Raptor, duel colorable"
|
||||
extra_overlay = "feather_raptor-overlay"
|
||||
|
||||
/datum/sprite_accessory/tail/succubustail_ch
|
||||
name = "Succubus Tail"
|
||||
icon = 'modular_chomp/icons/mob/vore/tails.dmi'
|
||||
icon_state = "Succubustail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -334,3 +334,18 @@
|
||||
can_loaf = TRUE
|
||||
icon_loaf = 'icons/mob/vore/taurs_ch_loaf.dmi'
|
||||
loaf_offset = 5
|
||||
|
||||
/datum/sprite_accessory/tail/taur/longtail
|
||||
//hide body parts list() makes it so no limbs are hidden
|
||||
//made its own child so we can reuse this
|
||||
offset_x = -16
|
||||
hide_body_parts = list()
|
||||
|
||||
|
||||
/datum/sprite_accessory/tail/taur/longtail/dragonmaidtail_ch
|
||||
name = "Dragon maid Tail"
|
||||
icon = 'modular_chomp/icons/mob/vore/Tails64x32.dmi'
|
||||
icon_state = "Dragon_maid_tail"
|
||||
fullness_icons = 3
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -187,6 +187,11 @@
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "mothwings_snow"
|
||||
|
||||
/datum/sprite_accessory/wing/mothwings_angel
|
||||
name = "Moth Wings (angel)"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "mothwings_angel"
|
||||
|
||||
/// XENO BACKPLATES ///
|
||||
|
||||
@@ -244,3 +249,12 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
|
||||
/datum/sprite_accessory/wing/large_harpy_wings_ch
|
||||
name = "Harpy arm-wings(Large)"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon_state = "Harpy_wings"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
wing_offset = 16
|
||||
|
||||
Reference in New Issue
Block a user