Black Market (sell and buy on the market) deprecated


Sell and buy items/fluids/energy on the universal black market using trading chests/tanks/accumulators, choosing the frequency of exchanges and related fees. You can now sell your overproduction and buy things that you don't want to craft by yourself. You can also use these trading units as a paying shipment system.

Overhaul
5 years ago
0.13 - 0.17.1
57

a Please don't post here but on the forum (link in information tab)

8 years ago

There are no email notifications to tell me that you posted something here, so I probably won't answer because I cannot check 20 mods pages regularly...

8 years ago

-- Special items/fluids : if incorrect, edit prices and add manually to special_prices in config.lua and/or send to binbinhfr on forum : https://forums.factorio.com/viewtopic.php?f=92&t=30889
-- Resources (vanilla and modded):
["water"] = 0,
["coal"] = 16,
["stone"] = 27,
["iron-ore"] = 19,
["copper-ore"] = 21,
["crude-oil"] = 100,
["uranium-ore"] = 100,
["bauxite-ore"] = 100,
["cobalt-ore"] = 100,
["diamond-ore"] = 100,
["emerald-ore"] = 100,
["amethyst-ore"] = 100,
["ruby-ore"] = 100,
["sapphire-ore"] = 100,
["topaz-ore"] = 100,
["gold-ore"] = 100,
["lead-ore"] = 100,
["lithia-water"] = 100,
["nickel-ore"] = 100,
["quartz"] = 100,
["rutile-ore"] = 100,
["silver-ore"] = 100,
["sulfur"] = 100,
["tin-ore"] = 100,
["tungsten-ore"] = 100,
["zinc-ore"] = 100,

