mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Lots of new markings and stuff
This commit is contained in:
@@ -1,14 +1,60 @@
|
||||
/datum/sprite_accessory/ears/onehorn
|
||||
name = "Colorable single horn"
|
||||
/datum/sprite_accessory/ears/yw
|
||||
icon = 'icons/mob/human_races/markings_yw.dmi'
|
||||
icon_state = "singlehorn"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/marking/lizardsnoutsharp
|
||||
name = "Lizard snout (sharp)"
|
||||
onehorn
|
||||
name = "Colorable single horn"
|
||||
desc = ""
|
||||
icon_state = "singlehorn"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
do_colouration = 1
|
||||
|
||||
wolf_ears
|
||||
name = "Wolf Ears"
|
||||
desc = ""
|
||||
icon_state = "wolf_ears"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/marking/yw
|
||||
icon = 'icons/mob/human_races/markings_yw.dmi'
|
||||
icon_state = "lizard_snout_sharp"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
do_colouration = 1
|
||||
body_parts = list(BP_HEAD)
|
||||
lizardsnoutsharp
|
||||
name = "Lizard snout (sharp)"
|
||||
icon_state = "lizard_snout_sharp"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
lizard_snout_sharp_light
|
||||
name = "Lizard Snout (Sharp Light)"
|
||||
icon_state = "lizard_snout_sharp_light"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
lizard_snout_round
|
||||
name = "Lizard Snout (Round)"
|
||||
icon_state = "lizard_snout_round"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
lizard_snout_round_light
|
||||
name = "Lizard Snout (Round Light)"
|
||||
icon_state = "lizard_snout_round_light"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
wolf_snout_light_round
|
||||
name = "Canine Snout (Light Round)"
|
||||
icon_state = "wolf_snout_light_round"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
roundhumanoid
|
||||
name = "Round (Humanoid)"
|
||||
icon_state = "preg_tummy_humanoid"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO,BP_GROIN,BP_L_HAND,BP_R_HAND,BP_L_LEG,BP_R_LEG)
|
||||
|
||||
roundteshari
|
||||
name = "Round (Teshari)"
|
||||
icon_state = "preg_tummy_teshari"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO,BP_GROIN,BP_L_HAND,BP_R_HAND,BP_L_LEG,BP_R_LEG)
|
||||
@@ -27,3 +27,43 @@
|
||||
icon_state = "triplekitsune"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/lizard_tail_smooth
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
name = "Lizard Tail (Smooth)"
|
||||
desc = ""
|
||||
icon_state = "lizard_tail_smooth"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/lizard_tail_dark_tiger
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
name = "Lizard Tail (Dark Tiger)"
|
||||
desc = ""
|
||||
icon_state = "lizard_tail_dark_tiger"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/lizard_tail_light_tiger
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
name = "Lizard Tail (Light Tiger)"
|
||||
desc = ""
|
||||
icon_state = "lizard_tail_light_tiger"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/lizard_tail_spiked
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
name = "Lizard Tail (Spiked)"
|
||||
desc = ""
|
||||
icon_state = "lizard_tail_spiked"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/wolf_tail
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
name = "Wolf Tail"
|
||||
desc = ""
|
||||
icon_state = "wolf_tail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user