# Shared division namelist for Anglophone Commonwealth Caribbean states. # These nations share British colonial military heritage, English as their # official language, and small force structures (regiment/coast-guard scale, # not divisions). Naming follows the common "X Defence Force / Regiment / # Coast Guard / Special Service Unit / Police Reserve" pattern used across # the region. CARIB_DEFENCE_FORCE_REGIMENTS = { name = "Defence Force Regiments" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { "CARIB_DEFENCE_FORCE_INFANTRY" } fallback_name = "%d Defence Force Regiment" ordered = { 1 = { "1st Battalion The Regiment" } 2 = { "2nd Battalion The Regiment" } 3 = { "3rd Battalion The Regiment (Reserve)" } } } CARIB_DEFENCE_FORCE_INFANTRY = { name = "Defence Force Battalions" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { "CARIB_DEFENCE_FORCE_REGIMENTS" } fallback_name = "%d Defence Force Battalion" } CARIB_DEFENCE_FORCE_ARMOURED = { name = "Armoured Squadrons" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "armor_Bat" } fallback_name = "%d Armoured Squadron" } CARIB_AIR_WING = { name = "Air Wing Detachments" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "L_Air_assault_Bat" "L_Air_Inf_Bat" "Mot_Air_Inf_Bat" } fallback_name = "%d Defence Force Air Wing" } CARIB_COAST_GUARD = { name = "Coast Guard Squadrons" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "L_Marine_Bat" "Mot_Marine_Bat" "Mech_Marine_Bat" "Arm_Marine_Bat" } fallback_name = "%d Coast Guard Squadron" } CARIB_SPECIAL_SERVICE = { name = "Special Service Units" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "Special_Forces" } fallback_name = "%d Special Service Unit" } CARIB_POLICE_RESERVE = { name = "Police Reserve Units" for_countries = { BAH BAR BLZ DMI GRA JAM STK STL STV TRI } division_types = { "Militia_Bat" "Mot_Militia_Bat" } fallback_name = "%d Police Reserve" }