Add missing command uniforms to the uniform printer (#3037)
* Added command berets, AA uniforms, and CJ uniforms to the uniform printer * Spacing fix * whoops, another spacing fix * spacing fixes (part 3) * Added LO's second beret (why are there two???) * grahhhh * removed the prison hat for now
This commit is contained in:
parent
3006b2c15a
commit
ef18c5cbf7
|
|
@ -526,6 +526,7 @@
|
|||
- Carpets
|
||||
- Bedsheets
|
||||
- BeltsDeltaV # DeltaV
|
||||
- ClothingJustice # DeltaV
|
||||
- type: EmagLatheRecipes
|
||||
emagStaticPacks:
|
||||
- ClothingCentComm
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
- ClothingUniformCourier
|
||||
- ClothingUniformSkirtCourier
|
||||
# QM
|
||||
- ClothingHeadHatBeretLogi
|
||||
- ClothingUniformJumpskirtQMFormal
|
||||
# Salvage
|
||||
- ClothingUniformJumpskirtSalvageSpecialist
|
||||
|
|
@ -14,13 +15,21 @@
|
|||
- type: latheRecipePack
|
||||
id: ClothingCommandDeltaV
|
||||
recipes:
|
||||
# Captain
|
||||
- ClothingHeadHatBeretCap
|
||||
# HoP
|
||||
- ClothingUniformJumpsuitHoPFormal
|
||||
- ClothingUniformJumpskirtHoPFormal
|
||||
# Administrative Assistant
|
||||
- ClothingUniformJumpsuitAdminAssistant
|
||||
- ClothingUniformJumpskirtAdminAssistant
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ClothingEpistemics
|
||||
recipes:
|
||||
# Mystagogue
|
||||
- ClothingHeadHatBeretMysta
|
||||
- ClothingHeadHoodMysta
|
||||
# Psionic Mantis
|
||||
- ClothingUniformJumpsuitMantis
|
||||
- ClothingUniformSkirtMantis
|
||||
|
|
|
|||
|
|
@ -126,6 +126,40 @@
|
|||
id: ClothingUniformJumpskirtSalvageSpecialist
|
||||
result: ClothingUniformJumpskirtSalvageSpecialist
|
||||
|
||||
# Administrative Assistant
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformJumpsuitAdminAssistant
|
||||
result: ClothingUniformJumpsuitAdminAssistant
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtAdminAssistant
|
||||
result: ClothingUniformJumpskirtAdminAssistant
|
||||
|
||||
# Command Hats
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatBeretCap
|
||||
result: ClothingHeadHatBeretCap
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatBeretMysta
|
||||
result: ClothingHeadHatBeretMysta
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHoodMysta
|
||||
result: ClothingHeadHoodMysta
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatBeretLogi
|
||||
result: ClothingHeadHatBeretLogi
|
||||
|
||||
#Centcomm Clothing
|
||||
|
||||
- type: latheRecipe
|
||||
|
|
|
|||
Loading…
Reference in New Issue