From: Jessica M Date: Sun, 12 Oct 2025 00:04:05 +0000 (-0700) Subject: Adds swabs and an Emag inventory to the biogenerator (#39037) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e9469f07345021be46dca617f42ab9c4a85fa6ec;p=space-station-14.git Adds swabs and an Emag inventory to the biogenerator (#39037) * adds swab and emag inv to biogenerator * lower swab biomass requirement * add hostile cubes to emag inventory --------- Co-authored-by: Jessica M --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index d7fec6aa8c..60e52c772d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -586,6 +586,10 @@ staticPacks: - BioGenIngredientsStatic - BioGenMaterialsStatic + - type: EmagLatheRecipes + emagStaticPacks: + - BioGenEmagStatic + - HostileCubesStatic - type: entity parent: BaseLathe diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml b/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml index 49ac26c52b..b8c91d431b 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml @@ -20,6 +20,7 @@ - BioGenLeft4Zed - BioGenEZNutrient - BioGenRobustHarvest + - BioGenDiseaseSwab - type: latheRecipePack id: BioGenMaterialsStatic @@ -28,3 +29,8 @@ - BioGenMaterialCardboard1 - BioGenPaper - BioGenPaperRolling1 + +- type: latheRecipePack + id: BioGenEmagStatic + recipes: + - BioGenUnstableMutagen diff --git a/Resources/Prototypes/Recipes/Lathes/biogen.yml b/Resources/Prototypes/Recipes/Lathes/biogen.yml index a22a535caa..57951c99b8 100644 --- a/Resources/Prototypes/Recipes/Lathes/biogen.yml +++ b/Resources/Prototypes/Recipes/Lathes/biogen.yml @@ -249,5 +249,24 @@ materials: Biomass: 18 +- type: latheRecipe + id: BioGenDiseaseSwab + result: DiseaseSwab + categories: + - Materials + completetime: 3 + materials: + Biomass: 2 - +- type: latheRecipe + id: BioGenUnstableMutagen + resultReagents: + UnstableMutagen: 10 + categories: + - Chemicals + icon: + sprite: Objects/Specific/Chemistry/bottle.rsi + state: bottle-1 + completetime: 5 + materials: + Biomass: 20