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 =

View File

@@ -24,28 +24,32 @@ ConvoyDelays =
{
easy = { DateTime.Minutes(4), DateTime.Minutes(5) + DateTime.Seconds(20) },
normal = { DateTime.Minutes(2) + DateTime.Seconds(30), DateTime.Minutes(4) },
hard = { DateTime.Minutes(1) + DateTime.Seconds(30), DateTime.Minutes(2) + DateTime.Seconds(30) }
hard = { DateTime.Minutes(1) + DateTime.Seconds(30), DateTime.Minutes(2) + DateTime.Seconds(30) },
tough = { DateTime.Minutes(1), DateTime.Minutes(1) + DateTime.Seconds(15) }
}
Convoys =
{
easy = 2,
normal = 3,
hard = 5
hard = 5,
tough = 10
}
ParadropDelays =
{
easy = { DateTime.Seconds(40), DateTime.Seconds(90) },
normal = { DateTime.Seconds(30), DateTime.Seconds(70) },
hard = { DateTime.Seconds(20), DateTime.Seconds(50) }
hard = { DateTime.Seconds(20), DateTime.Seconds(50) },
tough = { DateTime.Seconds(10), DateTime.Seconds(25) }
}
ParadropWaves =
{
easy = 4,
normal = 6,
hard = 10
hard = 10,
tough = 25
}
ParadropLZs = { ParadropPoint1.CenterPosition, ParadropPoint2.CenterPosition, ParadropPoint3.CenterPosition }

View File

@@ -20,6 +20,7 @@ World:
easy: Easy
normal: Normal
hard: Hard
tough: Real tough guy
Default: easy
powerproxy.paratroopers: