﻿division_template = {
	name = "Infantry Division"

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


units = {
	division = {
		name = "1. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "2. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "3. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "4. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "5. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "6. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "7. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "8. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "9. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "10. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "11. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division = {
		name = "12. Infantry Division"
		location = 10265
		division_template = "Infantry Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}

	navy = {
		name = "Philippines Navy"
		base = 10265
		location = 10265
		ship = { name = "BRP Manila" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = PHI } } }		
		ship = { name = "BRP Luzon" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = PHI } } }		
		ship = { name = "BRP Samar" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = PHI } } }		
	}
}

air_wings = {
	327 = {
		fighter_equipment_0 =  {
			owner = "PHI" 
			amount = 12
		}
	}
}


instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "PHI"
		}
		requested_factories = 2
		progress = 0.40
		efficiency = 100
	}
}