patches are less common
This commit is contained in:
parent
f4800d840d
commit
73bb963317
3 changed files with 37 additions and 34 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,9 @@ data:extend({
|
||||||
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},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue