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

21 lines
1.8 KiB

  1. Config = Config or {}
  2. Config.Capsuleeggratio = {
  3. ["1@0@1@1@300"] = {pool_type = 1,color = 0,type = 1,low = 1,high = 300,add_weight = 0},
  4. ["1@0@1@301@600"] = {pool_type = 1,color = 0,type = 1,low = 301,high = 600,add_weight = 500},
  5. ["1@0@1@601@99999"] = {pool_type = 1,color = 0,type = 1,low = 601,high = 99999,add_weight = 100000000},
  6. ["1@1@1@1@5"] = {pool_type = 1,color = 1,type = 1,low = 1,high = 5,add_weight = [[ -10 ]]},
  7. ["1@1@1@6@17"] = {pool_type = 1,color = 1,type = 1,low = 6,high = 17,add_weight = 10},
  8. ["1@1@1@18@22"] = {pool_type = 1,color = 1,type = 1,low = 18,high = 22,add_weight = 500},
  9. ["1@1@1@23@99999"] = {pool_type = 1,color = 1,type = 1,low = 23,high = 99999,add_weight = 100000},
  10. ["1@1@2@1@100"] = {pool_type = 1,color = 1,type = 2,low = 1,high = 100,add_weight = 0},
  11. ["1@1@2@101@500"] = {pool_type = 1,color = 1,type = 2,low = 101,high = 500,add_weight = 5},
  12. ["1@1@2@501@1000"] = {pool_type = 1,color = 1,type = 2,low = 501,high = 1000,add_weight = 500},
  13. ["1@1@2@1001@99999"] = {pool_type = 1,color = 1,type = 2,low = 1001,high = 99999,add_weight = 100000},
  14. ["1@2@1@1@5"] = {pool_type = 1,color = 2,type = 1,low = 1,high = 5,add_weight = [[ -10 ]]},
  15. ["1@2@1@6@17"] = {pool_type = 1,color = 2,type = 1,low = 6,high = 17,add_weight = 10},
  16. ["1@2@1@18@22"] = {pool_type = 1,color = 2,type = 1,low = 18,high = 22,add_weight = 500},
  17. ["1@2@1@23@99999"] = {pool_type = 1,color = 2,type = 1,low = 23,high = 99999,add_weight = 100000},
  18. ["1@2@2@1@100"] = {pool_type = 1,color = 2,type = 2,low = 1,high = 100,add_weight = 0},
  19. ["1@2@2@101@500"] = {pool_type = 1,color = 2,type = 2,low = 101,high = 500,add_weight = 5},
  20. ["1@2@2@501@1000"] = {pool_type = 1,color = 2,type = 2,low = 501,high = 1000,add_weight = 500},
  21. ["1@2@2@1001@99999"] = {pool_type = 1,color = 2,type = 2,low = 1001,high = 99999,add_weight = 100000},
  22. }