mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
100 lines
4.6 KiB
Plaintext
100 lines
4.6 KiB
Plaintext
//SolGov Uniform Suits
|
|
|
|
//Service
|
|
/obj/item/clothing/suit/storage/service/sifguard
|
|
name = "explorer's jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has silver buttons."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/medical
|
|
name = "explorer's medical jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has silver buttons and blue trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/medical/command
|
|
name = "explorer's medical command jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has gold buttons and blue trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/engineering
|
|
name = "explorer's engineering jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has silver buttons and orange trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/engineering/command
|
|
name = "explorer's engineering command jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has gold buttons and orange trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/supply
|
|
name = "explorer's supply jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has silver buttons and brown trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/security
|
|
name = "explorer's security jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has silver buttons and red trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/security/command
|
|
name = "explorer's security command jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has gold buttons and red trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/sifguard/command
|
|
name = "explorer's command jacket"
|
|
desc = "A uniform service jacket belonging to the Society of Universal Cartographers. It has gold buttons and gold trim."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine
|
|
name = "marine coat"
|
|
desc = "An USDF Marine Corps service coat. Green and undecorated."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/medical
|
|
name = "marine medical jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has blue markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/medical/command
|
|
name = "marine medical command jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has blue and gold markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/engineering
|
|
name = "marine engineering jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has orange markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/engineering/command
|
|
name = "marine engineering command jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has orange and gold markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/supply
|
|
name = "marine supply jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has brown markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/security
|
|
name = "marine security jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has red markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/security/command
|
|
name = "marine security command jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has red and gold markings."
|
|
|
|
/obj/item/clothing/suit/storage/service/marine/command
|
|
name = "marine command jacket"
|
|
desc = "An USDF Marine Corps service coat. This one has gold markings."
|
|
|
|
//Dress
|
|
|
|
/obj/item/clothing/suit/dress/expedition
|
|
name = "explorer's dress jacket"
|
|
desc = "A silver and grey dress jacket belonging to the Society of Universal Cartographers. Fashionable, for the 25th century at least."
|
|
|
|
/obj/item/clothing/suit/dress/expedition/command
|
|
name = "explorer's command dress jacket"
|
|
desc = "A gold and grey dress jacket belonging to the Society of Universal Cartographers. The height of fashion."
|
|
|
|
/obj/item/clothing/suit/storage/toggle/dress/fleet
|
|
name = "fleet dress jacket"
|
|
desc = "A crisp white USDF Fleet dress jacket with blue and gold accents. Don't get near pasta sauce or vox."
|
|
|
|
/obj/item/clothing/suit/storage/toggle/dress/fleet/command
|
|
name = "fleet command dress jacket"
|
|
desc = "A crisp white USDF Fleet dress jacket dripping with gold accents. So bright it's blinding."
|
|
|
|
/obj/item/clothing/suit/dress/marine
|
|
name = "marine dress jacket"
|
|
desc = "A tailored black USDF Marine Corps dress jacket with red trim. So sexy it hurts."
|
|
|
|
/obj/item/clothing/suit/dress/marine/command
|
|
name = "marine command dress jacket"
|
|
desc = "A tailored black USDF Marine Corps dress jacket with gold trim. Smells like ceremony." |