Add Chief Justice Cloak to Uniform Printer (#1395)
* Adds Chief Justice outfit to uniform printer * I forgot the dang cloak * Update Resources/Prototypes/Entities/Structures/Machines/lathe.yml Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Signed-off-by: Bellwether <157836624+BellwetherLogic@users.noreply.github.com> --------- Signed-off-by: Bellwether <157836624+BellwetherLogic@users.noreply.github.com> Co-authored-by: Bellwether <null> Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
This commit is contained in:
parent
679c285e47
commit
f48d4773bf
|
|
@ -80,3 +80,60 @@
|
|||
completetime: 4
|
||||
materials:
|
||||
Cloth: 500
|
||||
|
||||
# Chief Justice Wardrobe
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingHeadHatCJToque
|
||||
result: ClothingHeadHatCJToque
|
||||
completetime: 2
|
||||
materials:
|
||||
Cloth: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingUniformJumpsuitChiefJustice
|
||||
result: ClothingUniformJumpsuitChiefJustice
|
||||
completetime: 4
|
||||
materials:
|
||||
Cloth: 300
|
||||
Durathread: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingUniformJumpskirtChiefJustice
|
||||
result: ClothingUniformJumpskirtChiefJustice
|
||||
completetime: 4
|
||||
materials:
|
||||
Cloth: 300
|
||||
Durathread: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingUniformJumpsuitChiefJusticeFormal
|
||||
result: ClothingUniformJumpsuitChiefJusticeFormal
|
||||
completetime: 4
|
||||
materials:
|
||||
Cloth: 300
|
||||
Durathread: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingUniformJumpsuitChiefJusticeWhite
|
||||
result: ClothingUniformJumpsuitChiefJusticeWhite
|
||||
completetime: 5
|
||||
materials:
|
||||
Cloth: 300
|
||||
Durathread: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingNeckCloakCJ
|
||||
result: ClothingNeckCloakCJ
|
||||
completetime: 2.8
|
||||
materials:
|
||||
Cloth: 200
|
||||
Durathread: 150
|
||||
|
||||
- type: latheRecipe
|
||||
id: ClothingOuterChiefJustice
|
||||
result: ClothingOuterChiefJustice
|
||||
completetime: 3.2
|
||||
materials:
|
||||
Cloth: 300
|
||||
Durathread: 200
|
||||
|
|
|
|||
|
|
@ -1075,6 +1075,11 @@
|
|||
- ClothingUniformJumpskirtQMTurtleneck
|
||||
- ClothingUniformJumpsuitQMFormal
|
||||
- ClothingHeadHatBeretRND
|
||||
- ClothingHeadHatCJToque # DeltaV - Chief Justice
|
||||
- ClothingUniformJumpsuitChiefJustice # DeltaV - Chief Justice
|
||||
- ClothingUniformJumpskirtChiefJustice # DeltaV - Chief Justice
|
||||
- ClothingUniformJumpsuitChiefJusticeFormal # DeltaV - Chief Justice
|
||||
- ClothingUniformJumpsuitChiefJusticeWhite # DeltaV - Chief Justice
|
||||
- ClothingUniformJumpsuitResearchDirector
|
||||
- ClothingUniformJumpskirtResearchDirector
|
||||
- ClothingUniformJumpsuitScientist
|
||||
|
|
@ -1109,6 +1114,7 @@
|
|||
- ClothingOuterWinterWardenUnarmored
|
||||
- ClothingOuterWinterQM
|
||||
- ClothingOuterWinterRD
|
||||
- ClothingOuterChiefJustice # DeltaV - Chief Justice
|
||||
- ClothingNeckMantleCap
|
||||
- ClothingNeckMantleCE
|
||||
- ClothingNeckMantleCMO
|
||||
|
|
@ -1116,6 +1122,7 @@
|
|||
- ClothingNeckMantleHOS
|
||||
- ClothingNeckMantleRD
|
||||
- ClothingNeckMantleQM
|
||||
- ClothingNeckCloakCJ # DeltaV - Chief Justice
|
||||
- ClothingOuterStasecSweater # DeltaV - added stasec sweater to uniform printer.
|
||||
- ClothingOuterWinterMusician
|
||||
- ClothingOuterWinterClown
|
||||
|
|
|
|||
Loading…
Reference in New Issue