Add new Delta-v clothing to the uniform printer (+recipe fixes) (#5741)
* make the AA clothing not take durathread * add new medical clothing to uniform printer * fix centcomm beret recipe * add atmos beret to uniform printer * delete silly comment that i forgot
This commit is contained in:
parent
6d7999c65a
commit
0a59ed6a04
|
|
@ -42,9 +42,28 @@
|
||||||
recipes:
|
recipes:
|
||||||
# CMO
|
# CMO
|
||||||
- ClothingLongcoatCMO
|
- ClothingLongcoatCMO
|
||||||
|
- ClothingUniformCMOFormal
|
||||||
|
- ClothingUniformJumpskirtCMOFormal
|
||||||
|
- ClothingUniformCMOVest
|
||||||
|
- ClothingUniformJumpskirtCMOVest
|
||||||
|
- ClothingUniformCMOSummer
|
||||||
# Chemist
|
# Chemist
|
||||||
- ClothingUniformJumpsuitChemShirt
|
- ClothingUniformJumpsuitChemShirt
|
||||||
- ClothingUniformJumpskirtChemShirt
|
- ClothingUniformJumpskirtChemShirt
|
||||||
|
# Paramed
|
||||||
|
- ClothingUniformParamedicJumper
|
||||||
|
- ClothingUniformJumpskirtParamedicJumper
|
||||||
|
# General
|
||||||
|
- ClothingUniformMedicalApron
|
||||||
|
- ClothingUniformJumpskirtMedicalApron
|
||||||
|
- ClothingUniformMedicalOffset
|
||||||
|
- ClothingUniformJumpskirtMedicalOffset
|
||||||
|
- ClothingUniformMedicalVest
|
||||||
|
- ClothingUniformJumpskirtMedicalVest
|
||||||
|
# Hats
|
||||||
|
- ClothingHeadHatBeretMedical
|
||||||
|
- ClothingHeadHatBeretSeniorChemistry
|
||||||
|
- ClothingHeadHatBeretParamedic
|
||||||
|
|
||||||
- type: latheRecipePack
|
- type: latheRecipePack
|
||||||
id: ClothingJustice
|
id: ClothingJustice
|
||||||
|
|
@ -99,6 +118,7 @@
|
||||||
- ClothingUniformJumpskirtAtmos
|
- ClothingUniformJumpskirtAtmos
|
||||||
- ClothingUniformJumpsuitAtmosCasual
|
- ClothingUniformJumpsuitAtmosCasual
|
||||||
- ClothingUniformJumpskirtAtmosCasual
|
- ClothingUniformJumpskirtAtmosCasual
|
||||||
|
- ClothingHeadHatBeretAtmospherics
|
||||||
|
|
||||||
- type: latheRecipePack
|
- type: latheRecipePack
|
||||||
id: ClothingServiceDeltaV
|
id: ClothingServiceDeltaV
|
||||||
|
|
@ -150,4 +170,5 @@
|
||||||
- ClothingUniformCybersunCasual
|
- ClothingUniformCybersunCasual
|
||||||
- ClothingUniformCybersunRND
|
- ClothingUniformCybersunRND
|
||||||
- ClothingOuterCybersunOvercoat
|
- ClothingOuterCybersunOvercoat
|
||||||
|
- ClothingOuterCoatLabCybersun
|
||||||
- ClothingBeltSyndicateUtility
|
- ClothingBeltSyndicateUtility
|
||||||
|
|
|
||||||
|
|
@ -197,12 +197,12 @@
|
||||||
# Secretary
|
# Secretary
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseCommandJumpsuitRecipe
|
parent: BaseJumpsuitRecipe
|
||||||
id: ClothingUniformJumpsuitSecretary
|
id: ClothingUniformJumpsuitSecretary
|
||||||
result: ClothingUniformJumpsuitSecretary
|
result: ClothingUniformJumpsuitSecretary
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseCommandJumpsuitRecipe
|
parent: BaseJumpsuitRecipe
|
||||||
id: ClothingUniformJumpskirtSecretary
|
id: ClothingUniformJumpskirtSecretary
|
||||||
result: ClothingUniformJumpskirtSecretary
|
result: ClothingUniformJumpskirtSecretary
|
||||||
|
|
||||||
|
|
@ -238,7 +238,7 @@
|
||||||
#Centcomm Clothing
|
#Centcomm Clothing
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseHatRecipe
|
parent: BaseCommandHatRecipe
|
||||||
id: ClothingHeadHatBeretCentcomm
|
id: ClothingHeadHatBeretCentcomm
|
||||||
result: ClothingHeadHatBeretCentcomm
|
result: ClothingHeadHatBeretCentcomm
|
||||||
|
|
||||||
|
|
@ -310,6 +310,11 @@
|
||||||
id: ClothingOuterCybersunOvercoat
|
id: ClothingOuterCybersunOvercoat
|
||||||
result: ClothingOuterCybersunOvercoat
|
result: ClothingOuterCybersunOvercoat
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCoatRecipe
|
||||||
|
id: ClothingOuterCoatLabCybersun
|
||||||
|
result: ClothingOuterCoatLabCybersun
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseHatRecipe
|
parent: BaseHatRecipe
|
||||||
id: ClothingHeadHatSurgcapCybersun
|
id: ClothingHeadHatSurgcapCybersun
|
||||||
|
|
@ -337,6 +342,16 @@
|
||||||
id: ClothingUniformJumpskirtHoPFormal
|
id: ClothingUniformJumpskirtHoPFormal
|
||||||
result: ClothingUniformJumpskirtHoPFormal
|
result: ClothingUniformJumpskirtHoPFormal
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCommandJumpsuitRecipe
|
||||||
|
id: ClothingUniformCMOFormal
|
||||||
|
result: ClothingUniformCMOFormal
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCommandJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtCMOFormal
|
||||||
|
result: ClothingUniformJumpskirtCMOFormal
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseJumpsuitRecipe
|
parent: BaseJumpsuitRecipe
|
||||||
id: ClothingUniformJumpskirtChemShirt
|
id: ClothingUniformJumpskirtChemShirt
|
||||||
|
|
@ -398,6 +413,11 @@
|
||||||
id: ClothingUniformJumpskirtAtmosCasual
|
id: ClothingUniformJumpskirtAtmosCasual
|
||||||
result: ClothingUniformJumpskirtAtmosCasual
|
result: ClothingUniformJumpskirtAtmosCasual
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseHatRecipe
|
||||||
|
id: ClothingHeadHatBeretAtmospherics
|
||||||
|
result: ClothingHeadHatBeretAtmospherics
|
||||||
|
|
||||||
# Botanist
|
# Botanist
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
parent: BaseJumpsuitRecipe
|
parent: BaseJumpsuitRecipe
|
||||||
|
|
@ -420,6 +440,79 @@
|
||||||
id: ClothingUniformSeniorBartenderSkirt
|
id: ClothingUniformSeniorBartenderSkirt
|
||||||
result: ClothingUniformSeniorBartenderSkirt
|
result: ClothingUniformSeniorBartenderSkirt
|
||||||
|
|
||||||
|
# CMO
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCommandJumpsuitRecipe
|
||||||
|
id: ClothingUniformCMOVest
|
||||||
|
result: ClothingUniformCMOVest
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCommandJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtCMOVest
|
||||||
|
result: ClothingUniformJumpskirtCMOVest
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseCommandJumpsuitRecipe
|
||||||
|
id: ClothingUniformCMOSummer
|
||||||
|
result: ClothingUniformCMOSummer
|
||||||
|
|
||||||
|
# Paramedic
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformParamedicJumper
|
||||||
|
result: ClothingUniformParamedicJumper
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtParamedicJumper
|
||||||
|
result: ClothingUniformJumpskirtParamedicJumper
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseHatRecipe
|
||||||
|
id: ClothingHeadHatBeretParamedic
|
||||||
|
result: ClothingHeadHatBeretParamedic
|
||||||
|
|
||||||
|
# Medical
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformMedicalApron
|
||||||
|
result: ClothingUniformMedicalApron
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtMedicalApron
|
||||||
|
result: ClothingUniformJumpskirtMedicalApron
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformMedicalOffset
|
||||||
|
result: ClothingUniformMedicalOffset
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtMedicalOffset
|
||||||
|
result: ClothingUniformJumpskirtMedicalOffset
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformMedicalVest
|
||||||
|
result: ClothingUniformMedicalVest
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseJumpsuitRecipe
|
||||||
|
id: ClothingUniformJumpskirtMedicalVest
|
||||||
|
result: ClothingUniformJumpskirtMedicalVest
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseHatRecipe
|
||||||
|
id: ClothingHeadHatBeretMedical
|
||||||
|
result: ClothingHeadHatBeretMedical
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
parent: BaseHatRecipe
|
||||||
|
id: ClothingHeadHatBeretSeniorChemistry
|
||||||
|
result: ClothingHeadHatBeretSeniorChemistry
|
||||||
|
|
||||||
# General
|
# General
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue