1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Merge pull request #1213 from grilledham/snowzy_ore_ratios

Use SnowZy's ore ratios for danger ore.
This commit is contained in:
grilledham 2021-05-19 18:07:41 +01:00 committed by GitHub
commit f4b2ba7bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@ return {
['weight'] = 1, ['weight'] = 1,
['ratios'] = { ['ratios'] = {
{resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 15}, {resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 15},
{resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 72}, {resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 70},
{resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 6}, {resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 10},
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 7} {resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 5}
} }
}, },
{ {
@ -33,9 +33,9 @@ return {
['start'] = value(50, 0), ['start'] = value(50, 0),
['weight'] = 1, ['weight'] = 1,
['ratios'] = { ['ratios'] = {
{resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 21}, {resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 18},
{resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 8}, {resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 9},
{resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 6}, {resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 8},
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 65} {resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 65}
} }
}, },
@ -50,10 +50,10 @@ return {
['start'] = value(50, 0), ['start'] = value(50, 0),
['weight'] = 1, ['weight'] = 1,
['ratios'] = { ['ratios'] = {
{resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 72}, {resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 75},
{resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 15}, {resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 13},
{resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 6}, {resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 7},
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 7} {resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 5}
} }
}, },
--[[ { --[[ {