mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 13:02:32 +00:00
All three have the same on-ear/head sprite as the current red hair flower pin, but a different in hand sprite. The red flower pin should remain untouched and is still "hairflower", with the new colours being subtypes.
262 lines
7.0 KiB
Plaintext
262 lines
7.0 KiB
Plaintext
|
|
|
|
/obj/item/clothing/head/centhat
|
|
name = "\improper CentComm. hat"
|
|
icon_state = "centcom"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "centhat",
|
|
slot_r_hand_str = "centhat",
|
|
)
|
|
desc = "It's good to be emperor."
|
|
siemens_coefficient = 0.9
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/hairflower
|
|
name = "hair flower pin"
|
|
icon_state = "hairflower"
|
|
desc = "Smells nice."
|
|
slot_flags = SLOT_HEAD | SLOT_EARS
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/hairflower/blue
|
|
icon_state = "hairflower_blue"
|
|
|
|
/obj/item/clothing/head/hairflower/pink
|
|
icon_state = "hairflower_pink"
|
|
|
|
/obj/item/clothing/head/hairflower/yellow
|
|
icon_state = "hairflower_yellow"
|
|
|
|
/obj/item/clothing/head/powdered_wig
|
|
name = "powdered wig"
|
|
desc = "A powdered wig."
|
|
icon_state = "pwig"
|
|
item_state = "pwig"
|
|
|
|
/obj/item/clothing/head/that
|
|
name = "top-hat"
|
|
desc = "It's an amish looking hat."
|
|
icon_state = "tophat"
|
|
item_state = "tophat"
|
|
siemens_coefficient = 0.9
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/redcoat
|
|
name = "redcoat's hat"
|
|
icon_state = "redcoat"
|
|
desc = "<i>'I guess it's a redhead.'</i>"
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/mailman
|
|
name = "station cap"
|
|
icon_state = "mailman"
|
|
desc = "<i>Choo-choo</i>!"
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/plaguedoctorhat
|
|
name = "plague doctor's hat"
|
|
desc = "These were once used by Plague doctors. They're pretty much useless."
|
|
icon_state = "plaguedoctor"
|
|
permeability_coefficient = 0.01
|
|
siemens_coefficient = 0.9
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/hasturhood
|
|
name = "hastur's hood"
|
|
desc = "It's unspeakably stylish"
|
|
icon_state = "hasturhood"
|
|
flags_inv = BLOCKHAIR
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/nursehat
|
|
name = "nurse's hat"
|
|
desc = "It allows quick identification of trained medical personnel."
|
|
icon_state = "nursehat"
|
|
siemens_coefficient = 0.9
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/syndicatefake
|
|
name = "red space-helmet replica"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "syndicate-helm-black-red",
|
|
slot_r_hand_str = "syndicate-helm-black-red",
|
|
)
|
|
icon_state = "syndicate"
|
|
desc = "A plastic replica of a bloodthirsty mercenary's space helmet, you'll look just like a real murderous criminal operative in this! This is a toy, it is not made for use in space!"
|
|
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR
|
|
siemens_coefficient = 2.0
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/cueball
|
|
name = "cueball helmet"
|
|
desc = "A large, featureless white orb mean to be worn on your head. How do you even see out of this thing?"
|
|
icon_state = "cueball"
|
|
item_state = "cueball"
|
|
flags_inv = BLOCKHAIR
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/greenbandana
|
|
name = "green bandana"
|
|
desc = "It's a green bandana with some fine nanotech lining."
|
|
icon_state = "greenbandana"
|
|
item_state = "greenbandana"
|
|
flags_inv = 0
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/cardborg
|
|
name = "cardborg helmet"
|
|
desc = "A helmet made out of a box."
|
|
icon_state = "cardborg_h"
|
|
item_state = "cardborg_h"
|
|
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/justice
|
|
name = "justice hat"
|
|
desc = "fight for what's righteous!"
|
|
icon_state = "justicered"
|
|
flags_inv = BLOCKHAIR
|
|
body_parts_covered = HEAD|EYES
|
|
|
|
/obj/item/clothing/head/justice/blue
|
|
icon_state = "justiceblue"
|
|
|
|
/obj/item/clothing/head/justice/yellow
|
|
icon_state = "justiceyellow"
|
|
|
|
/obj/item/clothing/head/justice/green
|
|
icon_state = "justicegreen"
|
|
|
|
/obj/item/clothing/head/justice/pink
|
|
icon_state = "justicepink"
|
|
|
|
/obj/item/clothing/head/rabbitears
|
|
name = "rabbit ears"
|
|
desc = "Wearing these makes you looks useless, and only good for your sex appeal."
|
|
icon_state = "bunny"
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/flatcap
|
|
name = "flat cap"
|
|
desc = "A working man's cap."
|
|
icon_state = "flat_cap"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "det_hat",
|
|
slot_r_hand_str = "det_hat",
|
|
)
|
|
siemens_coefficient = 0.9
|
|
|
|
/obj/item/clothing/head/pirate
|
|
name = "pirate hat"
|
|
desc = "Yarr."
|
|
icon_state = "pirate"
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/hgpiratecap
|
|
name = "pirate hat"
|
|
desc = "Yarr."
|
|
icon_state = "hgpiratecap"
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/bandana
|
|
name = "pirate bandana"
|
|
desc = "Yarr."
|
|
icon_state = "bandana"
|
|
|
|
/obj/item/clothing/head/bowler
|
|
name = "bowler-hat"
|
|
desc = "Gentleman, elite aboard!"
|
|
icon_state = "bowler"
|
|
body_parts_covered = 0
|
|
|
|
//stylish bs12 hats
|
|
|
|
/obj/item/clothing/head/bowlerhat
|
|
name = "bowler hat"
|
|
icon_state = "bowler_hat"
|
|
desc = "For the gentleman of distinction."
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/beaverhat
|
|
name = "beaver hat"
|
|
icon_state = "beaver_hat"
|
|
desc = "Soft felt makes this hat both comfortable and elegant."
|
|
|
|
/obj/item/clothing/head/boaterhat
|
|
name = "boater hat"
|
|
icon_state = "boater_hat"
|
|
desc = "The ultimate in summer fashion."
|
|
|
|
/obj/item/clothing/head/fedora
|
|
name = "fedora"
|
|
icon_state = "fedora"
|
|
desc = "A sharp, stylish hat."
|
|
|
|
/obj/item/clothing/head/feathertrilby
|
|
name = "feather trilby"
|
|
icon_state = "feather_trilby"
|
|
desc = "A sharp, stylish hat with a feather."
|
|
|
|
/obj/item/clothing/head/fez
|
|
name = "fez"
|
|
icon_state = "fez"
|
|
desc = "You should wear a fez. Fezzes are cool."
|
|
|
|
//end bs12 hats
|
|
|
|
/obj/item/clothing/head/witchwig
|
|
name = "witch costume wig"
|
|
desc = "Eeeee~heheheheheheh!"
|
|
icon_state = "witch"
|
|
flags_inv = BLOCKHAIR
|
|
siemens_coefficient = 2.0
|
|
|
|
/obj/item/clothing/head/chicken
|
|
name = "chicken suit head"
|
|
desc = "Bkaw!"
|
|
icon_state = "chickenhead"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "chickensuit",
|
|
slot_r_hand_str = "chickensuit",
|
|
)
|
|
flags_inv = BLOCKHAIR
|
|
siemens_coefficient = 0.7
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/bearpelt
|
|
name = "bear pelt hat"
|
|
desc = "Fuzzy."
|
|
icon_state = "bearpelt"
|
|
flags_inv = BLOCKHAIR
|
|
siemens_coefficient = 0.7
|
|
|
|
/obj/item/clothing/head/xenos
|
|
name = "xenos helmet"
|
|
icon_state = "xenos"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "xenos_helm",
|
|
slot_r_hand_str = "xenos_helm",
|
|
)
|
|
desc = "A helmet made out of chitinous alien hide."
|
|
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|BLOCKHAIR
|
|
siemens_coefficient = 2.0
|
|
body_parts_covered = HEAD|FACE|EYES
|
|
|
|
/obj/item/clothing/head/philosopher_wig
|
|
name = "natural philosopher's wig"
|
|
desc = "A stylish monstrosity unearthed from Earth's Renaissance period. With this most distinguish'd wig, you'll be ready for your next soiree!"
|
|
icon_state = "philosopher_wig"
|
|
item_state_slots = list(
|
|
slot_l_hand_str = "pwig",
|
|
slot_r_hand_str = "pwig",
|
|
)
|
|
flags_inv = BLOCKHAIR
|
|
siemens_coefficient = 2.0 //why is it so conductive?!
|
|
body_parts_covered = 0
|
|
|
|
/obj/item/clothing/head/orangebandana //themij: Taryn Kifer
|
|
name = "orange bandana"
|
|
desc = "An orange piece of cloth, worn on the head."
|
|
icon_state = "orange_bandana"
|
|
body_parts_covered = 0
|