Skip to content

Commit

Permalink
Remove all code related to fluidbox.base_level
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 9, 2024
1 parent 163faf1 commit 5fcbe59
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 66 deletions.
2 changes: 0 additions & 2 deletions prototypes/buildings/advanced-foundry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,13 @@ for i = 1, 4 do
pipe_covers = py.pipe_covers(true, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.88}, nil, nil),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.5, -0.5}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(true, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.88}, nil, nil),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.5, 2.5}, direction = defines.direction.south}}
},
{
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/automated-factory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,13 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.3, 3.06}, {-0.00, -0.93}, {0.55, 0.15}, {-0.5, 0.15}, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 3.0}, direction = defines.direction.south}}
},
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.3, 3.06}, {-0.00, -0.93}, {0.55, 0.15}, {-0.5, 0.15}, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, -3.0}, direction = defines.direction.north}}
},
{
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/botanical-nursery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,13 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.2, 4.13}, {0.12, -4.03}, {4.115, 0.1}, {-3.88, 0.16}, pipes),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 3.0}, direction = defines.direction.south}}
},
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.2, 4.13}, {0.12, -4.03}, {4.115, 0.1}, {-3.88, 0.16}, pipes),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, -3.0}, direction = defines.direction.north}}
},
{
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/carbon-filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,13 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-2", {0, 0.36}, {0, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.0, 0.0}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-2", {0, 0.36}, {0, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 2.0}, direction = defines.direction.south}}
},
{
Expand Down
3 changes: 0 additions & 3 deletions prototypes/buildings/chemical-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 4.0}, direction = defines.direction.south}}
},
--South
Expand All @@ -264,7 +263,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.0, 4.0}, direction = defines.direction.south}}
},
--South2
Expand All @@ -273,7 +271,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {4.0, 4.0}, direction = defines.direction.south}}
},
},
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/cooling-tower-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ ENTITY {
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {-0.0, -0.9}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {1.0, 0.0}, direction = defines.direction.east}}
},
{
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/cooling-tower-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ ENTITY {
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {-0.05, -0.7}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {1.0, -2.0}, direction = defines.direction.north}}
},
{
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/desulfurizator-unit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.25, 1.25}, {-0.00, -0.95}, {0.65, 0.10}, {-0.65, 0.10}, pipe_left),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.5, 1.5}, direction = defines.direction.east}}
}
},
Expand Down
4 changes: 0 additions & 4 deletions prototypes/buildings/distilator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ for i = 1, 4 do
production_type = "input",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_connections = {{flow_direction = "input", position = {-1.5, -3.5}, direction = defines.direction.north}}
},
Expand All @@ -148,7 +147,6 @@ for i = 1, 4 do
production_type = "input",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_connections = {{flow_direction = "input", position = {-1.5, 3.5}, direction = defines.direction.south}}
},
Expand All @@ -165,7 +163,6 @@ for i = 1, 4 do
production_type = "input",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil), --.05
pipe_connections = {{flow_direction = "input", position = {-3.5, -1.5}, direction = defines.direction.west}}
},
Expand All @@ -182,7 +179,6 @@ for i = 1, 4 do
production_type = "input",
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil), --.05
pipe_connections = {{flow_direction = "input", position = {3.5, -1.5}, direction = defines.direction.east}}
},
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/evaporator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,13 @@ for i = 1, 4 do
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.0, 0.0}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 2.0}, direction = defines.direction.south}}
},
{
Expand Down
3 changes: 0 additions & 3 deletions prototypes/buildings/fawogae-plantation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ if mods.pyalienlife then
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", {0, 0.22}, {0.02, -1}, nil, nil, pipes),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-0.5, -2.5}, direction = defines.direction.north}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", {0, 0.22}, {0.02, -1}, nil, nil, pipes),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.5, 2.5}, direction = defines.direction.south}}
},
}
Expand All @@ -59,7 +57,6 @@ else
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", {0, 0.22}, {0.02, -1}, nil, nil, pipes),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-0.5, -2.5}, direction = defines.direction.north}}
},
}
Expand Down
3 changes: 0 additions & 3 deletions prototypes/buildings/fluid-separator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 3.0}, direction = defines.direction.south}}
},
--South
Expand All @@ -114,7 +113,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.0, 3.0}, direction = defines.direction.south}}
},
--South2
Expand All @@ -123,7 +121,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-2.0, 3.0}, direction = defines.direction.south}}
}
},
Expand Down
3 changes: 0 additions & 3 deletions prototypes/buildings/fts-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,23 +211,20 @@ for i = 1, 4 do
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {4.0, 0.0}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {4.0, 2.0}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(false, true, true, true),
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {0, -0.9}, nil, nil),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {4.0, -2.0}, direction = defines.direction.east}}
},
{
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/gas-turbine-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ENTITY {
selection_box = {{-1.53, -1.53}, {1.53, 1.53}},
fluid_box = {
volume = 100,
base_level = -1,
pipe_covers = py.pipe_covers(false, true, true, true),
production_type = "input-output",
filter = "combustion-mixture1",
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/gas-turbine-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ENTITY {
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
fluid_box = {
volume = 100,
base_level = -1,
pipe_covers = py.pipe_covers(false, true, true, true),
production_type = "input-output",
filter = "combustion-mixture1",
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/gas-turbine-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ ENTITY {
filter = "combustion-mixture1",
minimum_temperature = 500.0,
volume = 100,
base_level = -1,
pipe_covers = py.pipe_covers(false, true, false, false),
pipe_picture = pipe_pictures({0, 0}, {0, 0}, {0, 0}, {0, 0}),
production_type = "input-output",
Expand Down
3 changes: 0 additions & 3 deletions prototypes/buildings/gasifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,19 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.0, -0.95}, nil, nil, pipes),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {3.5, -0.5}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.0, -0.95}, nil, nil, pipes),
pipe_connections = {{flow_direction = "input", position = {3.5, -2.5}, direction = defines.direction.east}}
},
{
production_type = "input",
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_picture = py.pipe_pictures("assembling-machine-3", {0.05, 0.575}, {0.0, -0.95}, nil, nil, pipes),
pipe_connections = {{flow_direction = "input", position = {3.5, 2.5}, direction = defines.direction.east}}
},
Expand Down
4 changes: 0 additions & 4 deletions prototypes/buildings/glassworks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ for i = 1, 4 do
fluid_box =
{
volume = 200,
base_level = -1,
pipe_connections =
{
{flow_direction = "input-output", position = {3.0, 0}, direction = defines.direction.east},
Expand Down Expand Up @@ -180,23 +179,20 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {1.0, -3.0}, direction = defines.direction.north}}
},
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-1.0, -3.0}, direction = defines.direction.north}}
},
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.0, 3.0}, direction = defines.direction.south}}
},
{
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/ground-borer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.70}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, 4.0}, direction = defines.direction.south}}
},
--2
Expand All @@ -102,7 +101,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.70}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {0.0, -4.0}, direction = defines.direction.north}}
}
},
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/hpf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {3.0, 0.0}, direction = defines.direction.east}}
},
{
Expand Down
4 changes: 0 additions & 4 deletions prototypes/buildings/methanol-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ for i = 1, 4 do
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-2.5, -0.5}, direction = defines.direction.west}}
},
--West, bottom
Expand All @@ -148,7 +147,6 @@ for i = 1, 4 do
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-2.5, 0.5}, direction = defines.direction.west}}
},
--East, top
Expand All @@ -157,7 +155,6 @@ for i = 1, 4 do
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.5, -0.5}, direction = defines.direction.east}}
},
--East, bottom
Expand All @@ -166,7 +163,6 @@ for i = 1, 4 do
pipe_covers = pipe_covers,
pipe_picture = pipe_picture,
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {2.5, 0.5}, direction = defines.direction.east}}
},
},
Expand Down
2 changes: 0 additions & 2 deletions prototypes/buildings/olefin-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {-1.5, 3.5}, direction = defines.direction.south}}
},
--South2
Expand All @@ -146,7 +145,6 @@ for i = 1, 4 do
pipe_picture = py.pipe_pictures("assembling-machine-3", nil, {-0.00, -0.95}, nil, nil),
pipe_covers = py.pipe_covers(true, true, true, true),
volume = 1000,
base_level = -1,
pipe_connections = {{flow_direction = "input", position = {1.5, 3.5}, direction = defines.direction.south}}
},
},
Expand Down
Loading

0 comments on commit 5fcbe59

Please sign in to comment.