##### Division Templates ##### division_template = { name = "Jalkaväkidivisioona" # 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 } } support = { engineer = { x = 0 y = 0 } } } division_template = { name = "Erillinen Prikaati" # Separate Brigade - Represents groups of separate battalions (Erillinen Pataljoona) and various garrison units regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } infantry = { x = 0 y = 2 } } support = { engineer = { x = 0 y = 0 } } priority = 0 } division_template = { name = "Ratsuväkiprikaati" # Cavalry Division regiments = { cavalry = { x = 0 y = 0 } cavalry = { x = 1 y = 0 } } support = { recon = { x = 0 y = 0 } } } ##### OOB ##### units = { ##### LAND UNITS ##### ##### Suomen Pääesikunta ##### division = { name = "6. Divisioona" location = 3137 # Tampere division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "9. Divisioona" location = 158 # Oulu division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "Lapin Ryhmä" location = 197 # Salla division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } division = { name = "Pohjois-Karjalan Ryhmä" location = 6210 # Uimaharju division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } # IV Corps division = { name = "12. Divisioona" location = 9061 # Joensuu division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "13. Divisioona" location = 11141 # Kuopio division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "Räsäsen Ryhmä" location = 6153 # Suojärvi division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } ### Kannaksen Armeija ### # II Corps division = { name = "1. Divisioona" location = 9206 # Viipuri division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "4. Divisioona" location = 11105 # Helsinki division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "5. Divisioona" location = 3083 # Turku division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "11. Divisioona" location = 3061 # Kotka division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "Ratsuväkiprikaati" location = 6082 # Lappeenranta division_template = "Ratsuväkiprikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } division = { name = "Lipolan Ryhmä" location = 9176 # Salmi division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } division = { name = "Muolaan Ryhmä" location = 3061 # Kotka division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } division = { name = "Uudenkirkon Ryhmä" location = 9176 # Salmi division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } # III Corps division = { name = "8. Divisioona" # Vaasa location = 3122 division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "10. Divisioona" location = 9056 # Jyväskylä division_template = "Jalkaväkidivisioona" start_experience_factor = 0.3 start_equipment_factor = 0.3 } division = { name = "Raudun Ryhmä" location = 9181 # Ilomantsi division_template = "Erillinen Prikaati" start_experience_factor = 0.2 start_equipment_factor = 0.3 } ##### NAVAL UNITS ##### navy = { name = "Rannikkolaivue" base = 11105 location = 11105 # Helsinki ship = { name = "Ilmarinen" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = FIN } } } ship = { name = "Väinämöinen" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = FIN } } } } navy = { name = "Sukellusvenelaivue" base = 11105 location = 11105 # Helsinki ship = { name = "Vetehinen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = FIN } } } ship = { name = "Vesihiisi" definition = submarine equipment = { submarine_1 = { amount = 1 owner = FIN } } } ship = { name = "Iku-Turso" definition = submarine equipment = { submarine_1 = { amount = 1 owner = FIN } } } ship = { name = "Vesikko" definition = submarine equipment = { submarine_1 = { amount = 1 owner = FIN } } } } } ### No air units (first formed Jan-1938) ### ### Starting Production ### instant_effect = { add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "FIN" } requested_factories = 1 progress = 0.66 efficiency = 100 } add_equipment_production = { equipment = { type = support_equipment_1 creator = "FIN" } requested_factories = 1 progress = 0.35 efficiency = 100 } }