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

26 lines
2.7 KiB

  1. Config = Config or {}
  2. Config.Treasurehouseitems = {
  3. [1] = {id = 1,awards = [[ [{100,230101,1}] ]],is_rare = 0,weight = 10,show_index = 1,broadcast = 0,period = 1},
  4. [2] = {id = 2,awards = [[ [{100,230102,1}] ]],is_rare = 0,weight = 10,show_index = 2,broadcast = 0,period = 1},
  5. [3] = {id = 3,awards = [[ [{100,230103,1}] ]],is_rare = 0,weight = 10,show_index = 3,broadcast = 0,period = 1},
  6. [4] = {id = 4,awards = [[ [{100,230104,1}] ]],is_rare = 0,weight = 10,show_index = 4,broadcast = 0,period = 1},
  7. [5] = {id = 5,awards = [[ [{100,230105,1}] ]],is_rare = 0,weight = 10,show_index = 5,broadcast = 0,period = 1},
  8. [6] = {id = 6,awards = [[ [{100,230106,1}] ]],is_rare = 0,weight = 10,show_index = 6,broadcast = 0,period = 1},
  9. [7] = {id = 7,awards = [[ [{100,230107,1}] ]],is_rare = 0,weight = 10,show_index = 7,broadcast = 0,period = 1},
  10. [8] = {id = 8,awards = [[ [{100,230108,1}] ]],is_rare = 0,weight = 10,show_index = 0,broadcast = 0,period = 1},
  11. [9] = {id = 9,awards = [[ [{100,109011,1}] ]],is_rare = 1,weight = 5,show_index = 5,broadcast = 0,period = 1},
  12. [10] = {id = 10,awards = [[ [{100,109012,1}] ]],is_rare = 1,weight = 5,show_index = 6,broadcast = 0,period = 1},
  13. [11] = {id = 11,awards = [[ [{100,109013,1}] ]],is_rare = 1,weight = 5,show_index = 4,broadcast = 0,period = 2},
  14. [12] = {id = 12,awards = [[ [{100,109014,1}] ]],is_rare = 1,weight = 5,show_index = 3,broadcast = 0,period = 2},
  15. [13] = {id = 13,awards = [[ [{100,109015,1}] ]],is_rare = 1,weight = 5,show_index = 2,broadcast = 0,period = 3},
  16. [14] = {id = 14,awards = [[ [{100,109016,1}] ]],is_rare = 1,weight = 5,show_index = 1,broadcast = 0,period = 3},
  17. [15] = {id = 15,awards = [[ [{100,109017,1}] ]],is_rare = 1,weight = 5,show_index = 7,broadcast = 0,period = 1},
  18. [16] = {id = 16,awards = [[ [{100,109018,1}] ]],is_rare = 1,weight = 5,show_index = 8,broadcast = 0,period = 1},
  19. [17] = {id = 17,awards = [[ [{100,109031,1}] ]],is_rare = 2,weight = 1,show_index = 5,broadcast = 1,period = 1},
  20. [18] = {id = 18,awards = [[ [{100,109032,1}] ]],is_rare = 2,weight = 1,show_index = 6,broadcast = 1,period = 1},
  21. [19] = {id = 19,awards = [[ [{100,109033,1}] ]],is_rare = 2,weight = 1,show_index = 4,broadcast = 1,period = 2},
  22. [20] = {id = 20,awards = [[ [{100,109034,1}] ]],is_rare = 2,weight = 1,show_index = 3,broadcast = 1,period = 2},
  23. [21] = {id = 21,awards = [[ [{100,109035,1}] ]],is_rare = 2,weight = 1,show_index = 2,broadcast = 1,period = 3},
  24. [22] = {id = 22,awards = [[ [{100,109036,1}] ]],is_rare = 2,weight = 1,show_index = 1,broadcast = 1,period = 3},
  25. [23] = {id = 23,awards = [[ [{100,109037,1}] ]],is_rare = 2,weight = 1,show_index = 7,broadcast = 1,period = 1},
  26. [24] = {id = 24,awards = [[ [{100,109038,1}] ]],is_rare = 2,weight = 1,show_index = 8,broadcast = 1,period = 1},
  27. }