division_template = {
	name = "Hohei Shidan"        #Infantry Division - Represents both frontline and garrison divisions
	# Note: In 1940 the IJA reorganized infantry divisions into triangular formations
	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 = "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 }
	}
	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 }
	}
	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 = "15. Hoheishidan"
		location = 11966
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.5
		start_equipment_factor = 0.1
	}
	division = {
		name = "56. Hoheishidan"
		location = 11966
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "31. Hoheishidan"
		location = 3999
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "33. Hoheishidan"
		location = 3999
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "53. Hoheishidan"
		location = 4454
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "54. Hoheishidan"
		location = 10486
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "55. Hoheishidan"
		location = 10486
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "18. Hoheishidan"
		location = 1403
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "2. Hoheishidan"
		location = 12125
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Rangoon Garrison"
		location = 1330
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "17. Hoheishidan"
		location = 4401
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "1. Indochine Garrison"
		location = 4401
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Saigon Garrison"
		location = 4401
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "5. Jidoushashidan"
		location = 4401
		division_template = "Jidousha Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "56. Hoheishidan"
		location = 2129
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "2. Konoeshidan"
		location = 10954
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "94. Hoheishidan"
		location = 10297
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "41. Hoheishidan"
		location = 10225
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "51. Hoheishidan"
		location = 10225
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Truk Garrison"
		location = 2489
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Yap Garrison"
		location = 13028
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Wake Garrison"
		location = 13047
		division_template = "Rikusentai"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Minami Turishima Garrison"
		location = 13052
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Iwo Jima Garrison"
		location = 13025
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "21. Hoheishidan"
		location = 4075
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "4. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "56. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "16. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "32. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "30. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "100. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "102. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "103. Hoheishidan"
		location = 10265
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Guam Garrison"
		location = 12140
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "3. Border Guards"
		location = 11018
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "64. Hoheishidan"
		location = 12400
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "129. Hoheishidan"
		location = 1120
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "101. Hoheishidan"
		location = 7614
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "2. Border Guards"
		location = 7097
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "57. Hoheishidan"
		location = 7097
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "116. Hoheishidan"
		location = 9999
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "130. Hoheishidan"
		location = 9938
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "104. Hoheishidan"
		location = 1640
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Dalian Garrison"
		location = 7653
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Xiamen Garrison"
		location = 7071
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Fuzhou Garrison"
		location = 4196
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "58. Hoheishidan"
		location = 1055
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Wuhan Garrison"
		location = 4619
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "40. Hoheishidan"
		location = 1036
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "68. Hoheishidan"
		location = 1036
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "13. Hoheishidan"
		location = 7167
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "110. Hoheishidan"
		location = 4158
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "4. Independent Mixed Brigade"
		location = 10079
		division_template = "Dokuritsu Konsei Ryodan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "4. Cavalry Division"
		location = 7167
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "3. Armoured Division"
		location = 4158
		division_template = "Sensha Gurupu"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "62. Hoheishidan"
		location = 9958
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "3. Independent Mixed Brigade"
		location = 7129
		division_template = "Dokuritsu Konsei Ryodan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "69. Hoheishidan"
		location = 1004
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "70. Hoheishidan"
		location = 4634
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "9. Independent Mixed Brigade"
		location = 4114
		division_template = "Dokuritsu Konsei Ryodan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "16. Independent Mixed Brigade"
		location = 4114
		division_template = "Dokuritsu Konsei Ryodan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "37. Hoheishidan"
		location = 4114
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "36. Hoheishidan"
		location = 1197
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "4. Moukoso Kiheishidan"
		location = 7659
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "5. Moukoso Kiheishidan"
		location = 7659
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "6. Moukoso Kiheishidan"
		location = 7659
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Nanjing Garrison"
		location = 11913
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "65. Hoheishidan"
		location = 1171
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "22. Hoheishidan"
		location = 11937
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "60. Hoheishidan"
		location = 11937
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "61. Hoheishidan"
		location = 10044
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "23. Hoheishidan"
		location = 1153
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "34. Hoheishidan"
		location = 4185
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "27. Hoheishidan"
		location = 11004
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "3. Hoheishidan"
		location = 5135
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Nanchang Garrison"
		location = 3992
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Hefei Garrison"
		location = 11913
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Shanghai Garrison"
		location = 7014
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Jinan Garrison"
		location = 1069
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "7. Moukoso Kiheishidan"
		location = 4593
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "8. Moukoso Kiheishidan"
		location = 9843
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "9. Moukoso Kiheishidan"
		location = 9843
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "Baoding Garrison"
		location = 1134
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "1. Moukoso Kiheishidan"
		location = 1137
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "2. Moukoso Kiheishidan"
		location = 1137
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "3. Moukoso Kiheishidan"
		location = 1137
		division_template = "Kihei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "26. Hoheishidan"
		location = 1069
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "2. Independent Mixed Brigade"
		location = 12403
		division_template = "Dokuritsu Konsei Ryodan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "35. Hoheishidan"
		location = 1150
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "71. Hoheishidan"
		location = 1150
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "63. Hoheishidan"
		location = 11771
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "107. Hoheishidan"
		location = 11771
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "117. Hoheishidan"
		location = 11771
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "23. Hoheishidan"
		location = 945
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "11. Hoheishidan"
		location = 4087
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "24. Hoheishidan"
		location = 4087
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "42. Hoheishidan"
		location = 4087
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "91. Hoheishidan"
		location = 4087
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "9. Hoheishidan"
		location = 3944
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "8. Hoheishidan"
		location = 783
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "10. Hoheishidan"
		location = 810
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "28. Hoheishidan"
		location = 810
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "25. Hoheishidan"
		location = 5427
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	division = {
		name = "1. Konoeshidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "2. Konoeshidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "1. Imperial Guard"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "2. Depot"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "3. Depot"
		location = 7072
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "4. Depot"
		location = 7072
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "53. Hoheishidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "51. Depot"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "72. Hoheishidan"
		location = 1182
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "5. Depot"
		location = 7529
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "6. Depot"
		location = 10396
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "7. Depot"
		location = 10990
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "8. Depot"
		location = 8250
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "86. Hoheishidan"
		location = 8235
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Naha Garrison"
		location = 11932
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "7. Hoheishidan"
		location = 10444
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "57. Hoheishidan"
		location = 10444
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Ostrov Puramusir Garrison"
		location = 1399
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Sakhalin Garrison"
		location = 12446
		division_template = "Chugata Hohei Shidan"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}
	division = {
		name = "Combined Fleet"
		location = 4102
		division_template = "Rikusentai"
		start_experience_factor = 0.3
		start_equipment_factor = 0.1
	}

	navy = {
		name = "Singaporu"
		base = 12299
		location = 12299
		ship = { name = "Natori" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = JAP } } }
		ship = { name = "5. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "22. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
	}

	navy = {
		name = "Balikpapan"
		base = 10237
		location = 10237
		ship = { name = "Kamoi" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

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

		}
		ship = { name = "34. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Makassar"
		base = 10263
		location = 10263
		ship = { name = "Kinu" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Kuma" 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 = "Oi" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Taipei"
		base = 12068
		location = 12068
		ship = { name = "9. Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
		ship = { name = "13. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Busan"
		base = 4056
		location = 4056
		ship = { name = "10. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "32. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Nagasaki"
		base = 9950
		location = 9950
		ship = { name = "25. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "26. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "28. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Asama" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Iwate" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Hiroshima"
		base = 1092
		location = 1092
		ship = { name = "Hosho" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Musashi" definition = battleship equipment = { SH_battleship_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Yamashiro" definition = battleship equipment = { battleship_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Fuso" definition = battleship equipment = { battleship_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Hyuga" definition = battleship equipment = { battleship_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Ise" definition = battleship equipment = { battleship_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Yakumo" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Izumo" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Tatsuta" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Noshiro" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Abukuma" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "33. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "6. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "17. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "21. Kuchikusentai" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = JAP } } }
		ship = { name = "27. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "13. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "28. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "29. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "30. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "6. Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Truk"
		base = 2489
		location = 2489
		ship = { name = "Jungo" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

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

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

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

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

		}
		ship = { name = "Shokaku" definition = carrier equipment = { carrier_3 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Yamato" definition = battleship equipment = { SH_battleship_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Nagato" definition = battleship equipment = { battleship_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Kongo" definition = battle_cruiser equipment = { battle_cruiser_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Haruna" definition = battle_cruiser equipment = { battle_cruiser_1 = { amount = 1 owner = JAP } } }
		ship = { name = "Chokai" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Aoba" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Ashigara" 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 = "Atago" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Mogami" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Isuzu" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Naha" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Agano" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Oyodo" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Nagara" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "23. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "7. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "26. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "27. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "33. Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Osaka"
		base = 7072
		location = 7072
		ship = { name = "31. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Tokyo"
		base = 1182
		location = 1182
		ship = { name = "Myoko" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Nachi" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "Haguro" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "14. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "1. Kuchikusentai" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-17 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-25 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-29 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-19 Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
		ship = { name = "I-26 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-33 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-35 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-36 Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
		ship = { name = "I-37 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-38 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-39 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-21 Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
		ship = { name = "I-27 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-34 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-5 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-6 Sensuikantai" definition = submarine equipment = { submarine_1 = { amount = 1 owner = JAP } } }
		ship = { name = "I-10 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-11 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "I-8 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Rabaul"
		base = 7251
		location = 7251
		ship = { name = "Suzuya" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Kumano" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Mayu" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Tone" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Chikuma" definition = heavy_cruiser equipment = { heavy_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Yabari" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Sendai" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "30. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "29. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "12. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "19. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "26. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "11. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "8. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "15. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "16. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "18. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "18 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "19 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "21 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Bikini"
		base = 1002
		location = 1002
		ship = { name = "11 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "16 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "20 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "1 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "2 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "3 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
		ship = { name = "4 Sensuikantai" definition = submarine equipment = { submarine_2 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Eneulok"
		base = 13046
		location = 13046
		ship = { name = "4. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "2. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "9. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "24. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Eneulok"
		base = 13046
		location = 13046
		ship = { name = "4. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "2. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "9. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
		ship = { name = "24. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 owner = JAP } } }
	}
	navy = {
		name = "Attu"
		base = 8281
		location = 8281
		ship = { name = "Akitsushima" definition = carrier equipment = { carrier_2 = { amount = 1 owner = JAP } }

		}
		ship = { name = "Tumai" definition = light_cruiser equipment = { light_cruiser_3 = { amount = 1 owner = JAP } } }
		ship = { name = "Kiso" definition = light_cruiser equipment = { light_cruiser_2 = { amount = 1 owner = JAP } } }
		ship = { name = "3. Kuchikusentai" definition = destroyer equipment = { destroyer_3 = { amount = 1 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 = support_equipment_1
			creator = "JAP"
		}
		requested_factories = 7
		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 = 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
	}

}
