11 lines
217 B
Lua
11 lines
217 B
Lua
function fillSigmaOneNuclearConfig(config)
|
|
config["fluorine-ore"] = {
|
|
type="resource-ore",
|
|
|
|
allotment=40,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=6000,
|
|
size={min=10, max=15},
|
|
min_amount = 250,
|
|
}
|
|
end |