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

17 lines
794 B

  1. --跑马的间距规则
  2. Config = Config or {}
  3. Config.ConfigGuildTVRun = {}
  4. Config.ConfigGuildTVRun.Offset = {
  5. [1] = {index = 1, min = 0, max = 50, distance = 0.5 },
  6. [2] = {index = 2, min = 51, max = 100, distance = 1 },
  7. [3] = {index = 3, min = 101, max = 200, distance = 2 },
  8. [4] = {index = 4, min = 201, max = 400, distance = 4 },
  9. [5] = {index = 5, min = 401, max = 800, distance = 8 },
  10. [6] = {index = 6, min = 801, max = 1600, distance = 16 },
  11. [7] = {index = 7, min = 1601, max = 3200, distance = 32 },
  12. [8] = {index = 8, min = 3201, max = 6400, distance = 64 },
  13. [9] = {index = 9, min = 6401, max = 12800, distance = 128 },
  14. }
  15. Config.ConfigGuildTVRun.Random_Min = 50 --最后一名浮动的最小像素
  16. Config.ConfigGuildTVRun.Random_Max = 100 --最后一名浮动的最大像素zpz