From ea5bf08e19ce4fdda003b8969335aa8d0aa127fd Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 14 May 2025 01:26:09 +0100 Subject: [PATCH] add back exped board (#3744) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml | 2 ++ Resources/Prototypes/Research/industrial.yml | 1 + Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml | 5 +++++ Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml | 5 +++++ 4 files changed, 13 insertions(+) diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml b/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml index fc6ff6f290..66eefa8d55 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml @@ -26,6 +26,8 @@ - OreBagOfHolding - type: latheRecipePack + parent: + - LogisticsBoards # DeltaV id: CargoBoards recipes: - OreProcessorIndustrialMachineCircuitboard diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index e58f651880..c093fc673f 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -13,6 +13,7 @@ - MiningDrill - MineralScannerEmpty - OreProcessorIndustrialMachineCircuitboard + - SalvageExpeditionsComputerCircuitboard # DeltaV - ClothingMaskWeldingGas - type: technology diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml index 902af004a3..016a8b2f5f 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml @@ -1,5 +1,10 @@ ## Dynamic +- type: latheRecipePack + id: LogisticsBoards + recipes: + - SalvageExpeditionsComputerCircuitboard + - type: latheRecipePack id: MiningDeltaV recipes: diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml index c5cef3c1b8..292f54c934 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml @@ -22,3 +22,8 @@ parent: [ BaseGoldCircuitboardRecipe, BaseMedicalMachineRecipeCategory ] id: CloningPodMachineCircuitboard result: CloningPodMachineCircuitboard + +- type: latheRecipe + parent: BaseSilverCircuitboardRecipe + id: SalvageExpeditionsComputerCircuitboard + result: SalvageExpeditionsComputerCircuitboard