源战役客户端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

9 linhas
865 B

  1. Config = Config or {}
  2. Config.Beautycontest = {
  3. ["1@1"] = {rank_high = 1,rank_low = 1,reward = [[ [{17,433025,1},{100,102408,1},{0,102501,100},{100,109034,1}] ]]},
  4. ["2@2"] = {rank_high = 2,rank_low = 2,reward = [[ [{17,433026,1},{100,102407,1},{0,102501,80},{100,109033,2}] ]]},
  5. ["3@4"] = {rank_high = 3,rank_low = 4,reward = [[ [{17,433027,1},{100,102406,1},{0,102501,60},{100,109033,1}] ]]},
  6. ["5@8"] = {rank_high = 5,rank_low = 8,reward = [[ [{17,433028,1},{100,102405,1},{0,102501,50},{100,109032,2}] ]]},
  7. ["9@16"] = {rank_high = 9,rank_low = 16,reward = [[ [{17,433029,1},{100,102405,1},{0,102501,40},{100,109032,1}] ]]},
  8. ["17@50"] = {rank_high = 17,rank_low = 50,reward = [[ [{100,102405,1},{0,102501,30},{100,109031,2}] ]]},
  9. ["51@9999"] = {rank_high = 51,rank_low = 9999,reward = [[ [{100,102404,1},{0,102501,20},{100,109031,1}] ]]},
  10. }