mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-08 00:39:30 +02:00
Update locomotive.lua
This commit is contained in:
parent
73c9de4012
commit
3d252ff8c8
@ -66,14 +66,14 @@ end
|
||||
]]
|
||||
|
||||
local market_offers = {
|
||||
{price = {{'coin', 25}}, offer = {type = 'give-item', item = "raw-fish"}},
|
||||
{price = {{"coin", 50}}, offer = {type = 'give-item', item = 'wood', count = 50}},
|
||||
{price = {{"coin", 50}}, offer = {type = 'give-item', item = 'iron-ore', count = 50}},
|
||||
{price = {{"coin", 50}}, offer = {type = 'give-item', item = 'copper-ore', count = 50}},
|
||||
{price = {{"coin", 50}}, offer = {type = 'give-item', item = 'stone', count = 50}},
|
||||
{price = {{"coin", 50}}, offer = {type = 'give-item', item = 'coal', count = 50}},
|
||||
{price = {{"coin", 80}}, offer = {type = 'give-item', item = 'uranium-ore', count = 50}},
|
||||
{price = {{"coin", 25}}, offer = {type = 'give-item', item = 'crude-oil-barrel', count = 1}},
|
||||
{price = {{'coin', 5}}, offer = {type = 'give-item', item = "raw-fish"}},
|
||||
{price = {{"coin", 10}}, offer = {type = 'give-item', item = 'wood', count = 50}},
|
||||
{price = {{"coin", 10}}, offer = {type = 'give-item', item = 'iron-ore', count = 50}},
|
||||
{price = {{"coin", 10}}, offer = {type = 'give-item', item = 'copper-ore', count = 50}},
|
||||
{price = {{"coin", 10}}, offer = {type = 'give-item', item = 'stone', count = 50}},
|
||||
{price = {{"coin", 10}}, offer = {type = 'give-item', item = 'coal', count = 50}},
|
||||
{price = {{"coin", 16}}, offer = {type = 'give-item', item = 'uranium-ore', count = 50}},
|
||||
{price = {{"coin", 5}}, offer = {type = 'give-item', item = 'crude-oil-barrel', count = 1}},
|
||||
}
|
||||
|
||||
local function create_wagon_room()
|
||||
|
Loading…
Reference in New Issue
Block a user