mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Markings
This commit is contained in:
@@ -433,3 +433,52 @@
|
||||
icon_state = "teshlarge_eyes_het"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
// Nightstalker Body Markings
|
||||
/datum/sprite_accessory/marking/ch/desert_nightstalker
|
||||
name = "Nightstalker Scales (Desert Coloration)"
|
||||
icon_state = "nightstalker_desert"
|
||||
body_parts = list(BP_R_ARM,BP_L_ARM,BP_R_HAND,BP_L_HAND,BP_R_LEG,BP_L_LEG,BP_R_FOOT,BP_L_FOOT,BP_TORSO,BP_GROIN) // Fullbody markings, save head
|
||||
do_colouration = 0 // Don't color, these are pre-colored markings
|
||||
|
||||
/datum/sprite_accessory/marking/ch/desert_nightstalker_head
|
||||
name = "Nightstalker Head (Desert Coloration)"
|
||||
icon_state = "nightstalker_desert"
|
||||
body_parts = list(BP_HEAD)
|
||||
do_colouration = 0 // Don't color, these are pre-colored markings
|
||||
|
||||
/datum/sprite_accessory/marking/ch/nightstalker_head_center
|
||||
name = "Nightstalker Head, Tricolor (Center)"
|
||||
icon_state = "nightstalker_1"
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/ch/nightstalker_head_left
|
||||
name = "Nightstalker Head, Tricolor (Left)"
|
||||
icon_state = "nightstalker_2"
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/ch/nightstalker_head_right
|
||||
name = "Nightstalker Head, Tricolor (Right)"
|
||||
icon_state = "nightstalker_3"
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/ch/diamondback_nightstalker_outer
|
||||
name = "Nightstalker Scales, Outer"
|
||||
icon_state = "nightstalker_1"
|
||||
body_parts = list(BP_R_ARM,BP_L_ARM,BP_R_HAND,BP_L_HAND,BP_R_LEG,BP_L_LEG,BP_R_FOOT,BP_L_FOOT,BP_TORSO,BP_GROIN) // Fullbody markings, save head
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/ch/diamondback_nightstalker_inner
|
||||
name = "Nightstalker Scales, Inner"
|
||||
icon_state = "nightstalker_2"
|
||||
body_parts = list(BP_R_ARM,BP_L_ARM,BP_R_LEG,BP_L_LEG,BP_TORSO,BP_GROIN) // Fullbody markings, save head
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/ch/outer_spots
|
||||
name = "Spots, Outer"
|
||||
icon_state = "spots_extremities"
|
||||
body_parts = list(BP_R_ARM,BP_L_ARM,BP_R_LEG,BP_L_LEG,BP_R_FOOT,BP_L_FOOT)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
@@ -141,4 +141,20 @@
|
||||
icon_state = "bigringtail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "bigringtail_markings"
|
||||
extra_overlay = "bigringtail_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/desert_nightstalker
|
||||
name = "Desert Nightstalker Tail (vwag)"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "nightstalker_desert"
|
||||
ani_state = "nightstalker_desert_w"
|
||||
do_colouration = 0 // We're not coloring this, these are pre-colored
|
||||
color_blend_mode = ICON_ADD
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/diamondback_nightstalker
|
||||
name = "Diamondback Nightstalker Tail (dual-color, vwag)"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "nightstalker_diamondback"
|
||||
ani_state = "nightstalker_diamondback_w"
|
||||
extra_overlay = "nightstalker_diamondback_markings"
|
||||
extra_overlay_w = "nightstalker_diamondback_markings_w"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 85 KiB |
Reference in New Issue
Block a user