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:
|
||||
# CMO
|
||||
- ClothingLongcoatCMO
|
||||
- ClothingUniformCMOFormal
|
||||
- ClothingUniformJumpskirtCMOFormal
|
||||
- ClothingUniformCMOVest
|
||||
- ClothingUniformJumpskirtCMOVest
|
||||
- ClothingUniformCMOSummer
|
||||
# Chemist
|
||||
- ClothingUniformJumpsuitChemShirt
|
||||
- ClothingUniformJumpskirtChemShirt
|
||||
# Paramed
|
||||
- ClothingUniformParamedicJumper
|
||||
- ClothingUniformJumpskirtParamedicJumper
|
||||
# General
|
||||
- ClothingUniformMedicalApron
|
||||
- ClothingUniformJumpskirtMedicalApron
|
||||
- ClothingUniformMedicalOffset
|
||||
- ClothingUniformJumpskirtMedicalOffset
|
||||
- ClothingUniformMedicalVest
|
||||
- ClothingUniformJumpskirtMedicalVest
|
||||
# Hats
|
||||
- ClothingHeadHatBeretMedical
|
||||
- ClothingHeadHatBeretSeniorChemistry
|
||||
- ClothingHeadHatBeretParamedic
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ClothingJustice
|
||||
|
|
@ -99,6 +118,7 @@
|
|||
- ClothingUniformJumpskirtAtmos
|
||||
- ClothingUniformJumpsuitAtmosCasual
|
||||
- ClothingUniformJumpskirtAtmosCasual
|
||||
- ClothingHeadHatBeretAtmospherics
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ClothingServiceDeltaV
|
||||
|
|
@ -150,4 +170,5 @@
|
|||
- ClothingUniformCybersunCasual
|
||||
- ClothingUniformCybersunRND
|
||||
- ClothingOuterCybersunOvercoat
|
||||
- ClothingOuterCoatLabCybersun
|
||||
- ClothingBeltSyndicateUtility
|
||||
|
|
|
|||
|
|
@ -197,12 +197,12 @@
|
|||
# Secretary
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpsuitSecretary
|
||||
result: ClothingUniformJumpsuitSecretary
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtSecretary
|
||||
result: ClothingUniformJumpskirtSecretary
|
||||
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
#Centcomm Clothing
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseHatRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatBeretCentcomm
|
||||
result: ClothingHeadHatBeretCentcomm
|
||||
|
||||
|
|
@ -310,6 +310,11 @@
|
|||
id: ClothingOuterCybersunOvercoat
|
||||
result: ClothingOuterCybersunOvercoat
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCoatRecipe
|
||||
id: ClothingOuterCoatLabCybersun
|
||||
result: ClothingOuterCoatLabCybersun
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseHatRecipe
|
||||
id: ClothingHeadHatSurgcapCybersun
|
||||
|
|
@ -337,6 +342,16 @@
|
|||
id: ClothingUniformJumpskirtHoPFormal
|
||||
result: ClothingUniformJumpskirtHoPFormal
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformCMOFormal
|
||||
result: ClothingUniformCMOFormal
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtCMOFormal
|
||||
result: ClothingUniformJumpskirtCMOFormal
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtChemShirt
|
||||
|
|
@ -398,6 +413,11 @@
|
|||
id: ClothingUniformJumpskirtAtmosCasual
|
||||
result: ClothingUniformJumpskirtAtmosCasual
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseHatRecipe
|
||||
id: ClothingHeadHatBeretAtmospherics
|
||||
result: ClothingHeadHatBeretAtmospherics
|
||||
|
||||
# Botanist
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
|
|
@ -420,6 +440,79 @@
|
|||
id: 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
|
||||
|
||||
- type: latheRecipe
|
||||
|
|
|
|||
Loading…
Reference in New Issue