mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
@@ -1229,3 +1229,259 @@
|
|||||||
icon_state = "zenghu_taj"
|
icon_state = "zenghu_taj"
|
||||||
|
|
||||||
//Taurs moved to a separate file due to extra code around them
|
//Taurs moved to a separate file due to extra code around them
|
||||||
|
|
||||||
|
//Buggo Abdomens!
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggo
|
||||||
|
name = "Bug abdomen, colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggobee
|
||||||
|
name = "Bug abdomen, bee top, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobee_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggobeefull
|
||||||
|
name = "Bug abdomen, bee full, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobeefull_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggounder
|
||||||
|
name = "Bug abdomen, underside, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggounder_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofirefly
|
||||||
|
name = "Bug abdomen, firefly, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofirefly_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofat
|
||||||
|
name = "Fat bug abdomen, colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofatbee
|
||||||
|
name = "Fat bug abdomen, bee top, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatbee_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofatbeefull
|
||||||
|
name = "Fat bug abdomen, bee full, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatbeefull_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofatunder
|
||||||
|
name = "Fat bug abdomen, underside, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatunder_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofatfirefly
|
||||||
|
name = "Fat bug abdomen, firefly, dual-colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatfirefly_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggowag
|
||||||
|
name = "Bug abdomen, colorable, vwag change"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
ani_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggobeewag
|
||||||
|
name = "Bug abdomen, bee top, dual color, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
ani_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobee_markings"
|
||||||
|
extra_overlay_w = "buggofatbee_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggobeefullwag
|
||||||
|
name = "Bug abdomen, bee full, dual color, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
ani_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobeefull_markings"
|
||||||
|
extra_overlay_w = "buggofatbeefull_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggounderwag
|
||||||
|
name = "Bug abdomen, underside, dual color, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
ani_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggounder_markings"
|
||||||
|
extra_overlay_w = "buggofatunder_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggofireflywag
|
||||||
|
name = "Bug abdomen, firefly, dual color, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_s"
|
||||||
|
ani_state = "buggofat_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofirefly_markings"
|
||||||
|
extra_overlay_w = "buggofatfirefly_markings"
|
||||||
|
|
||||||
|
//Vass buggo variants!
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovass
|
||||||
|
name = "Bug abdomen, vass, colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassbee
|
||||||
|
name = "Bug abdomen, bee top, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobee_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassbeefull
|
||||||
|
name = "Bug abdomen, bee full, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobeefull_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassunder
|
||||||
|
name = "Bug abdomen, underside, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggounder_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfirefly
|
||||||
|
name = "Bug abdomen, firefly, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofirefly_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfat
|
||||||
|
name = "Fat bug abdomen, vass, colorable"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfatbee
|
||||||
|
name = "Fat bug abdomen, bee top, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatbee_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfatbeefull
|
||||||
|
name = "Fat bug abdomen, bee full, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatbeefull_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfatunder
|
||||||
|
name = "Fat bug abdomen, underside, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatunder_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfatfirefly
|
||||||
|
name = "Fat bug abdomen, firefly, dc, vass"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofatfirefly_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovasswag
|
||||||
|
name = "Bug abdomen, vass, colorable, vwag change"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
ani_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassbeewag
|
||||||
|
name = "Bug abdomen, bee top, dc, vass, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
ani_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobee_vass_markings"
|
||||||
|
extra_overlay_w = "buggofatbee_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassbeefullwag
|
||||||
|
name = "Bug abdomen, bee full, dc, vass, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
ani_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggobeefull_vass_markings"
|
||||||
|
extra_overlay_w = "buggofatbeefull_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassunderwag
|
||||||
|
name = "Bug abdomen, underside, dc, vass, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
ani_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggounder_vass_markings"
|
||||||
|
extra_overlay_w = "buggofatunder_vass_markings"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/tail/buggovassfireflywag
|
||||||
|
name = "Bug abdomen, firefly, dc, vass, vwag"
|
||||||
|
desc = ""
|
||||||
|
icon_state = "buggo_vass_s"
|
||||||
|
ani_state = "buggofat_vass_s"
|
||||||
|
do_colouration = 1
|
||||||
|
color_blend_mode = ICON_MULTIPLY
|
||||||
|
extra_overlay = "buggofirefly_vass_markings"
|
||||||
|
extra_overlay_w = "buggofatfirefly_vass_markings"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user