1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-20 02:59:53 +02:00

Set actual time between attacks to realistic numbers.

This commit is contained in:
Oarcinae 2019-08-12 04:25:18 -05:00
parent 1870743076
commit d08e149dfa

View File

@ -181,9 +181,9 @@ function InitOarcEnemies()
rand_evo_amnt = 0.15, -- Up to + this amount
rand_size_amnt = 10, -- Up to + this amount
seconds_between_attacks_min = 5*6,
seconds_between_attacks_max = 30*6,
seconds_between_attacks_rand = 4*6,
seconds_between_attacks_min = 5*60,
seconds_between_attacks_max = 30*60,
seconds_between_attacks_rand = 4*60,
radar_scan_attack_chance = 500, -- 1 in X change to trigger an attack due to a radar ping.
}