//Axis plan list
//1 = India - technically historical
//2 = Australia
//3 = China
//4 = Hawaii and Alaska

//Allied plan list
//Allied plans are always reactionary to the Axis and built into the scripting

//set Allies defensively till they gather their fleets
$GrandStrategy
if_Date=1/1/1939
lifespan=once
actionCountry=1
strategyOffense=false
$End

$GrandStrategy
if_Date=1/1/1939
lifespan=once
actionCountry=3
strategyOffense=false
$End

//set Allied offensively in 1942 so they can take on Japanese in Burma
$GrandStrategy
if_Date=5/24/1942
lifespan=once
actionCountry=1
strategyOffense=true
$End

$GrandStrategy
if_Date=5/24/1942
lifespan=once
actionCountry=3
strategyOffense=true
randomizePlanMax=2
$End

$GrandStrategy
if_Date=8/27/1944
lifespan=once
actionCountry=3
strategyOffense=true
randomizePlanMax=2
$End

$GrandStrategy
if_Date=1/1/1939
lifespan=once
actionCountry=8
strategyOffense=true
randomizePlanMax=4
$End
