patches are less common

This commit is contained in:
Brevven 2020-09-27 22:45:41 -07:00
parent f4800d840d
commit 73bb963317
3 changed files with 37 additions and 34 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.6.1
Date: 2020-09-26
Changes:
- Made Titanium a little less common
---------------------------------------------------------------------------------------------------
Version: 0.6.0 Version: 0.6.0
Date: 2020-09-26 Date: 2020-09-26
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bztitanium", "name": "bztitanium",
"version": "0.6.0", "version": "0.6.1",
"factorio_version": "1.0", "factorio_version": "1.0",
"title": "Titanium", "title": "Titanium",
"author": "Brevven", "author": "Brevven",

View file

@ -8,44 +8,42 @@ end
data:extend({ data:extend({
{ {
type = "autoplace-control", type = "autoplace-control",
category = "resource", category = "resource",
name = "titanium-ore", name = "titanium-ore",
richness = true, richness = true,
order = "b-e" order = "b-e"
}, },
{ {
type = "noise-layer", type = "noise-layer",
name = "titanium-ore" name = "titanium-ore"
}, },
{ {
type = "resource", type = "resource",
icon_size = 32, icon_size = 32,
name = "titanium-ore", name = "titanium-ore",
icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon = "__bztitanium__/graphics/icons/titanium-ore.png",
flags = {"placeable-neutral"}, flags = {"placeable-neutral"},
order="a-b-a", order="a-b-a",
map_color = {r=0.65, g=0.80, b=0.80}, map_color = {r=0.65, g=0.80, b=0.80},
minable = minable =
{ {
hardness = 1, hardness = 1,
mining_particle = "titanium-ore-particle", mining_particle = "titanium-ore-particle",
mining_time = 2, mining_time = 2,
fluid_amount=3, fluid_amount=3,
required_fluid=(settings.startup["bztitanium-mining-fluid"] and settings.startup["bztitanium-mining-fluid"].value or "lubricant"), required_fluid=(settings.startup["bztitanium-mining-fluid"] and settings.startup["bztitanium-mining-fluid"].value or "lubricant"),
result = "titanium-ore" result = "titanium-ore"
}, },
collision_box = {{ -0.1, -0.1}, {0.1, 0.1}}, collision_box = {{ -0.1, -0.1}, {0.1, 0.1}},
selection_box = {{ -0.5, -0.5}, {0.5, 0.5}}, selection_box = {{ -0.5, -0.5}, {0.5, 0.5}},
autoplace = resource_autoplace.resource_autoplace_settings{ autoplace = resource_autoplace.resource_autoplace_settings{
name = "titanium-ore", name = "titanium-ore",
order = "b-z", order = "b-z",
base_density = 6, base_density = 3,
has_starting_area_placement = false, has_starting_area_placement = false,
random_spot_size_minimum = 1, regular_rq_factor_multiplier = 0.8
random_spot_size_maximum = 3,
regular_rq_factor_multiplier = 1
}, },
stage_counts = {15000, 9500, 5500, 2900, 1300, 400, 150, 80}, stage_counts = {15000, 9500, 5500, 2900, 1300, 400, 150, 80},