diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index a34bab04da..ffc27fb7f7 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -259,6 +259,7 @@ - CargoBoardsStatic - MedicalBoardsStatic - EngineeringBoardsStatic + - DenBoardsStatic # DEN dynamicPacks: - EngineeringBoards - CargoBoards diff --git a/Resources/Prototypes/_DEN/Entities/Clothing/Hands/rings.yml b/Resources/Prototypes/_DEN/Entities/Clothing/Hands/rings.yml new file mode 100644 index 0000000000..b9fe918d56 --- /dev/null +++ b/Resources/Prototypes/_DEN/Entities/Clothing/Hands/rings.yml @@ -0,0 +1,27 @@ +- type: entity + parent: GoldRingDiamond + id: GoldRingDiamondPrinted + components: + - type: StaticPrice + price: 300 # 20% of original + +- type: entity + parent: SilverRingDiamond + id: SilverRingDiamondPrinted + components: + - type: StaticPrice + price: 280 # 20% of original + +- type: entity + parent: GoldRingGem + id: GoldRingGemPrinted + components: + - type: StaticPrice + price: 300 # same price as gold diamond ring due to material costs + +- type: entity + parent: SilverRingGem + id: SilverRingGemPrinted + components: + - type: StaticPrice + price: 280 # same price as silver diamond ring due to material costs diff --git a/Resources/Prototypes/_DEN/Entities/Objects/Devices/Circuitboards/Machines/production.yml b/Resources/Prototypes/_DEN/Entities/Objects/Devices/Circuitboards/Machines/production.yml new file mode 100644 index 0000000000..cb8608f678 --- /dev/null +++ b/Resources/Prototypes/_DEN/Entities/Objects/Devices/Circuitboards/Machines/production.yml @@ -0,0 +1,9 @@ +- type: entity + id: AutotailorMachineCircuitboard + parent: BaseMachineCircuitboard + name: autotailor machine board + components: + - type: MachineBoard + prototype: Autotailor + stackRequirements: + Manipulator: 3 diff --git a/Resources/Prototypes/_DEN/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/_DEN/Entities/Structures/Machines/lathe.yml new file mode 100644 index 0000000000..fcafe1512a --- /dev/null +++ b/Resources/Prototypes/_DEN/Entities/Structures/Machines/lathe.yml @@ -0,0 +1,33 @@ +- type: entity + parent: BaseLathe + id: Autotailor + name: autotailor + description: Produces new, non-job specific clothing and accessories with the press of a button. + components: + - type: Transform + noRot: false + - type: Sprite + sprite: Structures/Machines/uniform_printer.rsi # TODO: Sprites + snapCardinals: false + layers: + - state: icon + map: ["enum.LatheVisualLayers.IsRunning"] + - type: Machine + board: AutotailorMachineCircuitboard + - type: Lathe + producingSound: /Audio/Machines/uniformprinter.ogg + idleState: icon + runningState: building + staticPacks: + - DenAutotailorStatic + # TODO: Uncomment when emagged recipes are added + # - type: EmagLatheRecipes + # emagStaticPacks: + # - DenAutotailorEmagStatic + - type: MaterialStorage + whitelist: &StandardMaterialWhitelist + tags: + - Sheet + - RawMaterial + - Ingot + - type: OreSiloClient diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/circuitboards.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/circuitboards.yml new file mode 100644 index 0000000000..5aa3658d8c --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/circuitboards.yml @@ -0,0 +1,4 @@ +- type: latheRecipePack + id: DenBoardsStatic + recipes: + - AutotailorMachineCircuitboard diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/clothing.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/clothing.yml new file mode 100644 index 0000000000..d5f835cf30 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Packs/clothing.yml @@ -0,0 +1,322 @@ +- type: latheRecipePack + parent: + - DenBeltsCosmeticJob + - DenEyesGlassesCosmetic + - DenEyesGlassesGar + - DenEyesMiscellaneous + - DenHandsGlovesColor + - DenHandsGlovesCosmetic + - DenHandsGlovesJob + # - DenHandsRingsDecorated # indecisive... + - DenHandsRingsSimple + - DenHatsColorSoft + # - DenHatsAnimal # maintenance loot + - DenHatsBandana + - DenHatsCosmetic + # - DenHatsCowboy # use the autodrobe instead + # - DenHatsParty # get a party crate instead + - DenShoesColor + - DenUniformsClothesMate + - DenUniformsColor + - DenUniformsCosmetic + - DenUniformsCosmeticJob + - DenUniformsDresses + - DenUniformsRandom + id: DenAutotailorStatic + +- type: latheRecipePack + id: DenAutotailorEmagStatic + recipes: [] + +# Uniforms + +- type: latheRecipePack + id: DenUniformsColor + recipes: + - ClothingUniformJumpsuitColorGrey + - ClothingUniformJumpskirtColorGrey + - ClothingUniformJumpsuitColorWhite + - ClothingUniformJumpskirtColorWhite + - ClothingUniformJumpsuitColorBlack + - ClothingUniformJumpskirtColorBlack + - ClothingUniformJumpsuitColorBlue + - ClothingUniformJumpskirtColorBlue + - ClothingUniformJumpsuitColorYellow + - ClothingUniformJumpskirtColorYellow + - ClothingUniformJumpsuitColorGreen + - ClothingUniformJumpskirtColorGreen + - ClothingUniformJumpsuitColorOrange + - ClothingUniformJumpskirtColorOrange + - ClothingUniformJumpsuitColorRed + - ClothingUniformJumpskirtColorRed + - ClothingUniformJumpsuitColorPurple + - ClothingUniformJumpskirtColorPurple + - ClothingUniformJumpsuitColorPink + - ClothingUniformJumpskirtColorPink + - ClothingUniformJumpsuitColorDarkBlue + - ClothingUniformJumpskirtColorDarkBlue + - ClothingUniformJumpsuitColorDarkGreen + - ClothingUniformJumpskirtColorDarkGreen + - ClothingUniformJumpsuitColorLightBrown + - ClothingUniformJumpskirtColorLightBrown + - ClothingUniformJumpsuitColorBrown + - ClothingUniformJumpskirtColorBrown + - ClothingUniformJumpsuitColorMaroon + - ClothingUniformJumpskirtColorMaroon + - ClothingUniformJumpsuitColorTeal + - ClothingUniformJumpskirtColorTeal + +- type: latheRecipePack + id: DenUniformsClothesMate + recipes: + - ClothingUniformJumpsuitFlannel + - ClothingUniformJumpsuitHawaiBlack + - ClothingUniformJumpsuitHawaiBlue + - ClothingUniformJumpsuitHawaiRed + - ClothingUniformJumpsuitHawaiYellow + - ClothingUniformJumpsuitCasualBlue + - ClothingUniformJumpskirtCasualBlue + - ClothingUniformJumpsuitCasualPurple + - ClothingUniformJumpskirtCasualPurple + - ClothingUniformJumpsuitCasualRed + - ClothingUniformJumpskirtCasualRed + - ClothingUniformJumpsuitCasualGreen + - ClothingUniformJumpskirtCasualGreen + +- type: latheRecipePack + id: DenUniformsCosmetic + recipes: + - ClothingUniformJumpsuitLoungewear + - ClothingUniformJumpsuitNanotrasen + # - ClothingUniformJumpsuitPirate # autodrobe or pirate crate instead + - ClothingUniformJumpsuitCossack + - ClothingUniformJumpsuitKimono + - ClothingUniformJumpskirtOfLife + +- type: latheRecipePack + id: DenUniformsDresses + recipes: + - ClothingUniformJumpskirtBlackElegantDress + - ClothingUniformJumpskirtRedElegantDress + - ClothingUniformJumpskirtGreenElegantDress + - ClothingUniformJumpskirtBlueElegantDress + - ClothingUniformJumpskirtPurpleElegantDress + - ClothingUniformJumpskirtCyanStripedDress + - ClothingUniformJumpskirtRedStripedDress + - ClothingUniformJumpskirtGreenStripedDress + - ClothingUniformJumpskirtPinkStripedDress + - ClothingUniformJumpskirtOrangeStripedDress + - ClothingUniformJumpskirtPurpleTurtleneckDress + - ClothingUniformJumpskirtRedTurtleneckDress + - ClothingUniformJumpskirtGreenTurtleneckDress + - ClothingUniformJumpskirtBlueTurtleneckDress + - ClothingUniformJumpskirtYellowTurtleneckDress + - ClothingUniformJumpskirtYellowOldDress + +- type: latheRecipePack + id: DenUniformsCosmeticJob + recipes: + - ClothingUniformJumpskirtJanimaid + - ClothingUniformJumpskirtJanimaidmini + - ClothingUniformOveralls + - UniformScrubsColorPurple + - UniformScrubsColorGreen + - UniformScrubsColorBlue + +- type: latheRecipePack + id: DenUniformsRandom + recipes: + - ClothingUniformRandomArmless + - ClothingUniformRandomStandard + - ClothingUniformRandomBra + - ClothingUniformRandomShorts + - ClothingUniformRandomShirt + +# Outerwear + +# Hats + +- type: latheRecipePack + id: DenHatsColorSoft + recipes: + - ClothingHeadHatMimesoft + - ClothingHeadHatBluesoft + - ClothingHeadHatCorpsoft + - ClothingHeadHatGreensoft + - ClothingHeadHatBlacksoft + - ClothingHeadHatGreysoft + - ClothingHeadHatOrangesoft + - ClothingHeadHatPurplesoft + - ClothingHeadHatRedsoft + - ClothingHeadHatYellowsoft + +- type: latheRecipePack + id: DenHatsAnimal + recipes: + - ClothingHeadHatAnimalCat + - ClothingHeadHatAnimalCatBrown + - ClothingHeadHatAnimalCatBlack + - ClothingHeadHatAnimalHeadslime + - ClothingHeadHatAnimalMonkey + +- type: latheRecipePack + id: DenHatsBandana + recipes: + - ClothingHeadBandBlack + - ClothingHeadBandBlue + - ClothingHeadBandGold + - ClothingHeadBandGreen + - ClothingHeadBandGrey + - ClothingHeadBandRed + - ClothingHeadBandSkull + # - ClothingMaskBandMerc + - ClothingHeadBandBrown + +- type: latheRecipePack + id: DenHatsCosmetic + recipes: + - ClothingHeadHatBeaverHat + - ClothingHeadHatBeret + - ClothingHeadHatBeretFrench + - ClothingHeadHatCasa + - ClothingHeadHatBowlerHat + - ClothingHeadHatFedoraBrown + - ClothingHeadHatFedoraGrey + - ClothingHeadHatFez + - ClothingHeadHatPaper + # - ClothingHeadHatPirate # autodrobe or pirate crate instead + # - ClothingHeadHatPirateTricord # autodrobe or pirate crate instead + - ClothingHeadHatPlaguedoctor + - ClothingHeadHatSombrero + - ClothingHeadHatTophat + - ClothingHeadHatUshanka + - ClothingHeadHatCanadaBeanie + - ClothingHeadHatWizardFake + - ClothingHeadHatXmasCrown + - ClothingHeadHatTrucker + - ClothingHeadPaperSack + - ClothingHeadPaperSackSmile + - ClothingHeadFishCap + - ClothingHeadWehcellentCap + - ClothingHeadHatHetmanHat + - ClothingHeadHatGreyFlatcap + - ClothingHeadHatBrownFlatcap + - ClothingHeadHatStrawHat + - ClothingHeadPropellerHat + - ClothingHeadHatBunny + +- type: latheRecipePack + id: DenHatsParty + recipes: + - ClothingHeadHatPartyRed + - ClothingHeadHatPartyYellow + - ClothingHeadHatPartyGreen + - ClothingHeadHatPartyBlue + - ClothingHeadHatPartyWaterCup + +- type: latheRecipePack + id: DenHatsCowboy + recipes: + - ClothingHeadHatCowboyBrown + - ClothingHeadHatCowboyBlack + - ClothingHeadHatCowboyGrey + - ClothingHeadHatCowboyRed + - ClothingHeadHatCowboyWhite + - ClothingHeadHatCowboyBountyHunter + +# Eyes + +- type: latheRecipePack + id: DenEyesGlassesCosmetic + recipes: + - ClothingEyesGlasses + - ClothingEyesGlassesJensen + - ClothingEyesGlassesJamjar + - ClothingEyesGlassesOutlawGlasses + - ClothingEyesGlassesCheapSunglasses + +- type: latheRecipePack + id: DenEyesGlassesGar + recipes: + - ClothingEyesGlassesGar + - ClothingEyesGlassesGarOrange + - ClothingEyesGlassesGarGiga + +- type: latheRecipePack + id: DenEyesMiscellaneous + recipes: + - ClothingEyesBlindfold + - ClothingEyesEyepatch + +# Mask + +# Neck + +# Belt + +- type: latheRecipePack + id: DenBeltsCosmeticJob + recipes: + - ClothingBeltSuspendersRed + - ClothingBeltSuspendersBlack + +# Hands + +- type: latheRecipePack + id: DenHandsGlovesColor + recipes: + - ClothingHandsGlovesColorPurple + - ClothingHandsGlovesColorRed + - ClothingHandsGlovesColorBlue + - ClothingHandsGlovesColorTeal + - ClothingHandsGlovesColorBrown + - ClothingHandsGlovesColorGray + - ClothingHandsGlovesColorGreen + - ClothingHandsGlovesColorLightBrown + - ClothingHandsGlovesColorOrange + - ClothingHandsGlovesColorWhite + - ClothingHandsGlovesColorBlack + +- type: latheRecipePack + id: DenHandsGlovesCosmetic + recipes: + - ClothingHandsGlovesPowerglove + - ClothingHandsGlovesFingerless + - ClothingHandsGlovesFingerlessInsulated + # - ClothingHandsGlovesMercFingerless + +- type: latheRecipePack + id: DenHandsGlovesJob + recipes: + - ClothingHandsGlovesLeather + - ClothingHandsGlovesJanitor + - ClothingHandsGlovesRobohands + +- type: latheRecipePack + id: DenHandsRingsSimple + recipes: + - GoldRing + - SilverRing + +- type: latheRecipePack + id: DenHandsRingsDecorated + recipes: + - GoldRingDiamond + - SilverRingDiamond + - GoldRingGem + - SilverRingGem + +# Shoes + +- type: latheRecipePack + id: DenShoesColor + recipes: + - ClothingShoesColorWhite + - ClothingShoesColorBlack + - ClothingShoesColorBlue + - ClothingShoesColorBrown + - ClothingShoesColorGreen + - ClothingShoesColorOrange + - ClothingShoesColorRed + - ClothingShoesColorYellow + - ClothingShoesColorPurple diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/belts.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/belts.yml new file mode 100644 index 0000000000..342008a5ec --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/belts.yml @@ -0,0 +1,24 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + id: BaseBeltRecipe + categories: + - Belts + completetime: 2 + materials: + Cloth: 100 + +# Job-relevant cosmetic belts + +- type: latheRecipe + parent: BaseBeltRecipe + id: ClothingBeltSuspendersRed + result: ClothingBeltSuspendersRed + +- type: latheRecipe + parent: BaseBeltRecipe + id: ClothingBeltSuspendersBlack + result: ClothingBeltSuspendersBlack + +# Non-job specific cosmetic belts diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/eyes.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/eyes.yml new file mode 100644 index 0000000000..d3b5ddbe43 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/eyes.yml @@ -0,0 +1,62 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + id: BaseEyewearRecipe + categories: + - Eyes + completetime: 2 + materials: + Glass: 100 + +# Non-job specific cosmetic eyewear + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlasses + result: ClothingEyesGlasses + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesJensen + result: ClothingEyesGlassesJensen + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesJamjar + result: ClothingEyesGlassesJamjar + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesOutlawGlasses + result: ClothingEyesGlassesOutlawGlasses + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesCheapSunglasses + result: ClothingEyesGlassesCheapSunglasses + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesBlindfold + result: ClothingEyesBlindfold + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesEyepatch + result: ClothingEyesEyepatch + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesGar + result: ClothingEyesGlassesGar + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesGarOrange + result: ClothingEyesGlassesGarOrange + +- type: latheRecipe + parent: BaseEyewearRecipe + id: ClothingEyesGlassesGarGiga + result: ClothingEyesGlassesGarGiga diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hands.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hands.yml new file mode 100644 index 0000000000..b03af64912 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hands.yml @@ -0,0 +1,167 @@ +# Base + +- type: latheRecipe + abstract: true + id: BaseHandsRecipe + categories: + - Hands + completetime: 2 + materials: + Cloth: 100 + +- type: latheRecipe + abstract: true + parent: BaseHandsRecipe + id: BaseGlovesRecipe + materials: + Cloth: 100 + +# Color gloves + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorWhite + result: ClothingHandsGlovesColorWhite + categories: + - Hands + - Colorable + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorPurple + result: ClothingHandsGlovesColorPurple + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorRed + result: ClothingHandsGlovesColorRed + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorBlue + result: ClothingHandsGlovesColorBlue + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorTeal + result: ClothingHandsGlovesColorTeal + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorBrown + result: ClothingHandsGlovesColorBrown + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorGray + result: ClothingHandsGlovesColorGray + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorGreen + result: ClothingHandsGlovesColorGreen + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorLightBrown + result: ClothingHandsGlovesColorLightBrown + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorOrange + result: ClothingHandsGlovesColorOrange + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesColorBlack + result: ClothingHandsGlovesColorBlack + +# Job-relevant gloves + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesLeather + result: ClothingHandsGlovesLeather + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesJanitor + result: ClothingHandsGlovesJanitor + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesRobohands + result: ClothingHandsGlovesRobohands + +# Non-job specific cosmetic gloves + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesPowerglove + result: ClothingHandsGlovesPowerglove + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesFingerless + result: ClothingHandsGlovesFingerless + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesFingerlessInsulated + result: ClothingHandsGlovesFingerlessInsulated + +- type: latheRecipe + parent: BaseGlovesRecipe + id: ClothingHandsGlovesMercFingerless + result: ClothingHandsGlovesMercFingerless + +# Non-job specific cosmetic hand items + +- type: latheRecipe + parent: BaseHandsRecipe + id: GoldRing + result: GoldRing + materials: + Gold: 25 + +- type: latheRecipe + parent: BaseHandsRecipe + id: SilverRing + result: SilverRing + materials: + Silver: 25 + +- type: latheRecipe + parent: BaseHandsRecipe + id: GoldRingDiamond + result: GoldRingDiamondPrinted + materials: + Gold: 25 + Diamond: 100 + +- type: latheRecipe + parent: BaseHandsRecipe + id: SilverRingDiamond + result: SilverRingDiamondPrinted + materials: + Silver: 25 + Diamond: 100 + +- type: latheRecipe + parent: BaseHandsRecipe + id: GoldRingGem + result: GoldRingGemPrinted + materials: + Gold: 25 + Diamond: 100 + +- type: latheRecipe + parent: BaseHandsRecipe + id: SilverRingGem + result: SilverRingGemPrinted + materials: + Silver: 25 + Diamond: 100 + +# TODO: maybe that feature from frontier that allows lathes to produce items at a lowered sale value? +# then we replace this with the original prototypes diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hats.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hats.yml new file mode 100644 index 0000000000..ef261c5d38 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/hats.yml @@ -0,0 +1,354 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + parent: BaseHatRecipe + id: BaseHatPartyRecipe + materials: + Paper: 100 + +# Baseball caps + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatMimesoft # white + result: ClothingHeadHatMimesoft + categories: + - Hats + - Colorable + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBluesoft + result: ClothingHeadHatBluesoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCorpsoft + result: ClothingHeadHatCorpsoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatGreensoft + result: ClothingHeadHatGreensoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBlacksoft + result: ClothingHeadHatBlacksoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatGreysoft + result: ClothingHeadHatGreysoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatOrangesoft + result: ClothingHeadHatOrangesoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatPurplesoft + result: ClothingHeadHatPurplesoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatRedsoft + result: ClothingHeadHatRedsoft + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatYellowsoft + result: ClothingHeadHatYellowsoft + +# Non-job specific cosmetic hats + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeaverHat + result: ClothingHeadHatBeaverHat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeret + result: ClothingHeadHatBeret + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeretFrench + result: ClothingHeadHatBeretFrench + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCasa + result: ClothingHeadHatCasa + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBowlerHat + result: ClothingHeadHatBowlerHat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatFedoraBrown + result: ClothingHeadHatFedoraBrown + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatFedoraGrey + result: ClothingHeadHatFedoraGrey + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatFez + result: ClothingHeadHatFez + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatPaper # TODO: make this a crafting recipe + result: ClothingHeadHatPaper + materials: + Paper: 0.25 + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatPirate + result: ClothingHeadHatPirate + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatPirateTricord + result: ClothingHeadHatPirateTricord + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatPlaguedoctor + result: ClothingHeadHatPlaguedoctor + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatSombrero + result: ClothingHeadHatSombrero + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatTophat + result: ClothingHeadHatTophat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatUshanka + result: ClothingHeadHatUshanka + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCanadaBeanie + result: ClothingHeadHatCanadaBeanie + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatWizardFake + result: ClothingHeadHatWizardFake + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatXmasCrown + result: ClothingHeadHatXmasCrown + materials: + Cardboard: 0.50 + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatTrucker + result: ClothingHeadHatTrucker + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadPaperSack + result: ClothingHeadPaperSack + materials: + Paper: 100 + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadPaperSackSmile + result: ClothingHeadPaperSackSmile + materials: + Paper: 100 + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadFishCap + result: ClothingHeadFishCap + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadWehcellentCap + result: ClothingHeadWehcellentCap + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatHetmanHat + result: ClothingHeadHatHetmanHat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatGreyFlatcap + result: ClothingHeadHatGreyFlatcap + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBrownFlatcap + result: ClothingHeadHatBrownFlatcap + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatStrawHat + result: ClothingHeadHatStrawHat + materials: + Wood: 50 + Plastic: 50 + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadPropellerHat + result: ClothingHeadPropellerHat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBunny + result: ClothingHeadHatBunny + +## Cowboy hats + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyBrown + result: ClothingHeadHatCowboyBrown + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyBlack + result: ClothingHeadHatCowboyBlack + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyGrey + result: ClothingHeadHatCowboyGrey + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyRed + result: ClothingHeadHatCowboyRed + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyWhite + result: ClothingHeadHatCowboyWhite + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatCowboyBountyHunter + result: ClothingHeadHatCowboyBountyHunter + +## Party hats + +- type: latheRecipe + parent: BaseHatPartyRecipe + id: ClothingHeadHatPartyRed + result: ClothingHeadHatPartyRed + +- type: latheRecipe + parent: BaseHatPartyRecipe + id: ClothingHeadHatPartyYellow + result: ClothingHeadHatPartyYellow + +- type: latheRecipe + parent: BaseHatPartyRecipe + id: ClothingHeadHatPartyGreen + result: ClothingHeadHatPartyGreen + +- type: latheRecipe + parent: BaseHatPartyRecipe + id: ClothingHeadHatPartyBlue + result: ClothingHeadHatPartyBlue + +- type: latheRecipe + parent: BaseHatPartyRecipe + id: ClothingHeadHatPartyWaterCup # TODO: turn into crafting recipe + result: ClothingHeadHatPartyWaterCup + +## Animal hats + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatAnimalCat + result: ClothingHeadHatAnimalCat + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatAnimalCatBrown + result: ClothingHeadHatAnimalCatBrown + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatAnimalCatBlack + result: ClothingHeadHatAnimalCatBlack + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatAnimalHeadslime + result: ClothingHeadHatAnimalHeadslime + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatAnimalMonkey + result: ClothingHeadHatAnimalMonkey + +## Bandanas + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandBlack + result: ClothingHeadBandBlack + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandBlue + result: ClothingHeadBandBlue + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandGold + result: ClothingHeadBandGold + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandGreen + result: ClothingHeadBandGreen + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandGrey + result: ClothingHeadBandGrey + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandRed + result: ClothingHeadBandRed + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandSkull + result: ClothingHeadBandSkull + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingMaskBandMerc + result: ClothingMaskBandMerc + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadBandBrown + result: ClothingHeadBandBrown diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpskirts.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpskirts.yml new file mode 100644 index 0000000000..73bb0d5cca --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpskirts.yml @@ -0,0 +1,198 @@ +# Color uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorWhite + result: ClothingUniformJumpskirtColorWhite + categories: + - Jumpsuits + - Colorable + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorBlack + result: ClothingUniformJumpskirtColorBlack + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorBlue + result: ClothingUniformJumpskirtColorBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorYellow + result: ClothingUniformJumpskirtColorYellow + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorGreen + result: ClothingUniformJumpskirtColorGreen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorOrange + result: ClothingUniformJumpskirtColorOrange + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorRed + result: ClothingUniformJumpskirtColorRed + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorPurple + result: ClothingUniformJumpskirtColorPurple + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorPink + result: ClothingUniformJumpskirtColorPink + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorDarkBlue + result: ClothingUniformJumpskirtColorDarkBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorDarkGreen + result: ClothingUniformJumpskirtColorDarkGreen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorBrown + result: ClothingUniformJumpskirtColorBrown + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorMaroon + result: ClothingUniformJumpskirtColorMaroon + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtColorTeal + result: ClothingUniformJumpskirtColorTeal + +# Job-relevant cosmetic uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtJanimaid + result: ClothingUniformJumpskirtJanimaid + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtJanimaidmini + result: ClothingUniformJumpskirtJanimaidmini + +# Non-job specific cosmetic uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtOfLife + result: ClothingUniformJumpskirtOfLife + +## Casual uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtCasualBlue + result: ClothingUniformJumpskirtCasualBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtCasualPurple + result: ClothingUniformJumpskirtCasualPurple + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtCasualRed + result: ClothingUniformJumpskirtCasualRed + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtCasualGreen + result: ClothingUniformJumpskirtCasualGreen + +## Dresses + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtBlackElegantDress + result: ClothingUniformJumpskirtBlackElegantDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtRedElegantDress + result: ClothingUniformJumpskirtRedElegantDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtGreenElegantDress + result: ClothingUniformJumpskirtGreenElegantDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtBlueElegantDress + result: ClothingUniformJumpskirtBlueElegantDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtPurpleElegantDress + result: ClothingUniformJumpskirtPurpleElegantDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtCyanStripedDress + result: ClothingUniformJumpskirtCyanStripedDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtRedStripedDress + result: ClothingUniformJumpskirtRedStripedDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtGreenStripedDress + result: ClothingUniformJumpskirtGreenStripedDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtPinkStripedDress + result: ClothingUniformJumpskirtPinkStripedDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtOrangeStripedDress + result: ClothingUniformJumpskirtOrangeStripedDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtPurpleTurtleneckDress + result: ClothingUniformJumpskirtPurpleTurtleneckDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtRedTurtleneckDress + result: ClothingUniformJumpskirtRedTurtleneckDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtGreenTurtleneckDress + result: ClothingUniformJumpskirtGreenTurtleneckDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtBlueTurtleneckDress + result: ClothingUniformJumpskirtBlueTurtleneckDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtYellowTurtleneckDress + result: ClothingUniformJumpskirtYellowTurtleneckDress + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtYellowOldDress + result: ClothingUniformJumpskirtYellowOldDress + diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpsuits.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpsuits.yml new file mode 100644 index 0000000000..f50e50c3c5 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/jumpsuits.yml @@ -0,0 +1,209 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + parent: BaseJumpsuitRecipe + id: BaseRandomJumpsuitRecipe + categories: + - Jumpsuits + - RandomClothes + +# Color uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorWhite + result: ClothingUniformJumpsuitColorWhite + categories: + - Jumpsuits + - Colorable + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorBlack + result: ClothingUniformJumpsuitColorBlack + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorBlue + result: ClothingUniformJumpsuitColorBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorYellow + result: ClothingUniformJumpsuitColorYellow + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorGreen + result: ClothingUniformJumpsuitColorGreen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorOrange + result: ClothingUniformJumpsuitColorOrange + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorRed + result: ClothingUniformJumpsuitColorRed + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorPurple + result: ClothingUniformJumpsuitColorPurple + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorPink + result: ClothingUniformJumpsuitColorPink + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorDarkBlue + result: ClothingUniformJumpsuitColorDarkBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorDarkGreen + result: ClothingUniformJumpsuitColorDarkGreen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorLightBrown + result: ClothingUniformJumpsuitColorLightBrown + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorBrown + result: ClothingUniformJumpsuitColorBrown + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorMaroon + result: ClothingUniformJumpsuitColorMaroon + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitColorTeal + result: ClothingUniformJumpsuitColorTeal + +# Randomized clothing + +- type: latheRecipe + parent: BaseRandomJumpsuitRecipe + id: ClothingUniformRandomArmless + result: ClothingUniformRandomArmless + +- type: latheRecipe + parent: BaseRandomJumpsuitRecipe + id: ClothingUniformRandomStandard + result: ClothingUniformRandomStandard + +- type: latheRecipe + parent: BaseRandomJumpsuitRecipe + id: ClothingUniformRandomBra + result: ClothingUniformRandomBra + +- type: latheRecipe + parent: BaseRandomJumpsuitRecipe + id: ClothingUniformRandomShorts + result: ClothingUniformRandomShorts + +- type: latheRecipe + parent: BaseRandomJumpsuitRecipe + id: ClothingUniformRandomShirt + result: ClothingUniformRandomShirt + +# Job-relevant cosmetic uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformOveralls + result: ClothingUniformOveralls + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: UniformScrubsColorPurple + result: UniformScrubsColorPurple + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: UniformScrubsColorGreen + result: UniformScrubsColorGreen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: UniformScrubsColorBlue + result: UniformScrubsColorBlue + +# Non-job specific cosmetic uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitFlannel + result: ClothingUniformJumpsuitFlannel + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitNanotrasen + result: ClothingUniformJumpsuitNanotrasen + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitPirate + result: ClothingUniformJumpsuitPirate + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitCossack + result: ClothingUniformJumpsuitCossack + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitKimono + result: ClothingUniformJumpsuitKimono + +## Hawaiian shirts + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitHawaiBlack + result: ClothingUniformJumpsuitHawaiBlack + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitHawaiBlue + result: ClothingUniformJumpsuitHawaiBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitHawaiRed + result: ClothingUniformJumpsuitHawaiRed + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitHawaiYellow + result: ClothingUniformJumpsuitHawaiYellow + +## Casual uniforms + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitCasualBlue + result: ClothingUniformJumpsuitCasualBlue + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitCasualPurple + result: ClothingUniformJumpsuitCasualPurple + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitCasualRed + result: ClothingUniformJumpsuitCasualRed + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitCasualGreen + result: ClothingUniformJumpsuitCasualGreen diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/shoes.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/shoes.yml new file mode 100644 index 0000000000..7c5c28aa5e --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/Clothing/shoes.yml @@ -0,0 +1,62 @@ +# Base + +- type: latheRecipe + abstract: true + id: BaseShoesRecipe + categories: + - Shoes + completetime: 2 + materials: + Cloth: 100 + +# Color shoes + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorWhite + result: ClothingShoesColorWhite + categories: + - Shoes + - Colorable + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorBlue + result: ClothingShoesColorBlue + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorBlack + result: ClothingShoesColorBlack + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorBrown + result: ClothingShoesColorBrown + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorGreen + result: ClothingShoesColorGreen + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorOrange + result: ClothingShoesColorOrange + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorRed + result: ClothingShoesColorRed + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorYellow + result: ClothingShoesColorYellow + +- type: latheRecipe + parent: BaseShoesRecipe + id: ClothingShoesColorPurple + result: ClothingShoesColorPurple + +# Non-job specific cosmetic shoes diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/machine_boards.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/machine_boards.yml new file mode 100644 index 0000000000..cdfd42a017 --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/Recipes/machine_boards.yml @@ -0,0 +1,4 @@ +- type: latheRecipe + parent: [ BaseCircuitboardRecipe, BaseGeneralMachineRecipeCategory ] + id: AutotailorMachineCircuitboard + result: AutotailorMachineCircuitboard diff --git a/Resources/Prototypes/_DEN/Recipes/Lathes/categories.yml b/Resources/Prototypes/_DEN/Recipes/Lathes/categories.yml new file mode 100644 index 0000000000..630f0c6d0d --- /dev/null +++ b/Resources/Prototypes/_DEN/Recipes/Lathes/categories.yml @@ -0,0 +1,29 @@ +# Clothing - belt slot +- type: latheCategory + id: Belts + name: lathe-category-belts + +# Items designed to be recolored - primarily used in autotailor +- type: latheCategory + id: Colorable + name: lathe-category-colorable + +# Clothing - glasses slot +- type: latheCategory + id: Eyes + name: lathe-category-eyes + +# Clothing - hand slot +- type: latheCategory + id: Hands + name: lathe-category-hands + +# Clothing - procedurally-generated clothing +- type: latheCategory + id: RandomClothes + name: lathe-category-random-clothes + +# Clothing - foot slot +- type: latheCategory + id: Shoes + name: lathe-category-shoes