From: Minty642 <42335609+Minty642@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:00:31 +0000 (+0700) Subject: Add Reagent gold and silver solification with frost oil (#33239) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4aaa7baa7fc03e310632d17d0ff2da4d5425b9a2;p=space-station-14.git Add Reagent gold and silver solification with frost oil (#33239) * Add Reagent gold and silver solification with frost oil * Update Resources/Prototypes/Recipes/Reactions/fun.yml * Update Resources/Prototypes/Recipes/Reactions/fun.yml * edit frostOil value * Update Resources/Prototypes/Recipes/Reactions/fun.yml * Update Resources/Prototypes/Recipes/Reactions/fun.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Recipes/Reactions/fun.yml b/Resources/Prototypes/Recipes/Reactions/fun.yml index 5ae173c0ee..86d1fcc2fe 100644 --- a/Resources/Prototypes/Recipes/Reactions/fun.yml +++ b/Resources/Prototypes/Recipes/Reactions/fun.yml @@ -201,3 +201,29 @@ effects: - !type:CreateEntityReactionEffect entity: MaterialGunpowder + +- type: reaction + id: SolidifyGold + impact: Low + quantized: true + reactants: + Gold: + amount: 10 + FrostOil: + amount: 5 + effects: + - !type:CreateEntityReactionEffect + entity: IngotGold1 + +- type: reaction + id: SolidifySilver + impact: Low + quantized: true + reactants: + Silver: + amount: 10 + FrostOil: + amount: 5 + effects: + - !type:CreateEntityReactionEffect + entity: IngotSilver1