Add Real tough guy difficulty to Allies04

This commit is contained in:
Smittytron
2017-11-20 19:12:21 -06:00
committed by abcdefg30
parent 7c901c27f1
commit 9c729c77bc
3 changed files with 13 additions and 6 deletions

View File

@@ -14,14 +14,16 @@ AttackGroupSizes =
{
easy = 6,
normal = 8,
hard = 10
hard = 10,
tough = 12
}
AttackDelays =
{
easy = { DateTime.Seconds(4), DateTime.Seconds(9) },
normal = { DateTime.Seconds(2), DateTime.Seconds(7) },
hard = { DateTime.Seconds(1), DateTime.Seconds(5) }
hard = { DateTime.Seconds(1), DateTime.Seconds(5) },
tough = { DateTime.Seconds(1), DateTime.Seconds(5) }
}
AttackRallyPoints =