processing
This commit is contained in:
parent
affdf78038
commit
26918272fe
3 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@ hydrogen-chloride=Hydrogen chloride
|
||||||
vinyl-chloride=Vinyl chloride
|
vinyl-chloride=Vinyl chloride
|
||||||
|
|
||||||
[technology-name]
|
[technology-name]
|
||||||
salt-processing=Salt processing
|
chlorine-processing=Chlorine processing
|
||||||
|
|
||||||
[technology-description]
|
[technology-description]
|
||||||
|
|
||||||
|
|
|
@ -129,7 +129,7 @@ if not mods.Krastorio2 then
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type="technology",
|
type="technology",
|
||||||
name="salt-processing",
|
name="chlorine-processing",
|
||||||
icon = "__bzchlorine__/graphics/icons/chlorine.png", -- FIX
|
icon = "__bzchlorine__/graphics/icons/chlorine.png", -- FIX
|
||||||
icon_size = 128,
|
icon_size = 128,
|
||||||
effects = {
|
effects = {
|
||||||
|
@ -144,7 +144,7 @@ data:extend({
|
||||||
prerequisites = {"fluid-handling"},
|
prerequisites = {"fluid-handling"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
util.add_unlock("salt-processing", "ferric-chloride")
|
util.add_unlock("chlorine-processing", "ferric-chloride")
|
||||||
util.add_unlock("fluid-handling", "chemical-plant")
|
util.add_unlock("fluid-handling", "chemical-plant")
|
||||||
util.remove_recipe_effect("oil-processing", "chemical-plant")
|
util.remove_recipe_effect("oil-processing", "chemical-plant")
|
||||||
else
|
else
|
||||||
|
@ -175,7 +175,7 @@ if mods.bzgas then
|
||||||
if mods.Krastorio2 then
|
if mods.Krastorio2 then
|
||||||
util.add_unlock("advanced-chemistry", "bakelite-hcl")
|
util.add_unlock("advanced-chemistry", "bakelite-hcl")
|
||||||
else
|
else
|
||||||
util.add_unlock("salt-processing", "bakelite-hcl")
|
util.add_unlock("chlorine-processing", "bakelite-hcl")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -34,4 +34,4 @@ data:extend({
|
||||||
})
|
})
|
||||||
|
|
||||||
util.add_unlock("plastics", "epoxy")
|
util.add_unlock("plastics", "epoxy")
|
||||||
util.add_prerequisite("plastics", "salt-processing")
|
util.add_prerequisite("plastics", "chlorine-processing")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue