From 72501bac103aeb51fa5a18be9756b5a8b1e2cbef Mon Sep 17 00:00:00 2001 From: Entvari <195642967+Entvari@users.noreply.github.com> Date: Mon, 19 May 2025 23:35:08 +0100 Subject: [PATCH] Researchable & Printable Hyper Capacity Cells (#37619) * wowwww batterie * americanized the spelling of "maximised" to "maximized" * changed recipe to be more unique from microreactors * addressing requested changes --- Resources/Locale/en-US/research/technologies.ftl | 2 +- .../Entities/Objects/Power/powercells.yml | 2 +- .../Prototypes/Recipes/Lathes/Packs/science.yml | 1 + Resources/Prototypes/Recipes/Lathes/powercells.yml | 13 +++++++++++++ Resources/Prototypes/Research/industrial.yml | 7 ++++--- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/en-US/research/technologies.ftl b/Resources/Locale/en-US/research/technologies.ftl index 1d4af6465b..876579eea5 100644 --- a/Resources/Locale/en-US/research/technologies.ftl +++ b/Resources/Locale/en-US/research/technologies.ftl @@ -18,7 +18,7 @@ research-technology-advanced-atmospherics = Advanced Atmospherics research-technology-advanced-tools = Advanced Tools research-technology-super-powercells = Super Powercells research-technology-bluespace-storage = Bluespace Storage -research-technology-portable-fission = Portable Fission +research-technology-optimized-microgalvanism = Optimized Microgalvanism research-technology-space-scanning = Space Scanning research-technology-excavation = Mass Excavation diff --git a/Resources/Prototypes/Entities/Objects/Power/powercells.yml b/Resources/Prototypes/Entities/Objects/Power/powercells.yml index 15d15cc6ac..e4651a5875 100644 --- a/Resources/Prototypes/Entities/Objects/Power/powercells.yml +++ b/Resources/Prototypes/Entities/Objects/Power/powercells.yml @@ -175,7 +175,7 @@ - type: entity name: hyper-capacity power cell - description: A rechargeable standardized power cell. This one looks like a rare and powerful prototype. + description: A rechargeable standardized power cell. This iteration pushes the upper limits of portable power storage, boasting 66% more capacity than its predecessor. id: PowerCellHyper suffix: Full parent: BasePowerCell diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/science.yml b/Resources/Prototypes/Recipes/Lathes/Packs/science.yml index ef11d54ba0..16d28fa9bf 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/science.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/science.yml @@ -46,6 +46,7 @@ recipes: - PowerCellMicroreactor - PowerCellHigh + - PowerCellHyper - type: latheRecipePack id: ScienceWeapons diff --git a/Resources/Prototypes/Recipes/Lathes/powercells.yml b/Resources/Prototypes/Recipes/Lathes/powercells.yml index 3b9270201d..9f800f397d 100644 --- a/Resources/Prototypes/Recipes/Lathes/powercells.yml +++ b/Resources/Prototypes/Recipes/Lathes/powercells.yml @@ -32,6 +32,19 @@ Plastic: 200 Gold: 50 +- type: latheRecipe + id: PowerCellHyper + result: PowerCellHyperPrinted + categories: + - Parts + completetime: 10 + materials: + Steel: 800 + Glass: 700 + Plasma: 300 + Gold: 200 + Silver: 300 + - type: latheRecipe id: PowerCellMicroreactor result: PowerCellMicroreactorPrinted diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index c9c9520894..467afe5fef 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -27,7 +27,7 @@ recipeUnlocks: - RadarConsoleCircuitboard - HandHeldMassScanner - + - type: technology id: AdvancedPowercells name: research-technology-advanced-powercells @@ -200,8 +200,8 @@ - ClothingBackpackDuffelHolding - type: technology - id: PortableFission - name: research-technology-portable-fission + id: OptimizedMicrogalvanism + name: research-technology-optimized-microgalvanism icon: sprite: Objects/Power/power_cells.rsi state: microreactor @@ -210,5 +210,6 @@ cost: 10000 recipeUnlocks: - PowerCellMicroreactor + - PowerCellHyper technologyPrerequisites: - AdvancedPowercells -- 2.51.2