as you can see on the map a lot of resource, I would like to reduce to 3-4 pieces and not 10 in one area)
Привет всем! хочу доработать свой мод) и хочу узнать и просьба подсказать как мне уменьшить количества спауна ресурсов на карте.
как видите на карте много ресурса, хотелось бы уменьшить до 3-4 штук а не 10 на одной местности)
Code: Select all
data:extend(
{
{
type = "autoplace-control",
name = "gas-chlorine",
richness = true,
order = "a-c-c"
},
{
type = "noise-layer",
name = "gas-chlorine"
},
{
type = "resource",
name = "gas-chlorine",
icon = "__gas-chlorine__/graphics/icons/fluid/gas-chlorine.png",
flags = {"placeable-neutral"},
category = "basic-fluid",
order="a-c-c",
infinite = false,
minimum = 75000,
normal = 75000,
minable =
{
hardness = 1,
mining_time = 5.1,
results =
{
{
type = "fluid",
name = "gas-chlorine",
amount_min = 3.5,
amount_max = 3.5,
probability = 0.50
}
}
},
collision_box = {{ -1.4, -1.4}, {1.4, 1.4}},
selection_box = {{ -0.5, -0.5}, {0.5, 0.5}},
autoplace =
{
control = "gas-chlorine",
sharpness = 0.80,
max_probability = 0.03,
richness_multiplier = 150000000,
richness_base = 150000000,
size_control_multiplier = 0.1,
peaks =
{
{
influence = 0.1
},
{
influence = 0.075,
starting_area_weight_optimal = 0.4,
starting_area_weight_range = 0,
starting_area_weight_max_range = 2,
},
{
influence = 0.54,
noise_layer = "gas-chlorine",
noise_octaves_difference = -2.7,
noise_persistence = 0.3
}
}
},
stage_counts = {0},
stages =
{
sheet =
{
filename = "__gas-chlorine__/graphics/entity/gas-chlorine/gas-chlorine.png",
priority = "extra-high",
width = 75,
height = 61,
frame_count = 4,
variation_count = 1
}
},
map_color = {r=0.5, g=0.8, b=0.9},
map_grid = false
}
})