division_template = {
	name = "Teishinshudan"

	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
		paratrooper = { x = 1 y = 0 }
		paratrooper = { x = 1 y = 1 }
		paratrooper = { x = 1 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Chugata Hohei Shidan"    # Triangular infantry division

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		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 }
		infantry = { x = 3 y = 0 }
		infantry = { x = 3 y = 1 }
		infantry = { x = 3 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Rusu Shidan"

	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 = 1 y = 3 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
		infantry = { x = 2 y = 3 }
		infantry = { x = 3 y = 0 }
		infantry = { x = 3 y = 1 }
		infantry = { x = 3 y = 2 }
		infantry = { x = 3 y = 3 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Dokuritsu Konsei Ryodan"    # Independent Mixed Brigade: 5 infantry battalions (4k men total), 1 field artillery basttalion - abstracted into infantry,
	# 1 engineering battalion
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		light_armor = { x = 2 y = 0 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Kihei Shidan"                # Represents both Japanese and Manchurian cavalry (MAN has older equipment, lower experience)

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Jidousha Shidan"            #  Motorized Infantry - Represents 5th Infantry Division (later Guards 'Konoe Shidan' Division(s))

	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
		motorized = { x = 3 y = 0 }
		motorized = { x = 3 y = 1 }
		motorized = { x = 3 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Sensha Gurupu"                # Tank Group - Groupings of tank 'regiments' (battalion-sized units)

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Rikusentai"                # Groupings of various SNLF marine forces (can be 1000-3000 men per 'regiment')

	regiments = {
		marine = { x = 0 y = 0 }
		marine = { x = 0 y = 1 }
		marine = { x = 0 y = 2 }
		marine = { x = 1 y = 0 }
		marine = { x = 1 y = 1 }
		marine = { x = 1 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		recon = { x = 0 y = 2 }
	}
	priority = 2
}
division_template = {
	name = "Chuton-chi Shidan"            # Manchukuo Shidan  Represents Imperial Manchukuo Army infantry divisions (militia; lowest experience, oldest equipment)

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

units = {
	division = {
		name = "2. 'Sendai' Hoheishidan"
		location = 12317
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "54. Hoheishidan"
		location = 1253
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "55. Hoheishidan"
		location = 12238
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "31. Hoheishidan"
		location = 1403
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "33. Hoheishidan"
		location = 10236
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "18. Hoheishidan"
		location = 7647
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "56. Hoheishidan"
		location = 1990
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "49.'Okami' Hoheishidan"
		location = 4568
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "5. Teishin shudan"
		location = 1990
		division_template = "Teishinshudan"
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "24. Dokuritsu Konsei Ryodan"
		location = 4568
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "37. Dokuritsu Konsei Ryodan"
		location = 12236
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "35. Dokuritsu Konsei Ryodan"
		location = 12251
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "36. Dokuritsu Konsei Ryodan"
		location = 10321
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "68. Dokuritsu Konsei Ryodan"
		location = 4593
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "Shingaporu Keibitai"
		location = 12299
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "26. Dokuritsu Konsei Ryodan"
		location = 4652
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "25. Dokuritsu Konsei Ryodan"
		location = 12268
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "46. Hoheishidan"
		location = 7381
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "48.'Formosa' Hoheishidan"
		location = 1355
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "27. Dokuritsu Konsei Ryodan"
		location = 8235
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "28. Dokuritsu Konsei Ryodan"
		location = 4608
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "56. Dokuritsu Konsei Ryodan"
		location = 8250
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "1. Teishin shudan"
		location = 10237
		division_template = "Teishinshudan"
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "21. Dokuritsu Konsei Ryodan"
		location = 4401
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "4.'Osaka' Hoheishidan"
		location = 1288
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "30. Hoheishidan"
		location = 4288
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "32. Dokuritsu Konsei Ryodan"
		location = 10165
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "33. Dokuritsu Konsei Ryodan"
		location = 7275
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "30. Dokuritsu Konsei Ryodan"
		location = 4241
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "54. Dokuritsu Konsei Ryodan"
		location = 4241
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "55. Dokuritsu Konsei Ryodan"
		location = 10184
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "36. Hoheishidan"
		location = 7529
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "51. Hoheishidan"
		location = 10396
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "35. Hoheishidan"
		location = 10990
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "5. 'Hiroshima' Hoheishidan"
		location = 1574
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "17. Hoheishidan"
		location = 7251
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "38. Hoheishidan"
		location = 7251
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "6. 'Kumamoto' Hoheishidan"
		location = 4226
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "38. Dokuritsu Konsei Ryodan"
		location = 4226
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "Nauru Keibitai"
		location = 13038
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "Tomari Keibitai"
		location = 13035
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "52. Dokuritsu Konsei Ryodan"
		location = 13036
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "51. Dokuritsu Konsei Ryodan"
		location = 2489
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "49. Dokuritsu Konsei Ryodan"
		location = 13028
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "Minami Torima Keibitai"
		location = 13026
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "Maizora Rikusentai"
		location = 13047
		division_template = "Rikusentai"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "Biki Keibitai"
		location = 1002
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "Wotje Keibitai"
		location = 13045
		division_template = "Chuton-chi Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "20. Rusu Shidan"
		location = 7125
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "30. Rusu Shidan"
		location = 7125
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "19.'Ranan' Hoheishidan"
		location = 6944
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "2. Rusu Shidan"
		location = 12400
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Rusu Shidan"
		location = 11018
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "51. Rusu Shidan"
		location = 7137
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "57. Rusu Shidan"
		location = 9950
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "44. Dokuritsu Konsei Ryodan"
		location = 9950
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "52. Hoheishidan"
		location = 9950
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "77. Hoheishidan"
		location = 9950
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "86. Hoheishidan"
		location = 9950
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "29. Hoheishidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "61. Hoheishidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "62. Dokuritsu Konsei Ryodan"
		location = 1182
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "6. Rusu Shidan"
		location = 7197
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "54. Rusu Shidan"
		location = 7197
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "56. Rusu Shidan"
		location = 7197
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "8. Shobitai"
		location = 7197
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "14. Shobitai"
		location = 7197
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "4. Dokuritsu Konsei Ryodan"
		location = 10125
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "5. Dokuritsu Konsei Ryodan"
		location = 10125
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "52. Dokuritsu Konsei Ryodan"
		location = 10125
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "55. Dokuritsu Konsei Ryodan"
		location = 10125
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "44. Hoheishidan"
		location = 2129
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "53. Hoheishidan"
		location = 4121
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "93. Hoheishidan"
		location = 9999
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "7. Shubitai"
		location = 10954
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "57. Shubitai"
		location = 6994
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "7. Rusu Shidan"
		location = 6994
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "8. Rusu Shidan"
		location = 6994
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "47. Hoheishidan"
		location = 6994
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "72. Hoheishidan"
		location = 6994
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "7. 'Asuhigawa' Hoheishidan"
		location = 10444
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "91. Hoheishidan"
		location = 10444
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "69. Dokuritsu Konsei Ryodan"
		location = 10444
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "Togohara Shubitai"
		location = 12446
		division_template = "Rusu Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "45. Dokuritsu Konsei Ryodan"
		location = 12068
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "46. Dokuritsu Konsei Ryodan"
		location = 12068
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "42. Hoheishidan"
		location = 1399
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "50. Hoheishidan"
		location = 12068
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "21. Hoheishidan"
		location = 4656
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "110. Hoheishidan"
		location = 11981
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "1. Sensashidan"
		location = 1597
		division_template = "Sensha Gurupu"
		force_equipment_variants = { light_tank_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "34. Dokuritsu Konsei Ryodan"
		location = 7650
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "22. Dokuritsu Konsei Ryodan"
		location = 4177
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "23. Dokuritsu Konsei Ryodan"
		location = 12392
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "29. Dokuritsu Konsei Ryodan"
		location = 7408
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "19. Dokuritsu Konsei Ryodan"
		location = 1047
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "9. Dokuritsu Konsei Ryodan"
		location = 12014
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "17. Dokuritsu Konsei Ryodan"
		location = 7097
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "7. Dokuritsu Konsei Ryodan"
		location = 4631
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "8. Dokuritsu Konsei Ryodan"
		location = 4619
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "27. Hoheishidan"
		location = 7168
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "68. Hoheishidan"
		location = 4196
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "58. Hoheishidan"
		location = 7071
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "34. Hoheishidan"
		location = 7159
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "40. Hoheishidan"
		location = 1023
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "64. Hoheishidan"
		location = 10404
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "116. Hoheishidan"
		location = 1055
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Hoheishidan"
		location = 12407
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "13. Hoheishidan"
		location = 9938
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "104. Hoheishidan"
		location = 4050
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "69. Hoheishidan"
		location = 10080
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "76. Hoheishidan"
		location = 11918
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Sensashidan"
		location = 4125
		division_template = "Sensha Gurupu"
		force_equipment_variants = { light_tank_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "5. Dokuritsu Konsei Ryodan"
		location = 7508
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "6. Dokuritsu Konsei Ryodan"
		location = 6932
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "1. Dokuritsu Konsei Ryodan"
		location = 1575
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Dokuritsu Konsei Ryodan"
		location = 11004
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "2. Dokuritsu Konsei Ryodan"
		location = 10462
		division_template = "Dokuritsu Konsei Ryodan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "1. Moukogo Kiheishidan"
		location = 7631
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "2. Moukogo Kiheishidan"
		location = 4525
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Moukogo Kiheishidan"
		location = 7571
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "4. Moukogo Kiheishidan"
		location = 12609
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "5. Moukogo Kiheishidan"
		location = 7614
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "63. Hoheishidan"
		location = 7167
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "32. Hoheishidan"
		location = 7580
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "59. Hoheishidan"
		location = 7459
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "37. Hoheishidan"
		location = 5135
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "22. Hoheishidan"
		location = 7093
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "60. Hoheishidan"
		location = 12483
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "39. Hoheishidan"
		location = 7502
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "69. Hoheishidan"
		location = 7653
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "115. Hoheishidan"
		location = 1628
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "24. Hoheishidan"
		location = 4185
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "28. Hoheishidan"
		location = 7007
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "10.'Himeji' Hoheishidan"
		location = 11920
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "2. Sensashidan"
		location = 6806
		division_template = "Sensha Gurupu"
		force_equipment_variants = { light_tank_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "3. Manchukuo Kiheishidan"
		location = 7832
		division_template = "Kihei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	division = {
		name = "71. Hoheishidan"
		location = 3843
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "23. Hoheishidan"
		location = 12500
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "25. Hoheishidan"
		location = 10521
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "8.'Hirosaki' Hoheishidan"
		location = 10368
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "11. Hoheishidan"
		location = 1693
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "9.'Kanazawa' Hoheishidan"
		location = 7848
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "12. 'Kurume' Hoheishidan"
		location = 7697
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "57. Hoheishidan"
		location = 10612
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "500. Hoheishidan"
		location = 7044
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "501. Hoheishidan"
		location = 1087
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "502. Hoheishidan"
		location = 1187
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "503. Hoheishidan"
		location = 12095
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "504. Hoheishidan"
		location = 1202
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "505. Hoheishidan"
		location = 7108
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "506. Hoheishidan"
		location = 12319
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "507. Hoheishidan"
		location = 12008
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "508. Hoheishidan"
		location = 7518
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "509. Hoheishidan"
		location = 12065
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "510. Hoheishidan"
		location = 7152
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "511. Hoheishidan"
		location = 11938
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "512. Hoheishidan"
		location = 7135
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "513. Hoheishidan"
		location = 11988
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "514. Hoheishidan"
		location = 1153
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "515. Hoheishidan"
		location = 10044
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "516. Hoheishidan"
		location = 11937
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "517. Hoheishidan"
		location = 1171
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "518. Hoheishidan"
		location = 4173
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "519. Hoheishidan"
		location = 10014
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "520. Hoheishidan"
		location = 12059
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "521. Hoheishidan"
		location = 1096
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "522. Hoheishidan"
		location = 7058
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "523. Hoheishidan"
		location = 9974
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "524. Hoheishidan"
		location = 1603
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "525. Hoheishidan"
		location = 12433
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "526. Hoheishidan"
		location = 7571
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "527. Hoheishidan"
		location = 4634
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "528. Hoheishidan"
		location = 1519
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "529. Hoheishidan"
		location = 4174
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "530. Hoheishidan"
		location = 12300
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "531. Hoheishidan"
		location = 10507
		division_template = "Chugata Hohei Shidan"
		force_equipment_variants = { infantry_equipment_1 = { owner = "JAP" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}






	navy = {
		name = "Dai 1 Taiheiyokantai"
		base = 2489
		location = 2489
		ship = { name = "17. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "18. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
	}
	navy = {
		name = "Dai 2 Taiheiyokantai"
		base = 13028
		location = 13028
		ship = { name = "13. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }
		ship = { name = "14. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }
		ship = { name = "15. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }

	}
	navy = {
		name = "Dai 3 Taiheiyokantai"
		base = 13025
		location = 13025
		ship = { name = "1. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }
		ship = { name = "2. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }
		ship = { name = "3. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }

	}
	navy = {
		name = "Dai 4 Taiheiyokantai"
		base = 2855
		location = 2855
		ship = { name = "51. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "34. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "8. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "12. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "22. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }
		ship = { name = "15. Sensusentai" definition = submarine equipment = { submarine_1 = { amount = 5 owner = JAP } } }

	}
	navy = {
		name = "Dai 5 Taiheiyokantai"
		base = 4241
		location = 41
		ship = { name = "Ise" definition = battleship equipment = { battleship_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Hyuga" definition = battleship equipment = { battleship_1 = { amount = 1 owner = JAP } } }
		ship = { name = "4. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
	}
	navy = {
		name = "Dai 6 Taiheiyokantai"
		base = 9950
		location = 9950
		ship = { name = "Asama" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Iwate" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }

	}
	navy = {
		name = "Dai 7 Taiheiyokantai"
		base = 1092
		location = 1092
		ship = { name = "Unryu" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Yakumo" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Izuma" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Dai 8 Taiheiyokantai"
		base = 7072
		location = 7072
		ship = { name = "Amagi" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Katsuragi" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Hosho" definition = carrier equipment = { carrier_1 = { amount = 1 owner = JAP } }

		}
	}
	navy = {
		name = "Dai 9 Taiheiyokantai"
		base = 1288
		location = 1288
		ship = { name = "Junyo" definition = carrier equipment = { carrier_1 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Ryuho" definition = carrier equipment = { carrier_1 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Yamato" definition = battleship equipment = { SH_battleship_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Haruna" definition = battle_cruiser equipment = { battle_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Tone" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Takao" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Myoko" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Haguro" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "61. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "10. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "31. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "32. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "4. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "17. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "30. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "27. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "22. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
	}
	navy = {
		name = "Dai 10 Taiheiyokantai"
		base = 9998
		location = 9998
		ship = { name = "Aoba" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Yahagi" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Oyodo" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Sakawa" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Isuzu" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Kitakami" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = JAP } } }
		ship = { name = "11. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "1. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "3. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "5. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "6. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 5 owner = JAP } } }
		ship = { name = "8. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 5 owner = JAP } } }
		ship = { name = "12. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 5 owner = JAP } } }
		ship = { name = "13. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 5 owner = JAP } } }
		ship = { name = "2. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 5 owner = JAP } } }
		ship = { name = "I-13" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-58" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-8" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "7. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "6. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
		ship = { name = "9. Sensusentai" definition = submarine equipment = { submarine_2 = { amount = 5 owner = JAP } } }
	}
	navy = {
		name = "Dai 11 Taiheiyokantai"
		base = 9859
		location = 9859
		ship = { name = "Ashigara" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "7. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "18. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
		ship = { name = "21. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 5 owner = JAP } } }
	}
}





#AIRCRAFT


#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "JAP"
		}
		requested_factories = 15
		progress = 1.0
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = artillery_equipment_2
			creator = "JAP"
		}
		requested_factories = 10
		progress = 0.3
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "JAP"
		}
		requested_factories = 10
		progress = 1.0
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = motorized_equipment_1
			creator = "JAP"
		}
		requested_factories = 2
		progress = 1.0
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = light_tank_equipment_1
			creator = "JAP"
		}
		requested_factories = 1
		progress = 1.0
		efficiency = 100
	}

}