<pre>-- Specials (manually declared prices): ["coin"] = 1, ["ucoin"] = 1, ["raw-wood"] = 51, ["raw-fish"] = 30, ["alien-artifact"] = 1000, ["thermal-water"] = 100, ["empty-canister"] = 161, ["empty-barrel"] = 1311, ["small-alien-artifact"] = 199, ["small-alien-artifact-red"] = 201, ["small-alien-artifact-orange"] = 201, ["small-alien-artifact-yellow"] = 201, ["small-alien-artifact-green"] = 201, ["small-alien-artifact-blue"] = 201, ["small-alien-artifact-purple"] = 201, -- Potential undeclared resources (used as ingredients but never produced): ["gem-ore"] = 99, ["enriched-uranium"] = 99, ["active_provider_dummy"] = 99, ["biotech-accumulator"] = 99, ["biotech-battery"] = 99, ["biotech-biosolarpanel-pole"] = 99, ["biotech-biosolarpanel-solarpanel"] = 99, ["biotech-crude-oil"] = 99, ["biotech-electronic-circuit-advanced"] = 99, ["biotech-electronic-processor"] = 99, ["biotech-synthetic-wood"] = 99, ["burner-generator-power"] = 99, ["combat-robot-dispenser-equipment"] = 99, ["computer"] = 99, ["passive_provider_dummy"] = 99, ["requester_dummy"] = 99, ["storage_dummy"] = 99, -- Free items/fluids (products of a recipe without ingredients): ["biotech-sand"] = 0, -- Unknown items/fluids -> not priced (not present in any recipe or only in isolated looped recipes): ["bob-tank-3"] = unknown_price, ["ceramic-pipe"] = unknown_price, ["ceramic-pipe-to-ground"] = unknown_price, ["bob-logistic-robot-4"] = unknown_price, ["bob-construction-robot-4"] = unknown_price, ["bob-robo-charge-port-4"] = unknown_price, ["bob-robo-charge-port-large-4"] = unknown_price, ["bob-robochest-4"] = unknown_price, ["bob-roboport-4"] = unknown_price, ["dummy-selection-tool"] = unknown_price, ["fast-accumulator-3"] = unknown_price, ["large-accumulator-3"] = unknown_price, ["slow-accumulator-3"] = unknown_price, ["electrolyser-4"] = unknown_price, ["oil-refinery-3"] = unknown_price, ["oil-refinery-4"] = unknown_price, ["science-pack-4"] = unknown_price, ["nitrogen-canister"] = unknown_price, ["alien-poison-barrel"] = unknown_price, ["nitric-acid-barrel"] = unknown_price, ["gun-cotton"] = unknown_price, ["silicon-nitride"] = unknown_price, ["silver-nitrate"] = unknown_price, ["silver-oxide"] = unknown_price, ["fertiliser"] = unknown_price, ["acid-bullet"] = unknown_price, ["ap-bullet"] = unknown_price, ["electric-bullet"] = unknown_price, ["flame-bullet"] = unknown_price, ["he-bullet"] = unknown_price, ["poison-bullet"] = unknown_price, ["poison-bullet-projectile"] = unknown_price, ["bullet"] = unknown_price, ["cordite"] = unknown_price, ["poison-rocket-warhead"] = unknown_price, ["silver-zinc-battery"] = unknown_price, ["ceramic-bearing-ball"] = unknown_price, ["ceramic-bearing"] = unknown_price, ["roboport-chargepad-4"] = unknown_price, ["flying-robot-frame-4"] = unknown_price, ["robot-tool-combat-4"] = unknown_price, ["robot-tool-construction-4"] = unknown_price, ["robot-tool-logistic-4"] = unknown_price, ["buggy-gun"] = unknown_price, ["tank-machine-gun"] = unknown_price, ["vehicle-machine-gun"] = unknown_price, ["gatling-gun"] = unknown_price, ["laser-beam-rifle"] = unknown_price, ["tank-cannon-2"] = unknown_price, ["tank-cannon-3"] = unknown_price, ["tank-cannon"] = unknown_price, ["tank-artillery-1"] = unknown_price, ["tank-artillery-2"] = unknown_price, ["tank-laser"] = unknown_price, ["poison-artillery-shell"] = unknown_price, ["bullet-magazine"] = unknown_price, ["acid-bullet-magazine"] = unknown_price, ["ap-bullet-magazine"] = unknown_price, ["electric-bullet-magazine"] = unknown_price, ["flame-bullet-magazine"] = unknown_price, ["he-bullet-magazine"] = unknown_price, ["poison-bullet-magazine"] = unknown_price, ["bob-poison-rocket"] = unknown_price, ["laser-beam-rifle-ammo"] = unknown_price, ["laser-rifle-battery-topaz"] = unknown_price, ["laser-rifle-battery-diamond"] = unknown_price, ["shotgun-acid-shell"] = unknown_price, ["shotgun-ap-shell"] = unknown_price, ["shotgun-electric-shell"] = unknown_price, ["shotgun-explosive-shell"] = unknown_price, ["shotgun-flame-shell"] = unknown_price, ["shotgun-poison-shell"] = unknown_price, ["better-shotgun-shell"] = unknown_price, ["bob-laser-robot-capsule"] = unknown_price, ["bob-laser-robot"] = unknown_price, ["heavy-armor-3"] = unknown_price, ["bob-power-armor-mk4"] = unknown_price, ["bob-power-armor-mk5"] = unknown_price, ["battery-mk5-equipment"] = unknown_price, ["battery-mk6-equipment"] = unknown_price, ["personal-laser-defense-equipment-5"] = unknown_price, ["personal-laser-defense-equipment-6"] = unknown_price, ["bob-laser-turret-5"] = unknown_price, ["orbital-ion-cannon"] = unknown_price, ["liquid-air"] = unknown_price, ["nitric-acid"] = unknown_price, ["nitrogen-dioxide"] = unknown_price, ["nitrogen"] = unknown_price, ["nitroglycerin"] = unknown_price, ["sulfuric-nitric-acid"] = unknown_price, ["wind"] = unknown_price, ["alien-poison"] = unknown_price, </pre>

New response