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>
This commit is contained in:
parent
3fa83d8dad
commit
4aaa7baa7f
1 changed files with 26 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue