mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-05 19:32:00 +01:00
ffc4dac425
ye
89 lines
2.9 KiB
Plaintext
89 lines
2.9 KiB
Plaintext
/obj/item/clothing/head/centhat/customs
|
|
desc = "A formal hat for SolCom Customs Officers."
|
|
|
|
/obj/item/clothing/head/fish
|
|
name = "fish skull"
|
|
desc = "You... you're not actually going to wear that, right?"
|
|
icon_state = "fishskull"
|
|
icon = 'icons/obj/clothing/hats_vr.dmi'
|
|
icon_override = 'icons/mob/head_vr.dmi'
|
|
flags_inv = HIDEEARS|BLOCKHAIR
|
|
|
|
/obj/item/clothing/head/crown
|
|
name = "crown"
|
|
desc = "How regal!"
|
|
icon_state = "crown"
|
|
icon = 'icons/obj/clothing/hats_vr.dmi'
|
|
icon_override = 'icons/mob/head_vr.dmi'
|
|
|
|
/obj/item/clothing/head/fancy_crown
|
|
name = "fancy crown"
|
|
desc = "How extraordinarily regal!"
|
|
icon_state = "fancycrown"
|
|
icon = 'icons/obj/clothing/hats_vr.dmi'
|
|
icon_override = 'icons/mob/head_vr.dmi'
|
|
|
|
/obj/item/clothing/head/shiny_hood
|
|
icon_override = 'icons/mob/modular_shiny_vr.dmi'
|
|
icon = 'icons/obj/clothing/modular_shiny_vr.dmi'
|
|
name = "shiny hood"
|
|
desc = "You can be a super-hero in this! Just don't forget your suit!"
|
|
icon_state = "hood_o"
|
|
flags_inv = HIDEFACE|BLOCKHAIR
|
|
body_parts_covered = FACE|HEAD
|
|
|
|
/obj/item/clothing/head/shiny_hood/poly
|
|
name = "polychromic shiny hood"
|
|
icon_state = "hood_col_o"
|
|
polychromic = TRUE
|
|
|
|
/obj/item/clothing/head/shiny_hood/closed
|
|
name = "shiny hood"
|
|
desc = "You can be a super-hero in this! Just don't forget your superhuman senses!"
|
|
icon_state = "hood_c"
|
|
gas_transfer_coefficient = 0.90
|
|
|
|
/obj/item/clothing/head/shiny_hood/closed/poly
|
|
name = "polychromic closed shiny hood"
|
|
icon_state = "hood_col_o"
|
|
polychromic = TRUE
|
|
|
|
/obj/item/clothing/head/pelt
|
|
name = "Bear pelt"
|
|
desc = "A luxurious bear pelt, good to keep warm in winter. Or to sleep through winter."
|
|
icon = 'icons/obj/clothing/hats_vr.dmi'
|
|
icon_override = 'icons/mob/head_vr.dmi'
|
|
icon_state = "bearpelt_brown"
|
|
item_state = "bearpelt_brown"
|
|
|
|
/obj/item/clothing/head/pelt/wolfpelt
|
|
name = "Wolf pelt"
|
|
desc = "A fuzzy wolf pelt, demanding respect as a hunter, well if it isn't synthetic or anything at least. Or bought."
|
|
icon_override = 'icons/mob/wolfpelt_vr.dmi'
|
|
icon_state = "wolfpelt_brown"
|
|
item_state = "wolfpelt_brown"
|
|
|
|
/obj/item/clothing/head/pelt/wolfpeltblack
|
|
name = "Wolf pelt"
|
|
desc = "A fuzzy wolf pelt, demanding respect as a hunter, well if it isn't synthetic or anything at least. Or bought."
|
|
icon_override = 'icons/mob/wolfpelt_vr.dmi'
|
|
icon_state = "wolfpelt_gray"
|
|
item_state = "wolfpelt_gray"
|
|
|
|
/obj/item/clothing/head/pelt/tigerpelt
|
|
name = "Shiny tiger pelt"
|
|
desc = "A vibrant tiger pelt, particularly fabulous."
|
|
icon_state = "tigerpelt_shiny"
|
|
item_state = "tigerpelt_shiny"
|
|
|
|
/obj/item/clothing/head/pelt/tigerpeltsnow
|
|
name = "Snow tiger pelt"
|
|
desc = "A pelt of a less vibrant tiger, but rather warm."
|
|
icon_state = "tigerpelt_snow"
|
|
item_state = "tigerpelt_snow"
|
|
|
|
/obj/item/clothing/head/pelt/tigerpeltpink
|
|
name = "Pink tiger pelt"
|
|
desc = "A particularly vibrant tiger pelt, for those who want to be the most fabulous at parties."
|
|
icon_state = "tigerpelt_pink"
|
|
item_state = "tigerpelt_pink" |