Variety Add-on

Adds a few extra parts and options to the character setup:

Heterochromia markings for the left eye

A turkey-styled tail ("Would have
been a really good thing for Thanksgiving probably but I'm not going to wait that long.")

Shark-styled ear options as well head-fins

And three new variations of the Akula tail
 - tail and fins
 - stripes
 - tips
This commit is contained in:
Rick4242
2023-06-01 16:35:31 -05:00
parent b6a52e098f
commit df2f3ea4a5
7 changed files with 112 additions and 1 deletions
@@ -923,4 +923,72 @@
desc = ""
icon = 'icons/mob/vore/ears_vr.dmi'
icon_state = "kara_horn"
ckeys_allowed = list("satinisle")
ckeys_allowed = list("satinisle")
/datum/sprite_accessory/ears/shark
name = "shark ears (Colorable)"
desc = ""
icon_state = "shark_ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sharkhigh
name = "shark upper ears (Colorable)"
desc = ""
icon_state = "shark_ears_upper"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sharklow
name = "shark lower ears (Colorable)"
desc = ""
icon_state = "shark_ears_lower"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sharkfin
name = "shark fin (Colorable)"
desc = ""
icon_state = "shark_fin"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sharkfinalt
name = "shark fin alt style (Colorable)"
desc = ""
icon_state = "shark_fin_alt"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/sharkboth
name = "shark ears and fin (Colorable)"
desc = ""
icon_state = "shark_ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "shark_fin"
/datum/sprite_accessory/ears/sharkbothalt
name = "shark ears and fin alt style (Colorable)"
desc = ""
icon_state = "shark_ears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "shark_fin_alt"
/datum/sprite_accessory/ears/sharkhighboth
name = "shark upper ears and fin (Colorable)"
desc = ""
icon_state = "shark_ears_upper"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "shark_fin"
/datum/sprite_accessory/ears/sharklowhboth
name = "shark lower ears and fin alt style (Colorable)"
desc = ""
icon_state = "shark_ears_lower"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "shark_fin_alt"
@@ -981,3 +981,17 @@
icon_state = "nevrean_long"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/vr_heterochromia_l
name = "Heterochromia (left eye)"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "heterochromia_l"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/vr_teshi_heterochromia_l
name = "Heterochromia (Teshari) (left eye)"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "teshi_heterochromia_l"
body_parts = list(BP_HEAD)
species_allowed = list(SPECIES_TESHARI)
@@ -1385,3 +1385,32 @@
clip_mask_icon = 'icons/mob/vore/taurs_vr.dmi'
clip_mask_state = "taur_clip_mask_def" //Used to clip off the lower part of suits & uniforms.
extra_overlay = "horse" //I can't believe this works.
/datum/sprite_accessory/tail/turkey //Would have been a really good thing for Thanksgiving probably but I'm not going to wait that long.
name = "turkey"
desc = ""
icon_state = "turkey"
/datum/sprite_accessory/tail/shark_markings
name = "akula tail, colorable, tail and fins"
desc = ""
icon_state = "sharktail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "sharktail_markings"
/datum/sprite_accessory/tail/shark_stripes
name = "akula tail, colorable, stripe"
desc = ""
icon_state = "sharktail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "sharktail_stripemarkings"
/datum/sprite_accessory/tail/shark_tips
name = "akula tail, colorable, tips"
desc = ""
icon_state = "sharktail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "sharktail_tipmarkings"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 163 KiB