# ======================
# MOBILE
# ======================

# MECHANIZED DIVISION
MECH_ROM_1 = {
	name = "Mechanized Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "mechanized" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Mecanizată"
	ordered = {
		1 = { "Divizia %d Mecanizată" }
	}
}

# MOTORIZED DIVISION
MOT_ROM_1 = {
	name = "Motorized Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "motorized" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie Motorizată"
	ordered = {
		1 = { "Divizia %d Infanterie Motorizată" }
	}
}

# CAVALRY DIVISION
CAV_ROM_1 = {
	name = "Cavalry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "cavalry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d de Cavalerie"
	ordered = {
		1 = { "Divizia %d de Cavalerie" }
	}
}

# ======================
# GARRISON
# ======================

# FORTRESS DIVISION
GAR_ROM_1 = {
	name = "Fortress Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Cetate"
	ordered = {
		1 = { "Divizia %d Cetate" }
	}
}

# COASTAL DEFENSE DIVISION
GAR_ROM_2 = {
	name = "Coastal Defense Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d de Apărare Coastă"
	ordered = {
		1 = { "Divizia %d de Apărare Coastă" }
	}
}

# BORDER GUARD DIVISION
GAR_ROM_4 = {
	name = "Border Guard Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Grăniceri"
	ordered = {
		1 = { "Divizia %d Grăniceri" }
	}
}

# ======================
# SPECIAL FORCES
# ======================

# PARATROOPER DIVISION
SF_ROM_1 = {
	name = "Airborne Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "paratrooper" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizie %d Parasutisti"
	ordered = {
		1 = { "Divizie %d Parasutisti" }
	}
}

# MOUNTAIN DIVISION
SF_ROM_2 = {
	name = "Mountain Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "mountaineers" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Munte"
	ordered = {
		1 = { "Divizia %d Munte" }
	}
}

# MARINE DIVISION
SF_ROM_3 = {
	name = "Marine Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "marine" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizie %d Infanterie Marinar"
	ordered = {
		1 = { "Divizie %d Infanterie Marinar" }
	}
}

# ======================
# INFANTRY
# ======================

# INFANTRY DIVISION
INF_ROM_1 = {
	name = "Infantry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie"
	ordered = {
		1 = { "Divizia %d Infanterie" }
	}
}

# LIGHT INFANTRY DIVISION
INF_ROM_2 = {
	name = "Light Infantry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie Ușoară"
	ordered = {
		1 = { "Divizia %d Infanterie Ușoară" }
	}
}

# RESERVE INFANTRY DIVISION
INF_ROM_3 = {
	name = "Reserve Infantry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie Rezervă"
	ordered = {
		1 = { "Divizia %d Infanterie Rezervă" }
	}
}

# GRENADIER DIVISION
INF_ROM_4 = {
	name = "Grenadier Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Grenadier"
	ordered = {
		1 = { "Divizia %d Grenadier" }
	}
}

# COLONIAL INFANTRY DIVISION
INF_ROM_5 = {
	name = "Colonial Infantry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie Colonială"
	ordered = {
		1 = { "Divizia %d Infanterie Colonială" }
	}
}

# VOLUNTEER INFANTRY DIVISION
INF_ROM_6 = {
	name = "Volunteer Infantry Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Infanterie Voluntariat"
	ordered = {
		1 = { "Divizia %d Infanterie Voluntariat" }
	}
}

# ======================
# ARMORED
# ======================

# ARMORED DIVISION
ARM_ROM_1 = {
	name = "Armored Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "light_armor" "medium_armor" "heavy_armor" "modern_armor" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Blindată"
	ordered = {
		1 = { "Divizia %d Blindată" }
	}
}

# RESERVE ARMORED DIVISION
ARM_ROM_2 = {
	name = "Reserve Armored Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "light_armor" "medium_armor" "heavy_armor" "modern_armor" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d de Rezervă Blindată"
	ordered = {
		1 = { "Divizia %d de Rezervă Blindată" }
	}
}

# LIGHT ARMORED DIVISION
ARM_ROM_3 = {
	name = "Light Armored Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "light_armor" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Blindată Ușoară"
	ordered = {
		1 = { "Divizia %d Blindată Ușoară" }
	}
}

# MEDIUM ARMORED DIVISION
ARM_ROM_4 = {
	name = "Medium Armored Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "medium_armor" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Blindată Medie"
	ordered = {
		1 = { "Divizia %d Blindată Medie" }
	}
}

# HEAVY ARMORED DIVISION
ARM_ROM_5 = {
	name = "Heavy Armored Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "heavy_armor" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Blindată Grea"
	ordered = {
		1 = { "Divizia %d Blindată Grea" }
	}
}


# ======================
# OTHERS
# ======================

# ASSAULT DIVISION
OTH_ROM_1 = {
	name = "Assault Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d de Asalt"
	ordered = {
		1 = { "Divizia %d de Asalt" }
	}
}

# ARTILLERY DIVISION
OTH_ROM_2 = {
	name = "Artillery Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" "artillery" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Artilerie"
	ordered = {
		1 = { "Divizia %d Artilerie" }
	}
}

# ANTI-AIR DIVISION
OTH_ROM_3 = {
	name = "Anti-Air Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" "anti-air" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Antiaeriană"
	ordered = {
		1 = { "Divizia %d Antiaeriană" }
	}
}

# ANTI-TANK DIVISION
OTH_ROM_4 = {
	name = "Anti-Tank Division"
	for_countries = { ROM }
	can_use = { always = yes }
	division_types = { "infantry" "anti-tank" }
	# link_numbering_with = { namelist_name }
	fallback_name = "Divizia %d Antitanc"
	ordered = {
		1 = { "Divizia %d Antitanc" }
	}
}

# ======================
# EXTRA
# ======================

# EXT_ROM_1