Adds ties to the uniform printer. (#23686)

To not bloat the vendors but to still allow one to be fancy if they bother head of personel enough.
This commit is contained in:
Adrian16199
2024-01-07 20:55:41 +01:00
committed by GitHub
parent aa7fcb19ec
commit 7c87ba3b41
2 changed files with 26 additions and 0 deletions

View File

@@ -928,6 +928,7 @@
- ClothingHeadHatWarden - ClothingHeadHatWarden
- ClothingUniformJumpsuitWarden - ClothingUniformJumpsuitWarden
- ClothingUniformJumpskirtWarden - ClothingUniformJumpskirtWarden
# Winter outfits
- ClothingOuterWinterCap - ClothingOuterWinterCap
- ClothingOuterWinterCE - ClothingOuterWinterCE
- ClothingOuterWinterCMO - ClothingOuterWinterCMO
@@ -962,6 +963,10 @@
- ClothingOuterWinterSci - ClothingOuterWinterSci
- ClothingOuterWinterRobo - ClothingOuterWinterRobo
- ClothingOuterWinterSec - ClothingOuterWinterSec
# Ties
- ClothingNeckTieRed
- ClothingNeckTieDet
- ClothingNeckTieSci
- type: EmagLatheRecipes - type: EmagLatheRecipes
emagStaticRecipes: emagStaticRecipes:
- ClothingHeadHatCentcomcap - ClothingHeadHatCentcomcap

View File

@@ -1036,3 +1036,24 @@
completetime: 2 completetime: 2
materials: materials:
Cloth: 100 Cloth: 100
- type: latheRecipe
id: ClothingNeckTieRed
result: ClothingNeckTieRed
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckTieDet
result: ClothingNeckTieDet
completetime: 2
materials:
Cloth: 50
- type: latheRecipe
id: ClothingNeckTieSci
result: ClothingNeckTieSci
completetime: 2
materials:
Cloth: 50