# Default Army HQ templates, gated on TAOG DLC. # To add a country-specific HQ template, add a new `if` block below and add the tag to the generic fallback's NOT list. every_possible_country = { limit = { has_dlc = "Thunder at Our Gates" } division_template = { localization_key = "ARMY_HQ_TEMPLATE_NAME" template_counter = 121 is_army_hq = yes regiments = { hq_Mot_Inf_Bat = { x = 0 y = 0 } hq_Mot_Inf_Bat = { x = 0 y = 1 } } support = { hq_support_company = { x = 0 y = 0 } hq_engineer = { x = 0 y = 1 } hq_maintenance = { x = 0 y = 2 } } } }