mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Increase gear outpost yield by 1.5x.
This commit is contained in:
parent
4063c2ff13
commit
2fb55ca235
@ -30,7 +30,7 @@ local factory = {
|
||||
callback = ob.magic_item_crafting_callback,
|
||||
data = {
|
||||
recipe = 'iron-gear-wheel',
|
||||
output = {min_rate = 2 / 60, distance_factor = 2 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
output = {min_rate = 3 / 60, distance_factor = 3 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ local factory = {
|
||||
callback = ob.magic_item_crafting_callback,
|
||||
data = {
|
||||
recipe = 'iron-gear-wheel',
|
||||
output = {min_rate = 3 / 60, distance_factor = 3 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
output = {min_rate = 4.5 / 60, distance_factor = 4.5 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ local factory = {
|
||||
callback = ob.magic_item_crafting_callback,
|
||||
data = {
|
||||
recipe = 'iron-gear-wheel',
|
||||
output = {min_rate = 0.75 / 60, distance_factor = 0.75 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
output = {min_rate = 1.125 / 60, distance_factor = 1.125 / 60 / 512, item = 'iron-gear-wheel'}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user