源战役客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
367 B

  1. Config = Config or {}
  2. Config.Improvefightcondition = {
  3. [1] = {id = 1,condition = 200,icon = 1},
  4. [2] = {id = 2,condition = 180,icon = 2},
  5. [3] = {id = 3,condition = 160,icon = 3},
  6. [4] = {id = 4,condition = 140,icon = 4},
  7. [5] = {id = 5,condition = 120,icon = 5},
  8. [6] = {id = 6,condition = 100,icon = 6},
  9. [7] = {id = 7,condition = 80,icon = 7},
  10. }