mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
[MIRROR] a buncha sprites (#12055)
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8655a9a8a4
commit
ffd8660d76
@@ -1204,6 +1204,22 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/swepthornstricorn
|
||||
name = "Horns, swept back, Tricorn"
|
||||
desc = ""
|
||||
icon_state = "swept_horns_tricorn"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/ears/fourlowears
|
||||
name = "Four Horizontal Ears with Frills"
|
||||
desc = ""
|
||||
icon_state = "fourlowears"
|
||||
extra_overlay = "fourlowears_inner"
|
||||
extra_overlay2 = "fourlowears_frills"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
//Dino frills
|
||||
/datum/sprite_accessory/ears/dino_frills
|
||||
name = "triceratops frills"
|
||||
|
||||
@@ -2852,6 +2852,18 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/sharpsnout
|
||||
name = "Sharp Snout"
|
||||
icon_state = "sharpsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/sharpsnoutlower
|
||||
name = "Sharp Snout(lower)"
|
||||
icon_state = "lowersharpsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longsnout
|
||||
name = "Long, Sharp Snout"
|
||||
icon_state = "longsharpsnout"
|
||||
@@ -2876,6 +2888,36 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/snouttop
|
||||
name = "Top of Snout"
|
||||
icon_state = "topofsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/nosering
|
||||
name = "Snout Ring (Use with Sharp Snout)"
|
||||
icon_state = "nosering"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/bigsoftbelly
|
||||
name = "Big Soft Belly"
|
||||
icon_state = "bigsoftbelly"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO,BP_GROIN)
|
||||
|
||||
/datum/sprite_accessory/marking/fluffruff
|
||||
name = "Fluffy Neck Ruff"
|
||||
icon_state = "fluffruff"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_TORSO)
|
||||
|
||||
/datum/sprite_accessory/marking/gauntlets
|
||||
name = "Clawed Gauntlets"
|
||||
icon_state = "gauntlets"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND)
|
||||
|
||||
/datum/sprite_accessory/marking/boneplates
|
||||
name = "Bony Leg Plates"
|
||||
icon_state = "bonyplatesplantigrade"
|
||||
|
||||
@@ -1685,6 +1685,28 @@
|
||||
name = "Anteater tail"
|
||||
icon_state = "anteater_tail"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/brush
|
||||
name = "Snake Tail with Brush"
|
||||
icon_state = "bigsnaketailbrush"
|
||||
extra_overlay = "bigsnaketailbrush_brush"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/brushscutes
|
||||
name = "Snake Tail with Brush and Scutes"
|
||||
icon_state = "bigsnaketailbrushunder"
|
||||
extra_overlay = "bigsnaketailbrushunder_scutes"
|
||||
extra_overlay2 = "bigsnaketailbrush_brush"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/clawscutes
|
||||
name = "Snake Tail with Claw and Scutes"
|
||||
icon_state = "bigsnaketailbrushunder"
|
||||
extra_overlay = "bigsnaketailbrushunder_scutes"
|
||||
extra_overlay2 = "bigsnaketailclaw_claw"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/claw
|
||||
name = "Snake Tail with Claw"
|
||||
icon_state = "bigsnaketailbrush"
|
||||
extra_overlay = "bigsnaketailclaw_claw"
|
||||
|
||||
|
||||
/datum/sprite_accessory/tail/small_bugbum
|
||||
name = "Bug Abdomen, Alt, Small (Dual-Color)"
|
||||
|
||||
@@ -468,6 +468,14 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "cloakmoth_eyes"
|
||||
|
||||
/datum/sprite_accessory/wing/cybertendrils
|
||||
name = "Cyber Tendrils"
|
||||
desc = ""
|
||||
icon_state = "cybertendrils"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "cybertendrils_plugs"
|
||||
|
||||
/datum/sprite_accessory/wing/jet_wing
|
||||
name = "Aeromorph Jet Wings (Colorable)"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user