1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/resources/market_items.lua
2018-06-16 17:38:10 +01:00

67 lines
5.3 KiB
Lua

return {
{
price = {{'raw-fish', 10}},
offer = {type = 'nothing', effect_description = 'Temporary speed bonus - Price 10 Fish'}
},
{
price = {{'raw-fish', 10}},
offer = {type = 'nothing', effect_description = 'Temporary mining bonus - Price 10 Fish'}
},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'steel-axe'}},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'submachine-gun'}},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'shotgun'}},
{price = {{'raw-fish', 250}}, offer = {type = 'give-item', item = 'combat-shotgun'}},
{price = {{'raw-fish', 25}}, offer = {type = 'give-item', item = 'railgun'}},
{price = {{'raw-fish', 250}}, offer = {type = 'give-item', item = 'flamethrower'}},
{price = {{'raw-fish', 175}}, offer = {type = 'give-item', item = 'rocket-launcher'}},
{price = {{'raw-fish', 250}}, offer = {type = 'give-item', item = 'tank-cannon'}},
{price = {{'raw-fish', 750}}, offer = {type = 'give-item', item = 'tank-machine-gun'}},
{price = {{'raw-fish', 75}}, offer = {type = 'give-item', item = 'tank-flamethrower'}},
{price = {{'raw-fish', 2500}}, offer = {type = 'give-item', item = 'artillery-wagon-cannon'}},
{price = {{'raw-fish', 1}}, offer = {type = 'give-item', item = 'firearm-magazine'}},
{price = {{'raw-fish', 5}}, offer = {type = 'give-item', item = 'piercing-rounds-magazine'}},
{price = {{'raw-fish', 20}}, offer = {type = 'give-item', item = 'uranium-rounds-magazine'}},
{price = {{'raw-fish', 2}}, offer = {type = 'give-item', item = 'shotgun-shell'}},
{price = {{'raw-fish', 10}}, offer = {type = 'give-item', item = 'piercing-shotgun-shell'}},
{price = {{'raw-fish', 5}}, offer = {type = 'give-item', item = 'railgun-dart'}},
{price = {{'raw-fish', 25}}, offer = {type = 'give-item', item = 'flamethrower-ammo'}},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'rocket'}},
{price = {{'raw-fish', 25}}, offer = {type = 'give-item', item = 'explosive-rocket'}},
{price = {{'raw-fish', 2500}}, offer = {type = 'give-item', item = 'atomic-bomb'}},
{price = {{'raw-fish', 20}}, offer = {type = 'give-item', item = 'cannon-shell'}},
{price = {{'raw-fish', 30}}, offer = {type = 'give-item', item = 'explosive-cannon-shell'}},
{price = {{'raw-fish', 75}}, offer = {type = 'give-item', item = 'explosive-uranium-cannon-shell'}},
{price = {{'raw-fish', 100}}, offer = {type = 'give-item', item = 'artillery-shell'}},
{price = {{'raw-fish', 1}}, offer = {type = 'give-item', item = 'land-mine'}},
{price = {{'raw-fish', 5}}, offer = {type = 'give-item', item = 'grenade'}},
{price = {{'raw-fish', 35}}, offer = {type = 'give-item', item = 'cluster-grenade'}},
{price = {{'raw-fish', 5}}, offer = {type = 'give-item', item = 'defender-capsule'}},
--{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'distractor-capsule'}}, Removed so we dont have 51 items and they are useless anyways
{price = {{'raw-fish', 75}}, offer = {type = 'give-item', item = 'destroyer-capsule'}},
{price = {{'raw-fish', 35}}, offer = {type = 'give-item', item = 'poison-capsule'}},
{price = {{'raw-fish', 35}}, offer = {type = 'give-item', item = 'slowdown-capsule'}},
{price = {{'raw-fish', 50}}, offer = {type = 'give-item', item = 'artillery-targeting-remote'}},
{price = {{'raw-fish', 1000}}, offer = {type = 'give-item', item = 'artillery-turret'}},
{price = {{'raw-fish', 350}}, offer = {type = 'give-item', item = 'modular-armor'}},
{price = {{'raw-fish', 875}}, offer = {type = 'give-item', item = 'power-armor'}},
{price = {{'raw-fish', 40}}, offer = {type = 'give-item', item = 'solar-panel-equipment'}},
{price = {{'raw-fish', 875}}, offer = {type = 'give-item', item = 'fusion-reactor-equipment'}},
{price = {{'raw-fish', 100}}, offer = {type = 'give-item', item = 'battery-equipment'}},
{price = {{'raw-fish', 625}}, offer = {type = 'give-item', item = 'battery-mk2-equipment'}},
{price = {{'raw-fish', 250}}, offer = {type = 'give-item', item = 'belt-immunity-equipment'}},
{price = {{'raw-fish', 100}}, offer = {type = 'give-item', item = 'night-vision-equipment'}},
{price = {{'raw-fish', 150}}, offer = {type = 'give-item', item = 'exoskeleton-equipment'}},
{price = {{'raw-fish', 250}}, offer = {type = 'give-item', item = 'personal-roboport-equipment'}},
{price = {{'raw-fish', 25}}, offer = {type = 'give-item', item = 'construction-robot'}},
{price = {{'raw-fish', 350}}, offer = {type = 'give-item', item = 'energy-shield-equipment'}},
{price = {{'raw-fish', 350}}, offer = {type = 'give-item', item = 'personal-laser-defense-equipment'}},
{price = {{'raw-fish', 1}}, offer = {type = 'give-item', item = 'refined-hazard-concrete'}},
--[[ {price = {{'raw-fish', 5}}, offer = {type = 'give-item', item = 'science-pack-1'}},
{price = {{'raw-fish', 10}}, offer = {type = 'give-item', item = 'science-pack-2'}},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'science-pack-3'}},
{price = {{'raw-fish', 15}}, offer = {type = 'give-item', item = 'military-science-pack'}},
{price = {{'raw-fish', 20}}, offer = {type = 'give-item', item = 'production-science-pack'}},
{price = {{'raw-fish', 25}}, offer = {type = 'give-item', item = 'high-tech-science-pack'}}, ]]
}