Files
Mosley 3f8c98db76 extra clothes
made by pantsmode
2024-09-05 22:32:33 -05:00

92 lines
3.3 KiB
Plaintext

/datum/gear/neck/boatcloakpoly
name = "Polychromatic Boatcloak"
path = /obj/item/clothing/neck/cloak/alt/boatcloak/polychromic
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#FCFCFC", "#454F5C", "#CCCEE2")
/datum/gear/neck/boatcloakcomm
name = "Command Boatcloak"
path = /obj/item/clothing/neck/cloak/alt/boatcloak/command
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
restricted_desc = "Heads of Staff"
restricted_roles = list("Head of Security","Captain","Head of Personnel","Chief Engineer","Research Director","Chief Medical Officer","Quartermaster","Blueshield","Bridge Officer")
/datum/gear/neck/polycloak/alt
name = "Polychromatic Alternate Cloak"
path = /obj/item/clothing/neck/cloak/altpolychromic
loadout_initial_colors = list("#FFFFFF", "#808080")
/datum/gear/neck/spikedcollar
name = "Spiked Pet Collar"
path = /obj/item/clothing/neck/petcollar/spike
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/holocollar
name = "Holo-collar"
path = /obj/item/clothing/neck/petcollar/holo
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#33FFFF")
/datum/gear/neck/casinoslave
name = "Casino Collar"
path = /obj/item/clothing/neck/petcollar/casino
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/handmade
name = "handmade collar"
path = /obj/item/clothing/neck/petcollar/handmade
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/syntech/pendant
name = "Normalizer Pendant"
path = /obj/item/clothing/neck/syntech
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/syntech/choker
name = "Normalizer Choker"
path = /obj/item/clothing/neck/syntech/choker
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/syntech/collar
name = "Normalizer Collar"
path = /obj/item/clothing/neck/syntech/collar
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/polypetcollar
name = "Collar (poly)"
path = /obj/item/clothing/neck/petcollar/poly
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#00bb70", "#FFC600")
/datum/gear/neck/teshari
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
/datum/gear/neck/teshari/standard
name = "Teshari Cloak"
path = /obj/item/clothing/neck/cloak/teshari
/datum/gear/neck/teshari/black_red
name = "Teshari Cloak Black Red"
path = /obj/item/clothing/neck/cloak/teshari/standard/black_red
/datum/gear/neck/teshari/white
name = "Teshari Cloak White"
path = /obj/item/clothing/neck/cloak/teshari/standard/white
/datum/gear/neck/teshari/rainbow
name = "Teshari Cloak Rainbow"
path = /obj/item/clothing/neck/cloak/teshari/standard/rainbow
/datum/gear/neck/teshari/orange
name = "Teshari Cloak orange"
path = /obj/item/clothing/neck/cloak/teshari/standard/orange
/datum/gear/neck/teshari/dark_retrowave
name = "Teshari Cloak Dark Retrowave"
path = /obj/item/clothing/neck/cloak/teshari/standard/dark_retrowave
/datum/gear/neck/teshari/black_glow
name = "Teshari Cloak Dark Black Glow"
path = /obj/item/clothing/neck/cloak/teshari/standard/black_glow