mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Merge pull request #1213 from grilledham/snowzy_ore_ratios
Use SnowZy's ore ratios for danger ore.
This commit is contained in:
commit
f4b2ba7bc3
@ -14,9 +14,9 @@ return {
|
||||
['weight'] = 1,
|
||||
['ratios'] = {
|
||||
{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, 'stone', value(0, 0.75)), weight = 6},
|
||||
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 7}
|
||||
{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 = 10},
|
||||
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 5}
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -33,9 +33,9 @@ return {
|
||||
['start'] = value(50, 0),
|
||||
['weight'] = 1,
|
||||
['ratios'] = {
|
||||
{resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 21},
|
||||
{resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 8},
|
||||
{resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 6},
|
||||
{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 = 9},
|
||||
{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}
|
||||
}
|
||||
},
|
||||
@ -50,10 +50,10 @@ return {
|
||||
['start'] = value(50, 0),
|
||||
['weight'] = 1,
|
||||
['ratios'] = {
|
||||
{resource = b.resource(b.full_shape, 'iron-ore', value(0, 0.75)), weight = 72},
|
||||
{resource = b.resource(b.full_shape, 'copper-ore', value(0, 0.75)), weight = 15},
|
||||
{resource = b.resource(b.full_shape, 'stone', value(0, 0.75)), weight = 6},
|
||||
{resource = b.resource(b.full_shape, 'coal', value(0, 0.75)), weight = 7}
|
||||
{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 = 13},
|
||||
{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 = 5}
|
||||
}
|
||||
},
|
||||
--[[ {
|
||||
|
Loading…
Reference in New Issue
Block a user