From 84b4a3582140edda4871ab55f849852fc168dbb4 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sat, 9 Nov 2024 12:55:46 -0600 Subject: [PATCH] Removed all code related to `FluidPrototype.base_flow_rate` --- prototypes/fluids/anthracene-oil.lua | 1 - prototypes/fluids/bitumen-froth.lua | 1 - prototypes/fluids/bitumen.lua | 1 - prototypes/fluids/btx.lua | 1 - prototypes/fluids/carbolic-oil.lua | 1 - prototypes/fluids/chloroethanol.lua | 1 - prototypes/fluids/coalbed-gas.lua | 1 - prototypes/fluids/condensates.lua | 1 - prototypes/fluids/condensed-distillate.lua | 1 - prototypes/fluids/dirty-syngas.lua | 1 - prototypes/fluids/drilling-fluid-0.lua | 1 - prototypes/fluids/drilling-fluid-1.lua | 1 - prototypes/fluids/drilling-fluid-2.lua | 1 - prototypes/fluids/drilling-fluid-3.lua | 1 - prototypes/fluids/drilling-waste.lua | 1 - prototypes/fluids/ethylene-chlorohydrin.lua | 1 - prototypes/fluids/ethylene-glycol.lua | 1 - prototypes/fluids/fuel-oil.lua | 1 - prototypes/fluids/high-distillate.lua | 1 - prototypes/fluids/hot-air.lua | 1 - prototypes/fluids/hot-reaction-gas.lua | 1 - prototypes/fluids/hot-residual-mixture.lua | 1 - prototypes/fluids/hot-syngas.lua | 1 - prototypes/fluids/hydrogen.lua | 1 - prototypes/fluids/low-distillate.lua | 1 - prototypes/fluids/medium-distillate.lua | 1 - prototypes/fluids/middle-oil.lua | 1 - prototypes/fluids/naphtha.lua | 1 - prototypes/fluids/naphthalene-oil.lua | 1 - prototypes/fluids/natural-gas.lua | 1 - prototypes/fluids/oil-sand-slurry.lua | 1 - prototypes/fluids/pitch.lua | 1 - prototypes/fluids/polybutadiene.lua | 1 - prototypes/fluids/pressured-hydrogen.lua | 1 - prototypes/fluids/processed-light-oil.lua | 1 - prototypes/fluids/proto-tholins.lua | 1 - prototypes/fluids/pure-natural-gas.lua | 1 - prototypes/fluids/purified-natural-gas.lua | 1 - prototypes/fluids/purified-syngas.lua | 1 - prototypes/fluids/raw-gas.lua | 1 - prototypes/fluids/refined-natural-gas.lua | 1 - prototypes/fluids/residual-gas.lua | 1 - prototypes/fluids/residual-mixture.lua | 1 - prototypes/fluids/residual-oil.lua | 1 - prototypes/fluids/scrude.lua | 1 - prototypes/fluids/stripped-distillate.lua | 1 - prototypes/fluids/styrene.lua | 1 - prototypes/fluids/tholins.lua | 1 - 48 files changed, 48 deletions(-) diff --git a/prototypes/fluids/anthracene-oil.lua b/prototypes/fluids/anthracene-oil.lua index 19b26151..b8503c42 100644 --- a/prototypes/fluids/anthracene-oil.lua +++ b/prototypes/fluids/anthracene-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/anthracene.png", icon_size = 64, default_temperature = 10, - base_flow_rate = 100, gas_temperature = 15, heat_capacity = "1kJ", base_color = {r = 25, g = 50, b = 100}, diff --git a/prototypes/fluids/bitumen-froth.lua b/prototypes/fluids/bitumen-froth.lua index 7420a4f0..0db6fe2f 100644 --- a/prototypes/fluids/bitumen-froth.lua +++ b/prototypes/fluids/bitumen-froth.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/bitumen-froth.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.286, g = 0.223, b = 0.160}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/bitumen.lua b/prototypes/fluids/bitumen.lua index 1d65e4cb..a08c51ac 100644 --- a/prototypes/fluids/bitumen.lua +++ b/prototypes/fluids/bitumen.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/bitumen.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.01, g = 0.01, b = 0.01}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/btx.lua b/prototypes/fluids/btx.lua index 9af8ee88..adc53d47 100644 --- a/prototypes/fluids/btx.lua +++ b/prototypes/fluids/btx.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/btx.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.117, g = 0.196, b = 0.309}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/carbolic-oil.lua b/prototypes/fluids/carbolic-oil.lua index d86e525c..0574c1b2 100644 --- a/prototypes/fluids/carbolic-oil.lua +++ b/prototypes/fluids/carbolic-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/carbolic-oil.png", icon_size = 64, default_temperature = 10, - base_flow_rate = 100, gas_temperature = 15, heat_capacity = "1kJ", base_color = {r = 25, g = 50, b = 100}, diff --git a/prototypes/fluids/chloroethanol.lua b/prototypes/fluids/chloroethanol.lua index f2c64696..f72e7428 100644 --- a/prototypes/fluids/chloroethanol.lua +++ b/prototypes/fluids/chloroethanol.lua @@ -23,7 +23,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/chloroethanol.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 1, g = 1, b = 1}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/coalbed-gas.lua b/prototypes/fluids/coalbed-gas.lua index 18522985..aeaab174 100644 --- a/prototypes/fluids/coalbed-gas.lua +++ b/prototypes/fluids/coalbed-gas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/coalbed-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.431, g = 0.188, b = 0.156}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/condensates.lua b/prototypes/fluids/condensates.lua index f2005f24..8962ef2c 100644 --- a/prototypes/fluids/condensates.lua +++ b/prototypes/fluids/condensates.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/condensates.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.447, g = 0.447, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/condensed-distillate.lua b/prototypes/fluids/condensed-distillate.lua index 677b2e86..c956c4a0 100644 --- a/prototypes/fluids/condensed-distillate.lua +++ b/prototypes/fluids/condensed-distillate.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/condensed-distillates.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.156, g = 0.0, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/dirty-syngas.lua b/prototypes/fluids/dirty-syngas.lua index 6567cc1d..11797f00 100644 --- a/prototypes/fluids/dirty-syngas.lua +++ b/prototypes/fluids/dirty-syngas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/dirty-syngas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.6, g = 0.364, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/drilling-fluid-0.lua b/prototypes/fluids/drilling-fluid-0.lua index c29eeb3d..09992091 100644 --- a/prototypes/fluids/drilling-fluid-0.lua +++ b/prototypes/fluids/drilling-fluid-0.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/drilling-fluid-1.png", icon_size = 64, default_temperature = 5, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.0, g = 0.772, b = 0.556}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/drilling-fluid-1.lua b/prototypes/fluids/drilling-fluid-1.lua index 0590ae24..fc5ce333 100644 --- a/prototypes/fluids/drilling-fluid-1.lua +++ b/prototypes/fluids/drilling-fluid-1.lua @@ -23,7 +23,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/drilling-fluid-2.png", icon_size = 64, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.0, g = 0.772, b = 0.556}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/drilling-fluid-2.lua b/prototypes/fluids/drilling-fluid-2.lua index 04cac886..b204d201 100644 --- a/prototypes/fluids/drilling-fluid-2.lua +++ b/prototypes/fluids/drilling-fluid-2.lua @@ -70,7 +70,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/drilling-fluid-3.png", icon_size = 64, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.980, g = 0.682, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/drilling-fluid-3.lua b/prototypes/fluids/drilling-fluid-3.lua index 3ea5f15c..48f91911 100644 --- a/prototypes/fluids/drilling-fluid-3.lua +++ b/prototypes/fluids/drilling-fluid-3.lua @@ -25,7 +25,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/drilling-fluid-4.png", icon_size = 64, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.792, g = 0.203, b = 0.258}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/drilling-waste.lua b/prototypes/fluids/drilling-waste.lua index c13efbcd..3f678ff1 100644 --- a/prototypes/fluids/drilling-waste.lua +++ b/prototypes/fluids/drilling-waste.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pycoalprocessinggraphics__/graphics/icons/soil.png", icon_size = 64, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.286, g = 0.223, b = 0.160}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/ethylene-chlorohydrin.lua b/prototypes/fluids/ethylene-chlorohydrin.lua index 304ac918..9c165c04 100644 --- a/prototypes/fluids/ethylene-chlorohydrin.lua +++ b/prototypes/fluids/ethylene-chlorohydrin.lua @@ -23,7 +23,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/ethylene-chlorohydrin.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 1, g = 1, b = 1}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/ethylene-glycol.lua b/prototypes/fluids/ethylene-glycol.lua index 499a27d4..e254e3a2 100644 --- a/prototypes/fluids/ethylene-glycol.lua +++ b/prototypes/fluids/ethylene-glycol.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/ethylene-glycol.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.290, g = 0.611, b = 0.721}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/fuel-oil.lua b/prototypes/fluids/fuel-oil.lua index 2530feb5..6ddc0134 100644 --- a/prototypes/fluids/fuel-oil.lua +++ b/prototypes/fluids/fuel-oil.lua @@ -42,7 +42,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/fuel-oil.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.937, g = 0.611, b = 0.00}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/high-distillate.lua b/prototypes/fluids/high-distillate.lua index f0c662cb..b93439f7 100644 --- a/prototypes/fluids/high-distillate.lua +++ b/prototypes/fluids/high-distillate.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/high-distillate.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.156, g = 0.0, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/hot-air.lua b/prototypes/fluids/hot-air.lua index 2b46824a..8abd1807 100644 --- a/prototypes/fluids/hot-air.lua +++ b/prototypes/fluids/hot-air.lua @@ -27,7 +27,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/hot-air.png", icon_size = 64, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 1, g = 0.250, b = 0.203}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/hot-reaction-gas.lua b/prototypes/fluids/hot-reaction-gas.lua index 497a3d91..ce2ad6d5 100644 --- a/prototypes/fluids/hot-reaction-gas.lua +++ b/prototypes/fluids/hot-reaction-gas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/hot-reaction-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.160, g = 0.125, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/hot-residual-mixture.lua b/prototypes/fluids/hot-residual-mixture.lua index b42adbe0..fddbe26e 100644 --- a/prototypes/fluids/hot-residual-mixture.lua +++ b/prototypes/fluids/hot-residual-mixture.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/hot-residual-mixture.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.207, g = 0.05, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/hot-syngas.lua b/prototypes/fluids/hot-syngas.lua index 0f762f08..56939906 100644 --- a/prototypes/fluids/hot-syngas.lua +++ b/prototypes/fluids/hot-syngas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/hot-syngas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.7, g = 0.464, b = 0.129}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/hydrogen.lua b/prototypes/fluids/hydrogen.lua index c41310fd..31293ca6 100644 --- a/prototypes/fluids/hydrogen.lua +++ b/prototypes/fluids/hydrogen.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/hydrogen.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 1, g = 1, b = 1}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/low-distillate.lua b/prototypes/fluids/low-distillate.lua index ad17b593..0e7386b1 100644 --- a/prototypes/fluids/low-distillate.lua +++ b/prototypes/fluids/low-distillate.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/low-distillate.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.156, g = 0.0, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/medium-distillate.lua b/prototypes/fluids/medium-distillate.lua index 480ac1a7..d998dd65 100644 --- a/prototypes/fluids/medium-distillate.lua +++ b/prototypes/fluids/medium-distillate.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/medium-distillate.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.156, g = 0.0, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/middle-oil.lua b/prototypes/fluids/middle-oil.lua index 2af47c57..1ad41876 100644 --- a/prototypes/fluids/middle-oil.lua +++ b/prototypes/fluids/middle-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/naphthalene-oil.png", icon_size = 64, default_temperature = 10, - base_flow_rate = 100, gas_temperature = 15, heat_capacity = "1kJ", base_color = {r = 255, g = 0, b = 0}, diff --git a/prototypes/fluids/naphtha.lua b/prototypes/fluids/naphtha.lua index dcfdd6f9..67c90591 100644 --- a/prototypes/fluids/naphtha.lua +++ b/prototypes/fluids/naphtha.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/naphtha.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.333, g = 0.145, b = 0.129}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/naphthalene-oil.lua b/prototypes/fluids/naphthalene-oil.lua index 322c74b2..0050330a 100644 --- a/prototypes/fluids/naphthalene-oil.lua +++ b/prototypes/fluids/naphthalene-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/naphthalene.png", icon_size = 64, default_temperature = 10, - base_flow_rate = 100, gas_temperature = 15, heat_capacity = "1kJ", base_color = {r = 25, g = 50, b = 100}, diff --git a/prototypes/fluids/natural-gas.lua b/prototypes/fluids/natural-gas.lua index fd59ff8f..cb08a0e0 100644 --- a/prototypes/fluids/natural-gas.lua +++ b/prototypes/fluids/natural-gas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/natural-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.564, g = 1, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/oil-sand-slurry.lua b/prototypes/fluids/oil-sand-slurry.lua index a4fb3e9d..da7adaa8 100644 --- a/prototypes/fluids/oil-sand-slurry.lua +++ b/prototypes/fluids/oil-sand-slurry.lua @@ -23,7 +23,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/oil-sand-slurry.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.286, g = 0.223, b = 0.160}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/pitch.lua b/prototypes/fluids/pitch.lua index 02122ca2..49846c28 100644 --- a/prototypes/fluids/pitch.lua +++ b/prototypes/fluids/pitch.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/pitch.png", icon_size = 64, default_temperature = 10, - base_flow_rate = 100, gas_temperature = 15, heat_capacity = "1kJ", base_color = {r = 0, g = 0, b = 0}, diff --git a/prototypes/fluids/polybutadiene.lua b/prototypes/fluids/polybutadiene.lua index 3614f1df..a55c5fe8 100644 --- a/prototypes/fluids/polybutadiene.lua +++ b/prototypes/fluids/polybutadiene.lua @@ -26,7 +26,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/polybutadiene.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.0, g = 0.0, b = 0.00}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/pressured-hydrogen.lua b/prototypes/fluids/pressured-hydrogen.lua index cfbdf36d..30e5a5df 100644 --- a/prototypes/fluids/pressured-hydrogen.lua +++ b/prototypes/fluids/pressured-hydrogen.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/pressured-hydrogen.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.160, g = 0.125, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/processed-light-oil.lua b/prototypes/fluids/processed-light-oil.lua index ccec8c53..02e1f821 100644 --- a/prototypes/fluids/processed-light-oil.lua +++ b/prototypes/fluids/processed-light-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/processed-light-oil.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.160, g = 0.125, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/proto-tholins.lua b/prototypes/fluids/proto-tholins.lua index 331629a7..0b23b977 100644 --- a/prototypes/fluids/proto-tholins.lua +++ b/prototypes/fluids/proto-tholins.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/proto-tholins.png", icon_size = 64, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.6, g = 0.223, b = 0.125}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/pure-natural-gas.lua b/prototypes/fluids/pure-natural-gas.lua index 6e07a1d6..bce9ea7b 100644 --- a/prototypes/fluids/pure-natural-gas.lua +++ b/prototypes/fluids/pure-natural-gas.lua @@ -24,7 +24,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/pure-natural-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.996, g = 0.650, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/purified-natural-gas.lua b/prototypes/fluids/purified-natural-gas.lua index 6477f222..8754a215 100644 --- a/prototypes/fluids/purified-natural-gas.lua +++ b/prototypes/fluids/purified-natural-gas.lua @@ -23,7 +23,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/purified-natural-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.756, g = 0.992, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/purified-syngas.lua b/prototypes/fluids/purified-syngas.lua index 99298002..b2d9b42b 100644 --- a/prototypes/fluids/purified-syngas.lua +++ b/prototypes/fluids/purified-syngas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/purified-syngas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.7, g = 0.464, b = 0.129}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/raw-gas.lua b/prototypes/fluids/raw-gas.lua index eb03f5a5..c9c47630 100644 --- a/prototypes/fluids/raw-gas.lua +++ b/prototypes/fluids/raw-gas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/raw-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.843, g = 0.466, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/refined-natural-gas.lua b/prototypes/fluids/refined-natural-gas.lua index a320e8a7..ebb2f290 100644 --- a/prototypes/fluids/refined-natural-gas.lua +++ b/prototypes/fluids/refined-natural-gas.lua @@ -44,7 +44,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/refined-natural-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.464, g = 0.9, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/residual-gas.lua b/prototypes/fluids/residual-gas.lua index b4671062..1a846baa 100644 --- a/prototypes/fluids/residual-gas.lua +++ b/prototypes/fluids/residual-gas.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/residual-gas.png", icon_size = 32, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.407, g = 0.380, b = 0.611}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/residual-mixture.lua b/prototypes/fluids/residual-mixture.lua index 53945dda..cfb23f40 100644 --- a/prototypes/fluids/residual-mixture.lua +++ b/prototypes/fluids/residual-mixture.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/residual-mixture.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.207, g = 0.05, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/residual-oil.lua b/prototypes/fluids/residual-oil.lua index 3de5a58e..1e709cd4 100644 --- a/prototypes/fluids/residual-oil.lua +++ b/prototypes/fluids/residual-oil.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/residual-oil.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.207, g = 0.05, b = 0.0}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/scrude.lua b/prototypes/fluids/scrude.lua index 6cdad453..31d6d39c 100644 --- a/prototypes/fluids/scrude.lua +++ b/prototypes/fluids/scrude.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/scrude.png", icon_size = 64, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.01, g = 0.01, b = 0.01}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/stripped-distillate.lua b/prototypes/fluids/stripped-distillate.lua index 2077a46a..fd845fb7 100644 --- a/prototypes/fluids/stripped-distillate.lua +++ b/prototypes/fluids/stripped-distillate.lua @@ -4,7 +4,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/stripped-distillate.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.156, g = 0.0, b = 0.180}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/styrene.lua b/prototypes/fluids/styrene.lua index c84545bf..bb02ca4a 100644 --- a/prototypes/fluids/styrene.lua +++ b/prototypes/fluids/styrene.lua @@ -26,7 +26,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/styrene.png", icon_size = 32, default_temperature = 10, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.0, g = 0.0, b = 0.00}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100, diff --git a/prototypes/fluids/tholins.lua b/prototypes/fluids/tholins.lua index 50ad8e6e..58482b72 100644 --- a/prototypes/fluids/tholins.lua +++ b/prototypes/fluids/tholins.lua @@ -26,7 +26,6 @@ FLUID { icon = "__pypetroleumhandlinggraphics__/graphics/icons/tholins.png", icon_size = 64, default_temperature = 15, -- less than 15 = liquid / equal a 15 = gas - base_flow_rate = 100, base_color = {r = 0.6, g = 0.223, b = 0.125}, flow_color = {r = 1, g = 1, b = 1}, max_temperature = 100,