//building priority for all countries
//HQ, InD, smallCorp, largeCorp, army #5,
//Cav, Mar, Par, Mtn, Mech #10,
//Arm, Ftr, Sup, Tac, Str #15,
//SS, DD, CA, BB, CV #20,
//CVL, PC, SupportItemBuildChance%0-100, Tr, Amp #25,
//Tanker #25,Lorry, AirTrans, Shipyard, Coastal #30,
//Airfield, AA, Merchant Marine, Escort #34

//minor countries 100% build largeCorp or armies unless specified
//buildPriority=0,0,0,100,100,    0,0,0,0,0,    0,0,0,0,0,    0,0,0,0,0,    0,0,0,0,0,    0,0,0,0,0,    0,0,0,0

//Japan
//change builds for late war defense of the islands
//I give all land units to Japan unless it is 1945
$ChangeBuild
if_Date=5/1/1942
lifespan=tillTrigger
actionCountry=8
//                    Inf                Sp4-Mch   Arm-Air4       Naval           CVL-PC-Sp%+2     Support       Support
buildPriority=0,0,0,0,25,  0,0,0,0,5,  0,15,5,15,0,  3,12,0,0,0,  0,15,25,10,10,  12,15,30,0,0,  0,15,35,25
$End

//Japan changes to air superiority and infantry
$ChangeBuild
if_Date=1/1/1945
lifespan=tillTrigger
actionCountry=8
//                    Inf                Sp4-Mch   Arm-Air4       Naval   CVL-PC-Sp%+2  Sup         Sup
buildPriority=0,0,0,0,80,  0,0,0,0,0,  0,20,0,0,0,  0,0,0,0,0,  0,0,0,0,0,  0,0,0,0,0,  0,100,0,0
$End

//USA will build infantry for 8 turns then change to cruisers and destroyer groups till 12/6/1942 to absorb losses
$ChangeBuild
if_Date=3/29/1942
lifespan=tillTrigger
actionCountry=3
//                    Inf             Sp4-Mch   Arm-Air4       Naval    CVL-PC-Sp%+2       Sup              Sup
buildPriority=0,0,0,0,0,  0,0,0,0,0,  0,0,0,0,0,  0,50,100,0,0,  0,0,0,0,0,  0,0,0,0,0,  0,0,0,0
$End

//USA has CV/CVL as giveunit historical
$ChangeBuild
if_Date=12/6/1942
lifespan=tillTrigger
actionCountry=3
//                    Inf             Sp4-Mch   Arm-Air4       Naval    CVL-PC-Sp%+2       Sup              Sup
buildPriority=0,0,0,5,0,  0,0,0,0,0,  0,7,0,7,7,  25,5,5,0,0,  0,0,15,10,10,  5,10,15,0,0,  0,0,40,12
$End

//USA changes to air superiority and infantry
$ChangeBuild
if_Date=3/1/1943
lifespan=tillTrigger
actionCountry=3
//                    Inf                Sp4-Mch     Arm-Air4         Naval       CVL-PC-Sp%+2         Sup             Sup
buildPriority=0,0,0,20,0,  0,0,0,0,0,  0,12,0,12,10,  25,3,3,0,0,  0,35,10,10,10,  5,10,15,0,0,  0,0,20,12
$End

//USA changes to air superiority and infantry removing merchant marine and escorts
$ChangeBuild
if_Date=3/1/1944
lifespan=tillTrigger
actionCountry=3
//                    Inf                Sp4-Mch     Arm-Air4         Naval      CVL-PC-Sp%+2       Sup            Sup
buildPriority=0,0,0,20,0,  0,0,0,0,0,  0,15,0,15,0,  25,5,5,0,0,  0,35,10,10,10,  5,10,15,0,0,  0,0,10,0
$End