Addition of basic Fafurion AI.

This commit is contained in:
MobiusDev
2019-03-05 15:56:37 +00:00
parent 00025ff4d1
commit 348e934b07
10 changed files with 324 additions and 60 deletions

View File

@@ -184,3 +184,25 @@ HeliosMinPlayers = 70
# Minimum players Level for enter to Helios. Retail: 102
HeliosMinPlayerLvl = 99
# ---------------------------------------------------------------------------
# Fafurion
# ---------------------------------------------------------------------------
# Delay of appearance time of Fafurion. Value is minute. Range 3-60
FafurionWaitTime = 10
# Interval time of Fafurion. Value is hour. Range 1-480
IntervalOfFafurionSpawn = 264
# Random interval. Range 1-192
RandomOfFafurionSpawn = 72
# Maximum count of players for enter to 200. Retail: 200
FafurionMaxPlayers = 200
# Minimal count of players for enter to Fafurion. Retail: 49
FafurionMinPlayers = 49
# Minimum players Level for enter to Fafurion. Retail: 105
FafurionMinPlayerLvl = 105