
Code: Select all
{ -- Cobalt Ore
type = "resource",
name = "cobalt-ore",
icon = "__Better_Circuits__/graphics/icons/cobalt-ore.png",
flags = {"placeable-neutral"},
order="a-b-d",
mineable =
{
hardness = 1.4,
mining_particle = "stone-particle",
mining_time = 10,
result = "cobalt-ore"
},
collision_box = {{ -0.1, -0.1}, {0.1, 0.1}},
selection_box = {{ -0.5, -0.5}, {0.5, 0.5}},
autoplace =
{
control = "cobalt-ore",
sharpness = 0.6,
richness_base = 500,
richness_multiplier = 3000,
richness_multiplier_distance_bonus = 40,
coverage = 0.1,
peaks =
{
{
noise_layer = "uranium-ore",
noise_octaves_difference = -1.5,
noise_persitence = 0.3,
},
},
starting_area_size = 600,
starting_area_amount = 100
},
stage_counts = {1000, 600, 400, 200, 100, 50, 20, 1},
stages =
{
sheet =
{
filename = "__Better_Circuits__/graphics/entity/cobalt-ore.png",
priority = "extra-high",
width = 128,
height = 128,
frame_count = 8,
variation_count = 8,
scale = 0.5
},
},
map_color = {r=0, g=0.1, b=1}
},
