Master Class branch.

This commit is contained in:
MobiusDevelopment
2021-11-03 17:22:31 +00:00
parent a54e9e42be
commit fcc21d4ac4
14515 changed files with 3977715 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# ---------------------------------------------------------------------------
# Training Camp
# ---------------------------------------------------------------------------
# Enable or disable Training Camp
# Default: True
TrainingCampEnable = True
# Only Premium account can access training camp
# Default: True
TrainingCampPremiumOnly = True
# Max duration for Training Camp in seconds. NA : 18000, RU : 36000
# Default: 18000
TrainingCampDuration = 18000
# Min level to enter Training Camp
# Default: 18
TrainingCampMinLevel = 18
# Max level to enter Training Camp
# Default: 127
TrainingCampMaxLevel = 127
# Multiplier for rewarded EXP
# Default: 1.0
TrainingCampExpMultiplier = 1.0
# Multiplier for rewarded SP
# Default: 1.0
TrainingCampSpMultiplier = 1.0