Files

162 lines
7.0 KiB
Plaintext

//SolGov Uniforms
//PT
/obj/item/clothing/under/pt/sifguard
name = "explorer's pt uniform"
desc = "A baggy shirt bearing the seal of the Society of Universal Cartographers and some dorky looking blue shorts."
/obj/item/clothing/under/pt/fleet
name = "fleet pt uniform"
desc = "A pair of black shorts and two tank tops, seems impractical. Looks good though."
/obj/item/clothing/under/pt/marine
name = "marine pt uniform"
desc = "Does NOT leave much to the imagination."
//Utility
/obj/item/clothing/under/utility
name = "utility uniform"
desc = "A comfortable turtleneck and black utility trousers."
/obj/item/clothing/under/utility/sifguard
name = "explorer's uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim."
/obj/item/clothing/under/utility/sifguard/medical
name = "explorer's medical uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and blue blazes."
/obj/item/clothing/under/utility/sifguard/medical/command
name = "explorer's medical command uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and blue blazes."
/obj/item/clothing/under/utility/sifguard/engineering
name = "explorer's engineering uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and organge blazes."
/obj/item/clothing/under/utility/sifguard/engineering/command
name = "explorer's engineering command uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and organge blazes."
/obj/item/clothing/under/utility/sifguard/supply
name = "explorer's supply uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and brown blazes."
/obj/item/clothing/under/utility/sifguard/security
name = "explorer's security uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has silver trim and red blazes."
/obj/item/clothing/under/utility/sifguard/security/command
name = "explorer's security command uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and red blazes."
/obj/item/clothing/under/utility/sifguard/command
name = "explorer's command uniform"
desc = "The utility uniform of the Society of Universal Cartographers, made from biohazard resistant material. This one has gold trim and gold blazes."
/obj/item/clothing/under/utility/fleet
name = "fleet coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material."
/obj/item/clothing/under/utility/fleet/medical
name = "fleet medical coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has blue cuffs."
/obj/item/clothing/under/utility/fleet/engineering
name = "fleet engineering coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has orange cuffs."
/obj/item/clothing/under/utility/fleet/supply
name = "fleet supply coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has brown cuffs."
/obj/item/clothing/under/utility/fleet/security
name = "fleet security coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has red cuffs."
/obj/item/clothing/under/utility/fleet/command
name = "fleet command coveralls"
desc = "The utility uniform of the USDF Fleet, made from an insulated material. This one has gold cuffs."
/obj/item/clothing/under/utility/marine
name = "marine fatigues"
desc = "The utility uniform of the USDF Marine Corps, made from durable material."
/obj/item/clothing/under/utility/marine/green
name = "green fatigues"
desc = "A green version of the USDF marine utility uniform, made from durable material."
/obj/item/clothing/under/utility/marine/tan
name = "tan fatigues"
desc = "A tan version of the USDF marine utility uniform, made from durable material."
/obj/item/clothing/under/utility/marine/olive
name = "olive fatigues"
desc = "An olive version of the USDF marine utility uniform, made from durable material."
icon = 'icons/obj/clothing/uniforms_vr.dmi'
icon_override = 'icons/mob/uniform_vr.dmi'
icon_state = "bdu_olive"
item_state = "bdu_olive"
/obj/item/clothing/under/utility/marine/desert
name = "desert fatigues"
desc = "A desert version of the USDF marine utility uniform, made from durable material."
icon = 'icons/obj/clothing/uniforms_vr.dmi'
icon_override = 'icons/mob/uniform_vr.dmi'
icon_state = "bdu_olive"
item_state = "bdu_olive"
/obj/item/clothing/under/utility/marine/medical
name = "marine medical fatigues"
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has blue markings."
/obj/item/clothing/under/utility/marine/engineering
name = "marine engineering fatigues"
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has orange markings."
/obj/item/clothing/under/utility/marine/supply
name = "marine supply fatigues"
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has brown markings."
/obj/item/clothing/under/utility/marine/security
name = "marine security fatigues"
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has red markings."
/obj/item/clothing/under/utility/marine/command
name = "marine command coveralls"
desc = "The utility uniform of the USDF Marine Corps, made from durable material. This one has gold markings."
//Service
/obj/item/clothing/under/service/fleet
name = "fleet service uniform"
desc = "The service uniform of the USDF Fleet, made from immaculate white fabric."
/obj/item/clothing/under/service/marine
name = "marine service uniform"
desc = "The service uniform of the USDF Marine Corps. Slimming."
worn_state = "greenservice"
/obj/item/clothing/under/service/marine/command
name = "marine command service uniform"
desc = "The service uniform of the USDF Marine Corps. Slimming and stylish."
/obj/item/clothing/under/mildress/expeditionary
name = "explorer's dress uniform"
desc = "The dress uniform of the Society of Universal Cartographers in silver trim."
/obj/item/clothing/under/mildress/expeditionary/command
name = "explorer's command dress uniform"
desc = "The dress uniform of the Society of Universal Cartographers in gold trim."
/obj/item/clothing/under/mildress/marine
name = "marine dress uniform"
desc = "The dress uniform of the USDF Marine Corps, class given form."
/obj/item/clothing/under/mildress/marine/command
name = "marine command dress uniform"
desc = "The dress uniform of the USDF Marine Corps, even classier in gold."