Merge pull request #15408 from Cameron653/bird_markings
Dinosaur Markings/Tail/Ears
@@ -1040,3 +1040,11 @@
|
||||
extra_overlay = "feather_fan_ears-outer"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
//Dino frills
|
||||
/datum/sprite_accessory/ears/dino_frills
|
||||
name = "triceratops frills"
|
||||
icon_state = "triceratops_frill"
|
||||
extra_overlay = "triceratops_frill_spikes"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
@@ -1092,3 +1092,40 @@
|
||||
icon_state = "cheeks_nev"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
|
||||
// Dino stuff
|
||||
/datum/sprite_accessory/marking/vr_dino_horn
|
||||
name = "dino horn"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "dino_horn"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_dino_plates
|
||||
name = "stegosaurus plates"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "stegoplates"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_triceratops_beak
|
||||
name = "triceratops beak"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "triceratops_beak"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_triceratops_horn
|
||||
name = "triceratops horn"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "triceratops_horn"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/vr_backsail
|
||||
name = "backsail"
|
||||
icon = 'icons/mob/human_races/markings_vr.dmi'
|
||||
icon_state = "backsail"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO)
|
||||
@@ -1449,3 +1449,22 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "narrowtail_2color-1"
|
||||
|
||||
|
||||
// Dino Tails
|
||||
|
||||
/datum/sprite_accessory/tail/clubtail
|
||||
name = "dino clubtail, colorable"
|
||||
desc = ""
|
||||
icon_state = "clubtail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "clubtail-1"
|
||||
|
||||
/datum/sprite_accessory/tail/spiketail
|
||||
name = "dino spiketail, colorable"
|
||||
desc = ""
|
||||
icon_state = "spiketail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "spiketail-1"
|
||||
@@ -366,3 +366,12 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "feather2_tricolor-1"
|
||||
extra_overlay2 = "feather2_tricolor-2"
|
||||
|
||||
// dino wings
|
||||
/datum/sprite_accessory/wing/pterodactyl_wings
|
||||
name = "pterodactyl wings"
|
||||
desc = ""
|
||||
icon_state = "pterodactyl_wing_frame"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "pterodactyl_wing_membrane"
|
||||
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 59 KiB |