Skip to content

Commit

Permalink
Increase crashsite oil outpost output by 6.67x. (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
grilledham authored Nov 16, 2021
1 parent 774236a commit 155b116
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions map_gen/maps/crash_site/outpost_data/big_oil_refinery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ local factory = {
recipe = 'advanced-oil-processing',
has_fluid_output = true,
output = {
{min_rate = 3.125 / 60, distance_factor = 3.125 / 60 / 512, item = 'heavy-oil', fluidbox_index = 3},
{min_rate = 5.625/ 60, distance_factor = 5.625 / 60 / 512, item = 'light-oil', fluidbox_index = 4},
{min_rate = 6.875 / 60, distance_factor = 6.875 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 5}
{min_rate = 41.667 / 60, distance_factor = 47.667 / 60 / 512, item = 'heavy-oil', fluidbox_index = 3},
{min_rate = 75 / 60, distance_factor = 75 / 60 / 512, item = 'light-oil', fluidbox_index = 4},
{min_rate = 91.667 / 60, distance_factor = 91.667 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 5}
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions map_gen/maps/crash_site/outpost_data/medium_oil_refinery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ local factory = {
recipe = 'advanced-oil-processing',
has_fluid_output = true,
output = {
{min_rate = 3.125 / 60, distance_factor = 3.125 / 60 / 512, item = 'heavy-oil', fluidbox_index = 3},
{min_rate = 5.625 / 60, distance_factor = 5.625 / 60 / 512, item = 'light-oil', fluidbox_index = 4},
{min_rate = 6.875 / 60, distance_factor = 6.875 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 5}
{min_rate = 20.833 / 60, distance_factor = 20.833 / 60 / 512, item = 'heavy-oil', fluidbox_index = 3},
{min_rate = 37.5 / 60, distance_factor = 37.5 / 60 / 512, item = 'light-oil', fluidbox_index = 4},
{min_rate = 45.833 / 60, distance_factor = 45.833 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 5}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local factory = {
recipe = 'basic-oil-processing',
has_fluid_output = true,
output = {
{min_rate = 4.5 / 60, distance_factor = 4.5 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 2}
{min_rate = 30 / 60, distance_factor = 30 / 60 / 512, item = 'petroleum-gas', fluidbox_index = 2}
}
}
}
Expand Down

0 comments on commit 155b116

Please sign in to comment.