﻿division_template = {
	name = "Frontier Rifle Division"			#Infantry Division -

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
	}

    support = {
	}

}

division_template = {
	name = "Frontier Mountaineers Division"			#Infantry Division

	regiments = {
		mountaineers = { x = 0 y = 0 }	
		mountaineers = { x = 0 y = 1 }
    		}

    		support = {
	}
}
division_template = {
				name = "Bounty Hunters"
				regiments = {
					infantry = { x = 0 y = 0 }
					infantry = { x = 0 y = 1 }
				}
			}

units = {
	division = {
		name = "Frontier Rifle Division"
		location = 9235
		division_template = "Frontier Rifle Division"
		start_experience_factor = 0.2 }
	division = {
		name = "Frontier Mountaineer Guard"
		location = 4362
		division_template = "Frontier Mountaineers Division"
		start_experience_factor = 0.2 }
		}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "GRF"
		}
		requested_factories = 1
		progress = 0.86
		efficiency = 60
	}
}