#Unit namelists for English speaking African countries GEN_AFR_MIL = { name = "Security Units" for_countries = { BOT } division_types = { "Militia_Bat" "Mot_Militia_Bat" } fallback_name = "%d. Security Unit" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_INF = { name = "Infantry Brigades" for_countries = { BOT } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" } link_numbering_with = { GEN_AFR_MECH } fallback_name = "%d. Infantry Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_INF_DIV = { name = "Infantry Divisions" for_countries = { BOT } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" } link_numbering_with = { GEN_AFR_MECH_DIV } fallback_name = "%d. Infantry Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_MECH = { name = "Mechanised Brigades" for_countries = { BOT } division_types = { "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { GEN_AFR_INF } fallback_name = "%d. Mechanised Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_MECH_DIV = { name = "Mechanised Divisions" for_countries = { BOT } division_types = { "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { GEN_AFR_INF_DIV } fallback_name = "%d. Mechanised Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_AIR = { name = "Airborne Brigades" for_countries = { BOT } division_types = { "L_Air_Inf_Bat" "Mot_Air_Inf_Bat" "Mech_Air_Inf_Bat" "Arm_Air_Inf_Bat" } fallback_name = "%d. Airborne Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_AIR_DIV = { name = "Airborne Divisions" for_countries = { BOT } division_types = { "L_Air_Inf_Bat" "Mot_Air_Inf_Bat" "Mech_Air_Inf_Bat" "Arm_Air_Inf_Bat" } fallback_name = "%d. Airborne Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_AIR_CAV = { name = "Air Assault Brigades" for_countries = { BOT } division_types = { "L_Air_assault_Bat" "L_Air_assault_Bat" } fallback_name = "%d. Air Assault Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_AIR_CAV_DIV = { name = "Air Assault Divisions" for_countries = { BOT } division_types = { "L_Air_assault_Bat" "L_Air_assault_Bat" } fallback_name = "%d. Air Assault Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_MAR = { name = "Amphibious Brigades" for_countries = { BOT } division_types = { "L_Marine_Bat" "Mot_Marine_Bat" "Mech_Marine_Bat" "Arm_Marine_Bat" } fallback_name = "%d. Amphibious Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_MAR_DIV = { name = "Amphibious Divisions" for_countries = { BOT } division_types = { "L_Marine_Bat" "Mot_Marine_Bat" "Mech_Marine_Bat" "Arm_Marine_Bat" } fallback_name = "%d.Amphibious Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_ARM = { name = "Armoured Brigades" for_countries = { BOT } division_types = { "armor_Bat" "L_arm_Bat" } fallback_name = "%d. Armoured Brigade" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_ARM_DIV = { name = "Armoured Divisions" for_countries = { BOT } division_types = { "armor_Bat" "L_arm_Bat" } fallback_name = "%d.Armoured Division" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. } GEN_AFR_SPEC = { name = "Commando Units" for_countries = { BOT } division_types = { "Special_Forces" } fallback_name = "%d. Commando Unit" # Names with numbers (only one number per entry). # It's okay to have gaps in numbering. }