From 13d3be86e3049ec47d48287f82f243f17618371f Mon Sep 17 00:00:00 2001 From: Radezolid Date: Mon, 21 Apr 2025 10:24:41 -0300 Subject: [PATCH] Shared stuff on lathes (#3530) * Added powercells * Added SimpleElectronics and added it to lathes * fix --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + .../_DV/Entities/Structures/Machines/lathe.yml | 5 +++++ .../Prototypes/_DV/Recipes/Lathes/Packs/shared.yml | 11 +++++++++++ 3 files changed, 17 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0bd622f3d4..1ebe9b6816 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -502,6 +502,7 @@ - EmptyMedkitsStatic - SurgeryStatic - ReportingStatic # DeltaV + - PowerCellsStatic # DeltaV dynamicPacks: - Chemistry - CyberneticsMedical # Shitmed change diff --git a/Resources/Prototypes/_DV/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/lathe.yml index bd69c7e45f..d55b1bd9a0 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/lathe.yml @@ -97,9 +97,11 @@ staticPacks: - ToolsStatic - PartsStatic + - PowerCellsStatic - LVCablesStatic - CargoStatic - ReportingStatic + - SimpleElectronicsStatic dynamicPacks: - Equipment - Mining @@ -132,9 +134,11 @@ - RingsStatic - ReportingStatic - LVCablesStatic + - PowerCellsStatic - LightsStatic - ServiceStatic - PartsStaticDeltaV # Add Beaker and Hand Labeler to the service techfab + - SimpleElectronicsStatic dynamicPacks: - Janitor - Instruments @@ -172,6 +176,7 @@ - ChemistryStatic - PowerCellsStatic - ReportingStatic + - SimpleElectronicsStatic dynamicPacks: - ScienceEquipment - ScienceClothing diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/shared.yml b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/shared.yml index 1b65787b0b..ae6da19387 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/shared.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/shared.yml @@ -24,3 +24,14 @@ recipes: - CassetteTape - TapeRecorder + +- type: latheRecipePack + id: SimpleElectronicsStatic + recipes: + - DoorElectronics + - StationMapElectronics + - MailingUnitElectronics + - APCElectronics + - CellRechargerCircuitboard + - WeaponCapacitorRechargerCircuitboard + - FreezerElectronics