源战役客户端
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.

14 lines
1.4 KiB

преди 4 седмици
  1. Config = Config or {}
  2. Config.Homebosslevel = {
  3. ["1@1"] = {sub_module = 1,level = 1,scene = 2071,enter_lv = 100,condition = [[ [{vip,3}] ]],cost = [[ [{2,100001,100}] ]]},
  4. ["1@2"] = {sub_module = 1,level = 2,scene = 2072,enter_lv = 130,condition = [[ [{vip,4}] ]],cost = [[ [{2,100001,200}] ]]},
  5. ["1@3"] = {sub_module = 1,level = 3,scene = 2073,enter_lv = 230,condition = [[ [{vip,4}] ]],cost = [[ [] ]]},
  6. ["1@4"] = {sub_module = 1,level = 4,scene = 2074,enter_lv = 320,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  7. ["1@5"] = {sub_module = 1,level = 5,scene = 2075,enter_lv = 420,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  8. ["1@6"] = {sub_module = 1,level = 6,scene = 2076,enter_lv = 520,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  9. ["2@1"] = {sub_module = 2,level = 1,scene = 2171,enter_lv = 100,condition = [[ [{vip,3}] ]],cost = [[ [{2,100001,50}] ]]},
  10. ["2@2"] = {sub_module = 2,level = 2,scene = 2172,enter_lv = 130,condition = [[ [{vip,4}] ]],cost = [[ [{2,100001,80}] ]]},
  11. ["2@3"] = {sub_module = 2,level = 3,scene = 2173,enter_lv = 230,condition = [[ [{vip,4}] ]],cost = [[ [] ]]},
  12. ["2@4"] = {sub_module = 2,level = 4,scene = 2174,enter_lv = 320,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  13. ["2@5"] = {sub_module = 2,level = 5,scene = 2175,enter_lv = 420,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  14. ["2@6"] = {sub_module = 2,level = 6,scene = 2176,enter_lv = 520,condition = [[ [{vip,5}] ]],cost = [[ [] ]]},
  15. }