源战役客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
643 B

  1. Config = Config or {}
  2. Config.Guildpos = {
  3. [1] = {position = 1,name = [[ 团长 ]],permission_list = [[ [1,2,3,4,5,6,7] ]],reputation_add = 300},
  4. [2] = {position = 2,name = [[ 副团 ]],permission_list = [[ [1,2,3,4,5] ]],reputation_add = 200},
  5. [3] = {position = 3,name = [[ 精英 ]],permission_list = [[ [] ]],reputation_add = 100},
  6. [4] = {position = 4,name = [[ 团宠 ]],permission_list = [[ [] ]],reputation_add = 100},
  7. [5] = {position = 5,name = [[ 成员 ]],permission_list = [[ [] ]],reputation_add = 0},
  8. [6] = {position = 6,name = [[ 代理团长 ]],permission_list = [[ [1,2,3,4,5] ]],reputation_add = 200},
  9. }