122 lines
2.6 KiB
Lua
122 lines
2.6 KiB
Lua
function fillClownsMineralsConfig(config)
|
|
config["clowns-ore1"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=10,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=15000,
|
|
size={min=12, max=15},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore2"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=15000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore3"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=15000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore4"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore5"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore6"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=20,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore7"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=20,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore8"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=15000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-ore9"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=15000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-resource1"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-resource2"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
config["clowns-resource3"] =
|
|
{
|
|
type="resource-ore",
|
|
allotment=30,
|
|
spawns_per_region={min=1, max=1},
|
|
richness=12000,
|
|
size={min=15, max=20},
|
|
min_amount = 150,
|
|
starting={richness=12000, size=20, probability=0},
|
|
}
|
|
end |