Skip to content

Commit

Permalink
Add Reagent gold and silver solification with frost oil
Browse files Browse the repository at this point in the history
  • Loading branch information
Minty642 committed Nov 10, 2024
1 parent d939e99 commit 26acf25
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Resources/Prototypes/Recipes/Reactions/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,29 @@
effects:
- !type:CreateEntityReactionEffect
entity: MaterialGunpowder

- type: reaction
id: SolidifyGold
impact: Low
quantized: true
reactants:
Gold:
amount: 10
Frostoil:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: IngotGold1

- type: reaction
id: SolidifySilver
impact: Low
quantized: true
reactants:
Silver:
amount: 10
Frostoil:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: IngotSilver1

0 comments on commit 26acf25

Please sign in to comment.