Add Nuclear Cola centrifuge recipe (#32441)
* Initial implementation * currently it crashes on load, don't know why, maybe changing the products will provide some insight * I was overlooking part of the yaml formatting.
This commit is contained in:
@@ -768,6 +768,20 @@
|
||||
products:
|
||||
NuclearCola: 5
|
||||
|
||||
- type: reaction
|
||||
id: NuclearColaBreakdown
|
||||
source: true
|
||||
requiredMixerCategories:
|
||||
- Centrifuge
|
||||
reactants:
|
||||
NuclearCola:
|
||||
amount: 10 # assuming we loose all o2 released as gas in the centrifugal process
|
||||
products:
|
||||
Ipecac: 2
|
||||
Water: 2
|
||||
Sugar: 2
|
||||
Uranium: 1
|
||||
|
||||
- type: reaction
|
||||
id: Patron
|
||||
requiredMixerCategories:
|
||||
|
||||
Reference in New Issue
Block a user