源战役客户端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

16 satır
1.3 KiB

Config = Config or {}
Config.Expandbagcosts = {
["2@1@10"] = {bag_type = 2,min_cell = 1,max_cell = 10,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@11@20"] = {bag_type = 2,min_cell = 11,max_cell = 20,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@21@30"] = {bag_type = 2,min_cell = 21,max_cell = 30,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@31@40"] = {bag_type = 2,min_cell = 31,max_cell = 40,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@41@50"] = {bag_type = 2,min_cell = 41,max_cell = 50,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@51@60"] = {bag_type = 2,min_cell = 51,max_cell = 60,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@61@70"] = {bag_type = 2,min_cell = 61,max_cell = 70,cost_goods_list = [[ [{0,102601,2}] ]]},
["2@71@110"] = {bag_type = 2,min_cell = 71,max_cell = 110,cost_goods_list = [[ [{0,102601,2}] ]]},
["3@1@10"] = {bag_type = 3,min_cell = 1,max_cell = 10,cost_goods_list = [[ [{0,102601,2}] ]]},
["3@11@20"] = {bag_type = 3,min_cell = 11,max_cell = 20,cost_goods_list = [[ [{0,102601,2}] ]]},
["3@21@30"] = {bag_type = 3,min_cell = 21,max_cell = 30,cost_goods_list = [[ [{0,102601,2}] ]]},
["3@31@40"] = {bag_type = 3,min_cell = 31,max_cell = 40,cost_goods_list = [[ [{0,102601,2}] ]]},
["3@41@90"] = {bag_type = 3,min_cell = 41,max_cell = 90,cost_goods_list = [[ [{0,102601,2}] ]]},
}