From deb3c0371268c281265e786feb4c77f9772301c4 Mon Sep 17 00:00:00 2001 From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Fri, 19 May 2023 10:07:59 +0300 Subject: [PATCH] Advanced Tools Technology (#16497) Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- .../Locale/en-US/research/technologies.ftl | 1 + .../Entities/Structures/Machines/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/tools.yml | 18 ++++++++++++++++++ Resources/Prototypes/Research/industrial.yml | 15 ++++++++++++++- 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/research/technologies.ftl b/Resources/Locale/en-US/research/technologies.ftl index c35e97a205..7edf72b82e 100644 --- a/Resources/Locale/en-US/research/technologies.ftl +++ b/Resources/Locale/en-US/research/technologies.ftl @@ -14,6 +14,7 @@ research-technology-rapid-construction = Rapid Construction research-technology-shuttlecraft = Shuttlecraft research-technology-ripley-aplu = Ripley APLU research-technology-advanced-atmospherics = Advanced Atmospherics +research-technology-advanced-tools = Advanced Tools research-technology-super-powercells = Super Powercells research-technology-bluespace-storage = Bluespace Storage diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 90eb9ce697..888e37bd86 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -243,6 +243,8 @@ - ClothingBackpackHolding - ClothingBackpackSatchelHolding - ClothingBackpackDuffelHolding + - WelderIndustrialAdvanced + - JawsOfLife - type: entity parent: Protolathe diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index ebd2ae8383..2a4341c14a 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -184,3 +184,21 @@ materials: Steel: 500 Plastic: 100 + +- type: latheRecipe + id: WelderIndustrialAdvanced + result: WelderIndustrialAdvanced + completetime: 6 + materials: + Steel: 800 + Plasma: 200 + +- type: latheRecipe + id: JawsOfLife + result: JawsOfLife + completetime: 6 + materials: + Steel: 1000 + Glass: 500 + Plasma: 300 + Gold: 50 diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index 803870f826..36e0847e75 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -10,7 +10,6 @@ tier: 1 cost: 7500 recipeUnlocks: - - PowerDrill #todo remove this once we have advanced tools - MiningDrill - OreProcessorMachineCircuitboard @@ -160,6 +159,20 @@ technologyPrerequisites: - AdvancedPowercells +- type: technology + id: AdvancedToolsTechnology + name: research-technology-advanced-tools + icon: + sprite: Objects/Tools/welder_experimental.rsi + state: icon + discipline: Industrial + tier: 2 + cost: 10000 + recipeUnlocks: + - WelderIndustrialAdvanced + - PowerDrill + - JawsOfLife + # Tier 3 - type: technology -- 2.51.2