division_template = { name = "Army Division" regiments = { L_Inf_Bat = { x = 0 y = 0 } L_Inf_Bat = { x = 0 y = 1 } L_Inf_Bat = { x = 0 y = 2 } L_Inf_Bat = { x = 1 y = 0 } L_Inf_Bat = { x = 1 y = 1 } L_Inf_Bat = { x = 1 y = 2 } L_Inf_Bat = { x = 2 y = 0 } L_Inf_Bat = { x = 2 y = 1 } L_Inf_Bat = { x = 2 y = 2 } L_Inf_Bat = { x = 3 y = 0 } L_Inf_Bat = { x = 3 y = 1 } L_Inf_Bat = { x = 3 y = 2 } } support = { Arty_Battery = { x = 0 y = 0 } } } division_template = { name = "Mechanized Division" regiments = { Mot_Inf_Bat = { x = 0 y = 0 } Mech_Inf_Bat = { x = 1 y = 0 } Mech_Inf_Bat = { x = 1 y = 1 } Mech_Inf_Bat = { x = 1 y = 2 } Mech_Inf_Bat = { x = 3 y = 0 } SP_Arty_Bat = { x = 2 y = 0 } Mech_Inf_Bat = { x = 2 y = 1 } L_arm_Bat = { x = 2 y = 2 } L_arm_Bat = { x = 4 y = 0 } } regimental_support = { armor_Comp = { x = 0 y = 0 } Arm_Recce_Comp = { x = 1 y = 0 } } } # Divisions Only 10 # 51, 52, 55, 56, 21, 22, 23, 11, 14, 58 units = { division = { name = "1st Mechanized Infantry Division" location = 6941 division_template = "Mechanized Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "51st Division" location = 6941 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "11th Division" location = 6941 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "52nd Division" location = 7260 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "21st Division" location = 7260 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "14th Division" location = 7260 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "55th Division" location = 6927 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "22nd Division" location = 6927 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "56th Division" location = 1213 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "58th Division" location = 1213 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } division = { name = "23rd Division" location = 1213 division_template = "Army Division" start_experience_factor = 0.1 start_equipment_factor = 0.01 } } instant_effect = { add_equipment_to_stockpile = { type = infantry_weapons_2 #FN FNC amount = 10200 producer = BEL } add_equipment_to_stockpile = { type = infantry_weapons_1 #Type-56 amount = 23000 producer = CHI } add_equipment_to_stockpile = { type = infantry_weapons_1 #G3 amount = 3000 producer = GER } add_equipment_to_stockpile = { type = cnc_equipment_1 amount = 3000 producer = CHI } add_equipment_to_stockpile = { type = Anti_tank_0 amount = 1900 producer = CHI } add_equipment_to_stockpile = { type = Heavy_Anti_tank_0 amount = 40 producer = CHI } add_equipment_to_stockpile = { type = Anti_Air_0 amount = 1100 producer = CHI } #Vehicles add_equipment_to_stockpile = { type = MBT_1 #T-54 amount = 25 producer = CZE } add_equipment_to_stockpile = { type = Rec_tank_0 #Alvis Saladin + Ferret + Saracen amount = 71 producer = ENG } add_equipment_to_stockpile = { type = IFV_1 #BMP-1 amount = 12 producer = SOV } add_equipment_to_stockpile = { type = IFV_3 #BMP-2 amount = 4 producer = SOV } add_equipment_to_stockpile = { type = APC_2 #Type 85 amount = 35 producer = CHI #version_name = "Type 85" } add_equipment_to_stockpile = { type = APC_1 #BTR-50 amount = 10 producer = SOV } add_equipment_to_stockpile = { type = APC_4 #BTR-80 amount = 25 producer = SOV } add_equipment_to_stockpile = { type = APC_2 #Buffel amount = 31 producer = SAF } add_equipment_to_stockpile = { type = util_vehicle_3 #Hotspur Hussar amount = 115 producer = ENG } add_equipment_to_stockpile = { type = util_vehicle_5 #Dingo amount = 12 producer = GER } add_equipment_to_stockpile = { type = APC_2 #Unicorn APC amount = 93 producer = SRI } #Artillery add_equipment_to_stockpile = { type = artillery_0 #D-30 amount = 46 producer = SOV } add_equipment_to_stockpile = { type = artillery_0 #D-30 amount = 57 producer = CHI } add_equipment_to_stockpile = { type = SP_R_arty_1 #RM-70 amount = 16 producer = CZE } #Helicopters add_equipment_to_stockpile = { type = attack_helicopter_1 #Mi-24 Hind amount = 8 producer = SOV } add_equipment_to_stockpile = { type = transport_helicopter_1 #Bell UH-1 Iroquois amount = 26 producer = USA } add_equipment_to_stockpile = { type = transport_helicopter_1 #Mil Mi-17 amount = 9 producer = SOV } }