Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. # Включена-ли олимпиада / Allow Olympiad event ?
  2. # default: true
  3. OlympiadEnabled = true
  4.  
  5. # Наблюдение за соревнованиями / Allow Spectator for Players ?
  6. # Разрешено наблюдать
  7. # default: true
  8. SpectationgAllowed = true
  9.  
  10. # Максимально наблюдателей на стадион / Maximum observers to the stadium
  11. # default: 18
  12. MaxSpectatorPerStadium = 18
  13.  
  14. # Соревнования / Competitions
  15. # Время / Time
  16.  
  17. # Время начала сезона / The start time of the season
  18. # default: 2 00:00
  19. SeasonStartTime = 2 00:00
  20.  
  21. # Окончание сезона / End of season
  22. # default: +1:1 00:00
  23. SeasonEndTime = +1:1 00:00
  24.  
  25. # Время начала соревнований / During the competition
  26. # default: 18:00
  27. CompetitionStartTime = 18:00
  28.  
  29. # Время окончания соревнований / End time Competitions
  30. # default: +1 00:00
  31. CompetitionEndTime = +1 00:00
  32.  
  33. # Время раздачи бонусов / While handing out bonuses
  34. # default: +7 18:30
  35. WeaklyBonusTime = +7 18:30
  36.  
  37. # Время раздачи геройсва / Time distribution of heroism
  38. # default: +1:1 12:00
  39. NominateTime = +1:1;+1:14;+1:28 12:00
  40.  
  41. # Очков в начале сезона / Points early in the season
  42. # defailt: 10
  43. SeasonStartPoints = 18
  44.  
  45. # Минимум соревнований,для получения геройства / Minimum competition for hero
  46. # default: 15
  47. MinRewardableHeroComps = 9
  48.  
  49. # Минимум соревнований,для получения токенов / Minimum competitions for tokens
  50. # default: 15
  51. MinRewardableNobleComps = 9
  52.  
  53. # Ранки / Rank
  54. PointSettlement = 100;75;55;40;30
  55.  
  56. # Итемок за очки / Items Settlement Per Point
  57. ItemsSettlementPerPoint = 1000
  58.  
  59. # Бнус героя / Hero Points Bonus
  60. HeroPointBonus = 300
  61.  
  62. # недельный бонус / weekly Point bonus
  63. WeaklyBonusPoints = 3
  64.  
  65. # Какие итемы выдаем за победу в матче / Victory Reward Item ID
  66. VictoryRewardItemID = 6651
  67.  
  68. VictoryRewardClassFreeCount = 40
  69. VictoryRewardClassBasedCount = 65
  70. VictoryRewardTeamBasedCount = 85
  71.  
  72. MaxTotalMatches = 300
  73. MaxClassFreeMatches = 300
  74. MaxClassBaseMatches = 300
  75. MaxTeamBaseMatches = 300
  76.  
  77. MinParticipantClassFree = 11
  78. MinParticipantClassBase = 11
  79. MinParticipantTeamBase = 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement