From 6b4afe17cd2db94ea88072a81d30416eee75b7be Mon Sep 17 00:00:00 2001 From: AlgisAlphonse <94876543+AlgisAlphonse@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:31:44 +0200 Subject: [PATCH] Adds plastic to the biogenerator and rebalances the biogenerator (#4298) --- Resources/Locale/en-US/_DV/stack/stacks.ftl | 5 +++ .../Recipes/Lathes/Packs/biogen.yml | 3 ++ .../Prototypes/Recipes/Lathes/biogen.yml | 33 ++++++++-------- .../Prototypes/_DV/Recipes/Lathes/biogen.yml | 39 +++++++++++++++++++ 4 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 Resources/Prototypes/_DV/Recipes/Lathes/biogen.yml diff --git a/Resources/Locale/en-US/_DV/stack/stacks.ftl b/Resources/Locale/en-US/_DV/stack/stacks.ftl index f236bacd0e..853e341b05 100644 --- a/Resources/Locale/en-US/_DV/stack/stacks.ftl +++ b/Resources/Locale/en-US/_DV/stack/stacks.ftl @@ -5,3 +5,8 @@ stack-entropy = mote of entropy stack-rough-bluespace = rough bluespace stack-treatcoin = treatcoin + +## Biogenerator plastic +stack-biogenerator-plastic1 = plastic (single) +stack-biogenerator-plastic10 = plastic (10) +stack-biogenerator-plastic30 = plastic (30) diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml b/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml index 49ac26c52b..8f14b76707 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml @@ -28,3 +28,6 @@ - BioGenMaterialCardboard1 - BioGenPaper - BioGenPaperRolling1 + - BioGenSheetPlastic1 # DeltaV + - BioGenSheetPlastic10 # DeltaV + - BioGenSheetPlastic30 # DeltaV diff --git a/Resources/Prototypes/Recipes/Lathes/biogen.yml b/Resources/Prototypes/Recipes/Lathes/biogen.yml index a22a535caa..faf39f15a9 100644 --- a/Resources/Prototypes/Recipes/Lathes/biogen.yml +++ b/Resources/Prototypes/Recipes/Lathes/biogen.yml @@ -1,3 +1,5 @@ +# DeltaV - for context, default coco pod produces 2 biomass! + - type: latheRecipe id: BioGenMonkeyCube result: MonkeyCube @@ -26,7 +28,7 @@ state: cloth completetime: 1 materials: - Biomass: 10 + Biomass: 6 # DeltaV - was 10 - type: latheRecipe id: BioGenMaterialCardboard1 @@ -38,7 +40,7 @@ state: cardboard completetime: 1 materials: - Biomass: 5 + Biomass: 4 # DeltaV - was 5 - type: latheRecipe id: BioGenPaper @@ -47,7 +49,7 @@ - Materials completetime: 1 materials: - Biomass: 2 + Biomass: 1 # DeltaV - was 2 - type: latheRecipe id: BioGenPaperRolling1 @@ -65,7 +67,7 @@ - Materials completetime: 3 materials: - Biomass: 3 + Biomass: 2 # DeltaV - was 3 - type: latheRecipe id: BioGenPlantBGone @@ -130,7 +132,7 @@ state: bottle-1 completetime: 1 materials: - Biomass: 15 + Biomass: 10 # DeltaV - was 15 - type: latheRecipe id: BioGenRobustHarvest @@ -143,7 +145,7 @@ state: bottle-1 completetime: 1 materials: - Biomass: 15 + Biomass: 14 # DeltaV - was 15 - type: latheRecipe id: BioGenMilk @@ -156,7 +158,7 @@ state: icon completetime: 1 materials: - Biomass: 12 + Biomass: 8 # DeltaV - was 12 - type: latheRecipe id: BioGenMilkSoy @@ -169,7 +171,7 @@ state: icon completetime: 1 materials: - Biomass: 12 + Biomass: 8 # DeltaV - was 12 - type: latheRecipe id: BioGenEthanol @@ -182,7 +184,7 @@ state: icon completetime: 1 materials: - Biomass: 18 + Biomass: 12 # DeltaV - was 18 - type: latheRecipe id: BioGenCream @@ -195,7 +197,7 @@ state: icon completetime: 1 materials: - Biomass: 18 + Biomass: 12 # DeltaV - was 18 - type: latheRecipe id: BioGenBlackpepper @@ -208,7 +210,7 @@ state: packet-pepper completetime: 1 materials: - Biomass: 18 + Biomass: 12 # DeltaV - was 18 - type: latheRecipe id: BioGenEnzyme @@ -221,7 +223,7 @@ state: bottle-empty completetime: 1 materials: - Biomass: 18 + Biomass: 12 # DeltaV - was 18 - type: latheRecipe id: BioGenFlour @@ -234,7 +236,7 @@ state: flour-big completetime: 1 materials: - Biomass: 18 + Biomass: 10 # DeltaV - was 18 - type: latheRecipe id: BioGenSugar @@ -247,7 +249,4 @@ state: sugar-big completetime: 1 materials: - Biomass: 18 - - - + Biomass: 10 # DeltaV - was 18 diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/biogen.yml b/Resources/Prototypes/_DV/Recipes/Lathes/biogen.yml new file mode 100644 index 0000000000..cd83c6eaeb --- /dev/null +++ b/Resources/Prototypes/_DV/Recipes/Lathes/biogen.yml @@ -0,0 +1,39 @@ + +- type: latheRecipe + id: BioGenSheetPlastic1 + result: SheetPlastic1 + categories: + - Materials + icon: + sprite: Objects/Materials/Sheets/other.rsi + state: plastic + name: stack-biogenerator-plastic1 + completetime: 1 + materials: + Biomass: 2 + +- type: latheRecipe + id: BioGenSheetPlastic10 + result: SheetPlastic10 + categories: + - Materials + icon: + sprite: Objects/Materials/Sheets/other.rsi + state: plastic_2 + name: stack-biogenerator-plastic10 + completetime: 1 + materials: + Biomass: 20 + +- type: latheRecipe + id: BioGenSheetPlastic30 + result: SheetPlastic + categories: + - Materials + icon: + sprite: Objects/Materials/Sheets/other.rsi + state: plastic_3 + name: stack-biogenerator-plastic30 + completetime: 1 + materials: + Biomass: 60