[MIRROR] Adds a few new sprites (#11753)
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com>
@@ -1175,6 +1175,35 @@
|
|||||||
do_colouration = 1
|
do_colouration = 1
|
||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/ears/swepthorns
|
||||||
|
name = "Horns, swept back"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "swept_horns"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
|
||||||
|
/datum/sprite_accessory/ears/swepthornsbroken
|
||||||
|
name = "Horns, stumps"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "swept_horns_broken"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/ears/swepthornsbrokenr
|
||||||
|
name = "Horns, swept, right broken"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "swept_horns_broken_r"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/ears/swepthornsbrokenl
|
||||||
|
name = "Horns, swept, left broken"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "swept_horns_broken_l"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
//Dino frills
|
//Dino frills
|
||||||
/datum/sprite_accessory/ears/dino_frills
|
/datum/sprite_accessory/ears/dino_frills
|
||||||
name = "triceratops frills"
|
name = "triceratops frills"
|
||||||
|
|||||||
@@ -1804,6 +1804,13 @@
|
|||||||
name = "Tajaran Finger Curls"
|
name = "Tajaran Finger Curls"
|
||||||
icon_state = "hair_fingerwave"
|
icon_state = "hair_fingerwave"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/hair/dragonmane
|
||||||
|
name = "Dragon Mane"
|
||||||
|
icon_state = "hair_dragonmane"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/hair/dragonmaneshort
|
||||||
|
name = "Short Dragon Mane"
|
||||||
|
icon_state = "hair_dragonmaneshort"
|
||||||
|
|
||||||
//Teshari things
|
//Teshari things
|
||||||
/datum/sprite_accessory/hair/teshari
|
/datum/sprite_accessory/hair/teshari
|
||||||
|
|||||||
@@ -2755,6 +2755,12 @@ includes scars and tattoos
|
|||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
body_parts = list(BP_L_LEG,BP_L_FOOT,BP_R_LEG,BP_R_FOOT)
|
body_parts = list(BP_L_LEG,BP_L_FOOT,BP_R_LEG,BP_R_FOOT)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/digi/bonyplates
|
||||||
|
name = "Digitigrade Bony Plates(Only works with digitigrade legs)"
|
||||||
|
icon_state = "bonyplatesdigitigrade"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_L_LEG,BP_L_FOOT,BP_R_LEG,BP_R_FOOT)
|
||||||
|
|
||||||
//Big Leggies!
|
//Big Leggies!
|
||||||
/datum/sprite_accessory/marking/bigleggy
|
/datum/sprite_accessory/marking/bigleggy
|
||||||
name = "Big Leggies - Legs"
|
name = "Big Leggies - Legs"
|
||||||
@@ -2845,3 +2851,48 @@ includes scars and tattoos
|
|||||||
icon_state = "gator_snout"
|
icon_state = "gator_snout"
|
||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
body_parts = list(BP_HEAD)
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/longsnout
|
||||||
|
name = "Long, Sharp Snout"
|
||||||
|
icon_state = "longsharpsnout"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/longersnout
|
||||||
|
name = "Longer, Sharp Snout"
|
||||||
|
icon_state = "longersharpsnout"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/longsnoutlower
|
||||||
|
name = "Long, Sharp Snout(lower)"
|
||||||
|
icon_state = "lowerlongsharpsnout"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/longersnoutlower
|
||||||
|
name = "Longer, Sharp Snout(lower)"
|
||||||
|
icon_state = "lowerlongersharpsnout"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/boneplates
|
||||||
|
name = "Bony Leg Plates"
|
||||||
|
icon_state = "bonyplatesplantigrade"
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/boneplatesarms
|
||||||
|
name = "Bony Arm Plates"
|
||||||
|
icon_state = "bonyplateswrist"
|
||||||
|
icon = 'icons/mob/human_races/markings.dmi'
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND)
|
||||||
|
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/underarmpixel
|
||||||
|
name = "Under Arms Pixels"
|
||||||
|
icon_state = "underarmpixel"
|
||||||
|
icon = 'icons/mob/human_races/markings.dmi'
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
body_parts = list(BP_L_ARM,BP_R_ARM)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 43 KiB |