Basic AI for Helios.

This commit is contained in:
MobiusDev
2017-10-09 14:26:51 +00:00
parent 91ab4d9547
commit fa21a6c69c
10 changed files with 240 additions and 45 deletions

View File

@@ -182,4 +182,23 @@ LindviorMinPlayers = 49
LindviorMaxPlayers = 112
# Minimum players Level for enter to Lindvior. Retail: 99
LindviorMinPlayerLvl = 99
LindviorMinPlayerLvl = 99
# ---------------------------------------------------------------------------
# Helios
# ---------------------------------------------------------------------------
# Delay of appearance time of Helios. Value is minute. Range 3-60
HeliosWaitTime = 10
# Interval time of Helios. Value is hour. Range 1-480
IntervalOfHeliosSpawn = 264
# Random interval. Range 1-192
RandomOfHeliosSpawn = 72
# Minimal count of players for enter to Helios. Retail: 70
HeliosMinPlayers = 70
# Minimum players Level for enter to Helios. Retail: 102
HeliosMinPlayerLvl = 99