#=============================================================
# Olympiad
#=============================================================
# Olympiad start time hour, default 18 (6PM).
OlyStartTime = 18
# Olympiad start time minutes, default 00.
OlyMin = 00
# Olympiad competition period, default 6 hours (should be changed by steps of 10mins).
OlyCPeriod = 21600000
# Olympiad battle period, default 6 minutes.
OlyBattle = 360000
# Time to wait before teleported to arena, default: 30 seconds.
OlyWaitTime = 30
# Time to wait before battle starts (at 20s characters receive buffs), default: 60 seconds.
OlyWaitBattle = 60
# Time to wait before teleported back to town, default: 40 seconds.
OlyWaitEnd = 40
# Rewarded points for the first Olympiad cycle, default: 18.
OlyStartPoints = 18
# Points allowed every week after first cycle, default: 3.
OlyWeeklyPoints = 3
# Required number of matches in order to be classed as hero, default: 9.
OlyMinMatchesToBeClassed = 5
# Required number of participants for the class based games, default: 5.
OlyClassedParticipants = 3
# Required number of participants for the non-class based games, default: 9.
OlyNonClassedParticipants = 3
# Reward for the class based games.
# Format: itemId1-itemNum1;itemId2-itemNum2...
# Default: 6651-50
OlyClassedReward = 6651-50
# Reward for the non-class based games.
# Format: itemId1-itemNum1;itemId2-itemNum2...
# Default: 6651-30
OlyNonClassedReward = 6651-30
# Rate to exchange points to reward item, default: 1000.
OlyGPPerPoint = 1000
# CRPs for heroes in clan, default: 300.
OlyHeroPoints = 300
# Maximum points that player can gain/lose on a match, default: 10.
OlyMaxPoints = 10
# Olympiad Managers announce each start of fight, default: True.
OlyAnnounceGames = True
# Divider for points in classed and non-classed games, default: 3, 5.
OlyDividerClassed = 3
OlyDividerNonClassed = 5