mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Merge pull request #6130 from CHOMPStation2/upstream-merge-14808
[MIRROR] Zaprat markings
This commit is contained in:
@@ -914,4 +914,12 @@
|
||||
icon = 'icons/mob/vore/ears_vr.dmi'
|
||||
icon_state = "single-side-horn"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/zaprat
|
||||
name = "zaprat ears (dual-color)"
|
||||
icon = 'icons/mob/vore/ears_32x64.dmi'
|
||||
icon_state = "zaprat"
|
||||
extra_overlay = "zaprat-tips"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
@@ -901,4 +901,55 @@
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "unathi_blocky_head_eyes"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_manedwolf1
|
||||
name = "Maned Wolf Primary Markings"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "manedwolf1"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD,BP_TORSO,BP_R_ARM,BP_L_ARM,BP_R_HAND,BP_L_HAND,BP_R_LEG,BP_L_LEG,BP_R_FOOT,BP_L_FOOT)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_manedwolf2
|
||||
name = "Maned Wolf Secondary Markings"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "manedwolf2"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD,BP_TORSO,BP_GROIN)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_head_paint_front
|
||||
name = "Head Paint Front"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "paintfront"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_head_paint_back
|
||||
name = "Head Paint"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "paint"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_sect_drone
|
||||
name = "Sect Drone Bodytype"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "sectdrone"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
hide_body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD)
|
||||
body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD)
|
||||
organ_override = TRUE
|
||||
|
||||
/datum/sprite_accessory/marking/vr_sect_drone_eyes
|
||||
name = "Sect Drone Eyes"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "sectdrone_eyes"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_zaprat_cheeks
|
||||
name = "Cheek Marks"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "zaprat_cheeks"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
@@ -1347,3 +1347,16 @@
|
||||
/datum/sprite_accessory/tail/longtail/shadekin_tail/shadekin_tail_long
|
||||
name = "Shadekin Long Tail"
|
||||
icon_state = "shadekin_long_s"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/zaprat
|
||||
name = "bolt-shaped tail, dual color"
|
||||
icon = 'icons/mob/vore/taurs_vr.dmi'
|
||||
icon_state = "zaprat_s"
|
||||
extra_overlay = "zaprat_markings"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/zaprat/heart
|
||||
name = "heart-bolt-shaped tail, dual color"
|
||||
icon_state = "zaprat_heart_s"
|
||||
extra_overlay = "zaprat_heart_markings"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 196 KiB |
Reference in New Issue
Block a user