源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
1.3 KiB

  1. Config = Config or {}
  2. Config.Expandbagcosts = {
  3. ["2@1@10"] = {bag_type = 2,min_cell = 1,max_cell = 10,cost_goods_list = [[ [{0,102601,2}] ]]},
  4. ["2@11@20"] = {bag_type = 2,min_cell = 11,max_cell = 20,cost_goods_list = [[ [{0,102601,2}] ]]},
  5. ["2@21@30"] = {bag_type = 2,min_cell = 21,max_cell = 30,cost_goods_list = [[ [{0,102601,2}] ]]},
  6. ["2@31@40"] = {bag_type = 2,min_cell = 31,max_cell = 40,cost_goods_list = [[ [{0,102601,2}] ]]},
  7. ["2@41@50"] = {bag_type = 2,min_cell = 41,max_cell = 50,cost_goods_list = [[ [{0,102601,2}] ]]},
  8. ["2@51@60"] = {bag_type = 2,min_cell = 51,max_cell = 60,cost_goods_list = [[ [{0,102601,2}] ]]},
  9. ["2@61@70"] = {bag_type = 2,min_cell = 61,max_cell = 70,cost_goods_list = [[ [{0,102601,2}] ]]},
  10. ["2@71@110"] = {bag_type = 2,min_cell = 71,max_cell = 110,cost_goods_list = [[ [{0,102601,2}] ]]},
  11. ["3@1@10"] = {bag_type = 3,min_cell = 1,max_cell = 10,cost_goods_list = [[ [{0,102601,2}] ]]},
  12. ["3@11@20"] = {bag_type = 3,min_cell = 11,max_cell = 20,cost_goods_list = [[ [{0,102601,2}] ]]},
  13. ["3@21@30"] = {bag_type = 3,min_cell = 21,max_cell = 30,cost_goods_list = [[ [{0,102601,2}] ]]},
  14. ["3@31@40"] = {bag_type = 3,min_cell = 31,max_cell = 40,cost_goods_list = [[ [{0,102601,2}] ]]},
  15. ["3@41@90"] = {bag_type = 3,min_cell = 41,max_cell = 90,cost_goods_list = [[ [{0,102601,2}] ]]},
  16. }