added vanilla overhaul + K2 overhaul
This commit is contained in:
parent
3781b8dc24
commit
8b258f770d
13 changed files with 399 additions and 46 deletions
|
@ -113,11 +113,11 @@ data:extend({
|
|||
main_product = 'steam',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{type="fluid", name="fu_lead_fluid", amount=50, temperature=1500},
|
||||
{type="fluid", name="fu_lead_fluid_hot", amount=50},
|
||||
{type="fluid", name="water", amount=1000/2},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="fu_lead_fluid", amount=50, temperature=500},
|
||||
{type="fluid", name="fu_lead_fluid_cold", amount=50},
|
||||
{type="fluid", name="steam", amount=1000/2, temperature=425},
|
||||
},
|
||||
result_count = 1,
|
||||
|
@ -133,11 +133,11 @@ data:extend({
|
|||
main_product = 'steam',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{type="fluid", name="fu_lead_fluid", amount=100, temperature=1500},
|
||||
{type="fluid", name="fu_lead_fluid_hot", amount=100},
|
||||
{type="fluid", name="water", amount=1000/4},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="fu_lead_fluid", amount=100, temperature=500},
|
||||
{type="fluid", name="fu_lead_fluid_cold", amount=100},
|
||||
{type="fluid", name="steam", amount=1000/4, temperature=975},
|
||||
},
|
||||
result_count = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue