Of course, I'm sorry, I forgot that.
Code: Select all
data:extend(
{
{
type = "autoplace-control",
name = "agate",
richness = true,
order = "b-e"
},
{
type = "noise-layer",
name = "agate"
},
{
type = "resource",
name = "agate",
icon = "__grundoxores__/graphics/icons/ores/agate.png",
flags = {"placeable-neutral"},
order="a-b-a",
map_color = {r=0.26, g=0.30, b=0.39},
minable =
{
hardness = 1,
mining_particle = "agate-particle",
mining_time = 1.5,
result = "agate"
},
collision_box = {{ -0.1, -0.1}, {0.1, 0.1}},
selection_box = {{ -0.5, -0.5}, {0.5, 0.5}},
autoplace =
{
control = "agate",
sharpness = 1,
richness_multiplier = 5000,
richness_multiplier_distance_bonus = 20,
richness_base = 2000,
coverage = 0.01,
peaks = {
{
noise_layer = "agate",
noise_octaves_difference = -1.5,
noise_persistence = 0.3,
starting_area_weight_optimal = 0,
starting_area_weight_range = 0,
starting_area_weight_max_range = 2,
},
{
noise_layer = "agate",
noise_octaves_difference = -2,
noise_persistence = 0.3,
starting_area_weight_optimal = 1,
starting_area_weight_range = 0,
starting_area_weight_max_range = 2,
},
{
influence = 0.15,
starting_area_weight_optimal = 1,
starting_area_weight_range = 0,
starting_area_weight_max_range = 2,
}
}
},
stage_counts = {1000, 600, 400, 200, 100, 50, 20, 1},
stages =
{
sheet =
{
filename = "__grundoxores__/graphics/entity/ores/iron-ore.png",
priority = "extra-high",
tint = {r=0.26, g=0.30, b=0.39},
width = 38,
height = 38,
frame_count = 4,
variation_count = 8
}
},
},