mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
* part 2 * progress * hats * HATTTS * fixes a test + adds a pixel to the fedora
46 lines
2.3 KiB
Plaintext
46 lines
2.3 KiB
Plaintext
/obj/item/clothing/head/headchain
|
|
name = "cobalt head chains"
|
|
desc = "A set of luxurious chains intended to be wrapped around one's head. They don't seem particularly comfortable. They're encrusted with cobalt-blue gems, and made of <b>REAL</b> faux gold."
|
|
icon = 'icons/obj/item/clothing/head/ipc/golden_deep.dmi'
|
|
contained_sprite = TRUE
|
|
icon_state = "cobalt_headchains"
|
|
item_state = "cobalt_headchains"
|
|
body_parts_covered = 0
|
|
drop_sound = 'sound/items/drop/accessory.ogg'
|
|
pickup_sound = 'sound/items/pickup/accessory.ogg'
|
|
|
|
/obj/item/clothing/head/headchain/emerald
|
|
name = "emerald head chains"
|
|
desc = "A set of luxurious chains intended to be wrapped around one's head. They don't seem particularly comfortable. They're encrusted with emerald-green gems, and made of <b>REAL</b> faux gold."
|
|
icon_state = "emerald_headchains"
|
|
item_state = "emerald_headchains"
|
|
|
|
/obj/item/clothing/head/headchain/ruby
|
|
name = "ruby head chains"
|
|
desc = "A set of luxurious chains intended to be wrapped around one's head. They don't seem particularly comfortable. They're encrusted with ruby-red gems, and made of <b>REAL</b> faux gold."
|
|
icon_state = "ruby_headchains"
|
|
item_state = "ruby_headchains"
|
|
|
|
/obj/item/clothing/head/crest
|
|
name = "cobalt head crest"
|
|
desc = "A solemn crest wrapping around the back of one's head, seeming to bend in the center on multiple hinges and clip on. It's encrusted with cobalt-blue gems, and made of <b>REAL</b> faux gold."
|
|
icon = 'icons/obj/item/clothing/head/ipc/golden_deep.dmi'
|
|
contained_sprite = TRUE
|
|
icon_state = "cobalt_crest"
|
|
item_state = "cobalt_crest"
|
|
body_parts_covered = 0
|
|
drop_sound = 'sound/items/drop/accessory.ogg'
|
|
pickup_sound = 'sound/items/pickup/accessory.ogg'
|
|
|
|
/obj/item/clothing/head/crest/emerald
|
|
name = "emerald head crest"
|
|
desc = "A solemn crest wrapping around the back of one's head, seeming to bend in the center on multiple hinges and clip on. It's encrusted with emerald-green gems, and made of <b>REAL</b> faux gold."
|
|
icon_state = "emerald_crest"
|
|
item_state = "emerald_crest"
|
|
|
|
/obj/item/clothing/head/crest/ruby
|
|
name = "ruby head crest"
|
|
desc = "A solemn crest wrapping around the back of one's head, seeming to bend in the center on multiple hinges and clip on. It's encrusted with ruby-red gems, and made of <b>REAL</b> faux gold."
|
|
icon_state = "ruby_crest"
|
|
item_state = "ruby_crest"
|