Module:FusionReactorRecipeDictionary
Documentation for this module may be created at Module:FusionReactorRecipeDictionary/doc
return {
{
name = 'HotNeutroniumPlate1',
ingredients = {
{'SynthesisCell', 2},
},
results = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
time = 200,
},
{
name = 'HotNeutroniumPlate2',
ingredients = {
{'SynthesisCell', 1},
{'UltimateCatalyst', 1},
},
results = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
time = 200,
},
}