Fix SI units
This commit is contained in:
parent
169479ca5a
commit
60bc004468
4 changed files with 6 additions and 41 deletions
|
@ -484,7 +484,7 @@ end
|
|||
default_temperature = 25,
|
||||
gas_temperature = -210,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
base_color = {r = 0.0, g = 0.0, b = 1.0},
|
||||
flow_color = {r = 0.0, g = 0.0, b = 1.0},
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
|
@ -512,7 +512,7 @@ end
|
|||
default_temperature = 25,
|
||||
gas_temperature = -100,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
base_color = {r = 0, g = 0, b = 0},
|
||||
flow_color = {r = 0.5, g = 1.0, b = 1.0},
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
|
|
|
@ -3,41 +3,6 @@ local BioInd = require('common')('Bio_Industries_2')
|
|||
local ICONPATH = BioInd.modRoot .. "/graphics/icons/"
|
||||
|
||||
data:extend({
|
||||
-- Moved this over to compatible_recipes.lua. These are fluids that may also be created by other mods!
|
||||
--~ ----- liquid-air
|
||||
--~ {
|
||||
--~ type = "fluid",
|
||||
--~ name = "liquid-air",
|
||||
--~ icon = ICONPATH .. "liquid-air.png",
|
||||
--~ icon_size = 64,
|
||||
--~ default_temperature = 25,
|
||||
--~ gas_temperature = -100,
|
||||
--~ max_temperature = 100,
|
||||
--~ heat_capacity = "1KJ",
|
||||
--~ base_color = {r = 0, g = 0, b = 0},
|
||||
--~ flow_color = {r = 0.5, g = 1.0, b = 1.0},
|
||||
--~ pressure_to_speed_ratio = 0.4,
|
||||
--~ flow_to_energy_ratio = 0.59,
|
||||
--~ order = "a[fluid]-b[liquid-air]"
|
||||
--~ },
|
||||
|
||||
--~ ----- Nitrogen
|
||||
--~ {
|
||||
--~ type = "fluid",
|
||||
--~ name = "nitrogen",
|
||||
--~ icon = ICONPATH .. "nitrogen.png",
|
||||
--~ icon_size = 64,
|
||||
--~ default_temperature = 25,
|
||||
--~ gas_temperature = -210,
|
||||
--~ max_temperature = 100,
|
||||
--~ heat_capacity = "1KJ",
|
||||
--~ base_color = {r = 0.0, g = 0.0, b = 1.0},
|
||||
--~ flow_color = {r = 0.0, g = 0.0, b = 1.0},
|
||||
--~ pressure_to_speed_ratio = 0.4,
|
||||
--~ flow_to_energy_ratio = 0.59,
|
||||
--~ order = "a[fluid]-b[nitrogen]"
|
||||
--~ },
|
||||
|
||||
----- Bio-Mass
|
||||
{
|
||||
type = "fluid",
|
||||
|
@ -52,7 +17,7 @@ data:extend({
|
|||
},
|
||||
default_temperature = 25,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
base_color = {r = 0, g = 0, b = 0},
|
||||
flow_color = {r = 0.1, g = 1.0, b = 0.0},
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
|
|
|
@ -16,7 +16,7 @@ data:extend({
|
|||
},
|
||||
default_temperature = 25,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
base_color = {r = 1.00, g = 0.35, b = 0.35},
|
||||
flow_color = {r = 1.00, g = 0.35, b = 0.35},
|
||||
pressure_to_speed_ratio = 0.4,
|
||||
|
|
|
@ -50,7 +50,7 @@ data:extend({
|
|||
},
|
||||
default_temperature = 25,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
--~ base_color = {r = 0.478, g = 0.341, b = 0.118},
|
||||
-- 19cf44
|
||||
--~ base_color = {r = 0.098, g = 0.811, b = 0.269},
|
||||
|
@ -78,7 +78,7 @@ data:extend({
|
|||
},
|
||||
default_temperature = 25,
|
||||
max_temperature = 100,
|
||||
heat_capacity = "1KJ",
|
||||
heat_capacity = "1kJ",
|
||||
--00ff12
|
||||
--~ base_color = {r = 0.465, g = 0.306, b = 0.272},
|
||||
--~ base_color = {r = 0, g = 1, b = 0.071},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue