Shannon V. OKeets
Posts: 22095
Joined: 5/19/2005 From: Honolulu, Hawaii Status: offline
|
The Commonwealth has other land units available, altough some depend on optional rules. Here's the code from MWIF for the Commonwealth setup. There are motorized units (MO), territorials (TE) as well as infantry (IN). Because the Allies get the second impulse, and they are not at war with anyone, they can transport some units from far off areas (e.g., India) into Europe. The number of possibilities are quite large for where the Commonwealth deploys its land units. If corps sized units can be broken down into divisions, then even the cruisers can be used to transport land units. For example (and I am not necessarily recommending this), the infantry corps in India could be broken down into divisions during setup and then during a second impulse Naval action sent to Malta and Gibraltar on fast moving cruisers. Hopefully the Polish setup is such that none of those units need to move or fight. --- mcCommonwealth: // Global War. begin AddGroupCountry(['United Kingdom'], ['[United Kingdom]', 'HQ Gort', 'ME 1', 'MO 2', 'F2 2/2', 'L2 1/1', 'L3 1/4', 'N2 0/1', 'A3 1', 'PI 5', '[Div]', 'AT 1', 'IN 1', 'CS Terror', 'CS Erebus', '[Commonwealth]', 'OI 1']); AddGroupCountry(['Egypt', 'Palestine'], ['[United Kingdom]', 'HQ Wavell', 'TE 2']); AddGroupSimple(lEurope, ['[United Kingdom]', 'CS Ark Royal', 'CS Courageous', 'CS Furious', 'CS Argus', 'CS Hermes', 'CS Hood', 'CS Nelson', 'CS Resolution', 'CS Revenge', 'CS Royal Oak', 'CS Warspite', 'CS Barham', 'CS Ramillies', 'CS Renown', 'CS Repulse', 'CS Rodney', 'CS Royal Sovereign', 'CS Edinburgh', 'CS Hawkins', 'CS Norfolk', 'CS Southampton', 'CS Belfast', 'CS Effingham', 'CS Exeter', 'CS Glasgow', 'CS Newcastle', 'CS Sheffield', 'CS York', 'CL Arethusa', 'CL Carlisle', 'CL Ceres', 'CL Emerald', 'CL Aurora', 'CL Cairo', 'CL Calcutta', 'CL Caledon', 'CL Calypso', 'CL Capetown', 'CL Caradoc', 'CL Cardiff', 'CL Colombo', 'CL Curlew', 'CL Delhi', 'CL Diomede', 'CL Dragon', 'CL Dunedin', 'CL Enterprise', 'CL Galatea', 'CL Penelope', 'TE 2', '[Commonwealth]', 'ASW 1']); AddGroupSimple(lPacificAsia, ['[United Kingdom]', 'CS Glorious', 'CS Eagle', 'CS Kent', 'CS Manchester', 'CS Malaya', 'CS Birmingham', 'CS Cornwall', 'CS Devonshire', 'CS Dorsetshire', 'CS Gloucester', 'CS Liverpool', 'CS Sussex', 'CL Coventry', '[India]', 'IN 1', 'TE 1', '[Australia]', 'CS Australia', 'CS Canberra', 'CS Shropshire', 'CL Sydney', 'CL Adelaide', 'CL Hobart', '[New Zealand]', 'CL Leander', '[Commonwealth]', 'OI 1']); AddGroupSimple(lAmerica, ['[United Kingdom]', 'CS Berwick', 'CS Cumberland', 'CL Ajax', 'CL Danae', 'CL Durban', 'CL Despatch', 'CL Dauntless', 'CL Neptune', 'CL Orion', '[Australia]', 'CL Perth', '[New Zealand]', 'CL Achilles']); // **************************************************************************** // 3x8 + 3x5 + 5x3 + 8x2 + 11x1 = 81 convoys. // **************************************************************************** AddGroupSimple(lAny, ['[United Kingdom]', 'IN 1', 'NT 4', 'SU 2', 'CN 8', 'CN 8', 'CN 8', 'CN 5', 'CN 5', 'CN 5', 'CN 3', 'CN 3', 'CN 3', 'CN 3', 'CN 3', 'CN 2', 'CN 2', 'CN 2', 'CN 2', 'CN 2', 'CN 2', 'CN 2', 'CN 2', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CN 1', 'CP 8/5', 'TE 1', '[Div]', 'AT 1', 'EN 1', '[Commonwealth]', 'OI 1']);
_____________________________
Steve Perfection is an elusive goal.
|