1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-11 13:39:14 +02:00

Fish defender things

This commit is contained in:
MewMew 2018-11-14 07:53:19 +01:00
parent 6f37d618c3
commit 57770c8817

View File

@ -1,4 +1,7 @@
local items = {
--{price = {{"coin", 50}}, offer = {type = 'nothing', effect_description = 'Buy Turret Slot'}},
--{price = {{"coin", 250}}, offer = {type = 'nothing', effect_description = 'Buy Laser Turret Slot'}},
--{price = {{"coin", 10}}, offer = {type = 'nothing', effect_description = 'Buy Mine Slot'}},
{price = {{"coin", 3}}, offer = {type = 'give-item', item = "raw-fish", count = 1}},
{price = {{"coin", 1}}, offer = {type = 'give-item', item = 'raw-wood', count = 1}},
{price = {{"coin", 1}}, offer = {type = 'give-item', item = 'explosives', count = 2}},