源战役客户端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

20 líneas
460 B

  1. Config = Config or {}
  2. Config.ConfigCustomHeadPath = Config.ConfigCustomHeadPath or {
  3. -- [1] = {icon = 1100},
  4. -- [2] = {icon = 1101},
  5. -- [3] = {icon = 1102},
  6. -- [4] = {icon = 1103},
  7. -- [5] = {icon = 1104},
  8. }
  9. ---------规定职业的以1 开头 技能以2开头
  10. Config.ConfigCustomHeadPath.Career = {
  11. [1] = {icon = 1100},
  12. [2] = {icon = 1101}
  13. }
  14. Config.ConfigCustomHeadPath.Skill = {
  15. [1] = {icon = 1102},
  16. [2] = {icon = 1103},
  17. }