mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2024-12-30 23:17:53 +02:00
Mtn v3: change market items
This commit is contained in:
parent
2393610f01
commit
36aac44250
@ -530,11 +530,11 @@ local function get_items()
|
||||
static = true
|
||||
}
|
||||
|
||||
main_market_items['logistic-chest-passive-provider'] = {
|
||||
main_market_items['logistic-chest-storage'] = {
|
||||
stack = 1,
|
||||
value = 'coin',
|
||||
price = fixed_prices.logistic_chest_passive_provider_cost,
|
||||
tooltip = ({ 'entity-name.logistic-chest-passive-provider' }),
|
||||
price = fixed_prices.storage_chest_cost,
|
||||
tooltip = ({ 'entity-name.logistic-chest-storage' }),
|
||||
upgrade = false,
|
||||
static = true
|
||||
}
|
||||
|
@ -268,7 +268,7 @@ function Public.reset_main_table()
|
||||
redraw_mystical_chest_cost = 3000,
|
||||
roboport_cost = random(750, 1500),
|
||||
construction_bot_cost = random(150, 350),
|
||||
logistic_chest_passive_provider_cost = random(400, 600)
|
||||
storage_chest_cost = random(400, 600)
|
||||
|
||||
}
|
||||
this.collapse_grace = true
|
||||
|
Loading…
Reference in New Issue
Block a user