# Shared division namelist for Anglophone Pacific microstates. # These nations share English as official/co-official language, post-colonial # US/UK influence, and largely demilitarised force structures — most have # only police paramilitary units and marine surveillance rather than # standing armies. Naming follows that reality: Police Field Force, # Marine Surveillance, Defence Force Detachments. # # Tag mapping: # MIC = Federated States of Micronesia (FSM Police; Compact of Free Association with US) # PAU = Palau (Palau Marine Law Enforcement; Compact of Free Association with US) # SOL = Solomon Islands (Royal Solomon Islands Police Force; Commonwealth realm) PACIFIC_DEFENCE_FORCE = { name = "Defence Force Units" for_countries = { MIC PAU SOL } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { "PACIFIC_POLICE_FIELD_FORCE" } fallback_name = "%d Defence Force Unit" ordered = { 1 = { "1st Defence Force Battalion" } 2 = { "2nd Defence Force Battalion" } } } PACIFIC_POLICE_FIELD_FORCE = { name = "Police Field Force" for_countries = { MIC PAU SOL } division_types = { "L_Inf_Bat" "Mot_Inf_Bat" "Mech_Inf_Bat" "Arm_Inf_Bat" } link_numbering_with = { "PACIFIC_DEFENCE_FORCE" } fallback_name = "%d Police Field Force" } PACIFIC_ARMOURED = { name = "Armoured Detachments" for_countries = { MIC PAU SOL } division_types = { "armor_Bat" } fallback_name = "%d Armoured Detachment" } PACIFIC_AIR_WING = { name = "Air Surveillance Detachments" for_countries = { MIC PAU SOL } division_types = { "L_Air_assault_Bat" "L_Air_Inf_Bat" "Mot_Air_Inf_Bat" } fallback_name = "%d Air Surveillance Detachment" } PACIFIC_MARINE_SURVEILLANCE = { name = "Marine Surveillance Squadrons" for_countries = { MIC PAU SOL } division_types = { "L_Marine_Bat" "Mot_Marine_Bat" "Mech_Marine_Bat" "Arm_Marine_Bat" } fallback_name = "%d Marine Surveillance Squadron" } PACIFIC_SPECIAL_RESPONSE = { name = "Special Response Units" for_countries = { MIC PAU SOL } division_types = { "Special_Forces" } fallback_name = "%d Special Response Unit" } PACIFIC_VILLAGE_GUARD = { name = "Island Reserve Forces" for_countries = { MIC PAU SOL } division_types = { "Militia_Bat" "Mot_Militia_Bat" } fallback_name = "%d Island Reserve Force" }