]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add Reagent gold and silver solification with frost oil (#33239)
authorMinty642 <42335609+Minty642@users.noreply.github.com>
Sun, 2 Feb 2025 01:00:31 +0000 (08:00 +0700)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 01:00:31 +0000 (02:00 +0100)
* 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>
Resources/Prototypes/Recipes/Reactions/fun.yml

index 5ae173c0ee5b9ba1620f2c5f30f22fb974351a2b..86d1fcc2fec09031ca768f60d6a9b61b84072dd0 100644 (file)
   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