technologies = {
	@1965 = 0
	@1985 = 2
	@2005 = 4
	@2025 = 6
	@2035 = 8

	#Y Axis
	@row1 = -4
	@row2 = 0
	@row3 = 4
	@row4 = 8
	@row5 = 12
	@row6 = 16
	@row7 = 20

	#1965
	nsb_artillery_ammo_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_ammo_1"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			artillery_heavy_ammo_1
		}

		path = {
			leads_to_tech = nsb_artillery_ammo_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_special_ammo_0
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 1965
		folder = {
			name = artillery_folder
			position = { x = 3 y = @1965 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_artillery_ammo_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_ammo_2"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			artillery_light_ammo_2
			artillery_medium_ammo_2
			artillery_heavy_ammo_2
		}

		path = {
			leads_to_tech = nsb_artillery_ammo_3
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_special_ammo_1
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 1985
		folder = {
			name = artillery_folder
			position = { x = 3 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_artillery_ammo_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_ammo_3"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			artillery_light_ammo_3
			artillery_medium_ammo_3
			artillery_heavy_ammo_3
		}

		path = {
			leads_to_tech = nsb_special_ammo_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_artillery_ammo_4
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 2005
		folder = {
			name = artillery_folder
			position = { x = 3 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_artillery_ammo_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_ammo_4"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			artillery_light_ammo_4
			artillery_medium_ammo_4
			artillery_heavy_ammo_4
		}

		path = {
			leads_to_tech = nsb_artillery_ammo_5
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_special_ammo_3
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 2025
		folder = {
			name = artillery_folder
			position = { x = 3 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_artillery_ammo_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_ammo_5"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			artillery_light_ammo_5
			artillery_medium_ammo_5
			artillery_heavy_ammo_5
		}

		research_cost = 1.2
		start_year = 2035
		folder = {
			name = artillery_folder
			position = { x = 3 y = @2035 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_special_ammo_0 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_special_ammo_0"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			thermobaric_ammo_conversion
			double_caliber_ammo_conversion
			fire_ammo_1
			cluster_ammo_1
			mine_ammo_1
			heat_ammo_1
		}

		research_cost = 1.2
		start_year = 1965
		folder = {
			name = artillery_folder
			position = { x = 5 y = @1965 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_special_ammo_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_special_ammo_2"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			laser_guided_ammo_1
		}

		research_cost = 1.2
		start_year = 1985
		folder = {
			name = artillery_folder
			position = { x = 5 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_special_ammo_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_special_ammo_3"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			fire_ammo_2
			cluster_ammo_2
			laser_guided_ammo_2
			mine_ammo_2
			heat_ammo_2
		}

		research_cost = 1.2
		start_year = 2005
		folder = {
			name = artillery_folder
			position = { x = 5 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_special_ammo_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_special_ammo_4"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			fire_ammo_3
			cluster_ammo_3
			laser_guided_ammo_3
			mine_ammo_3
			heat_ammo_3
		}

		research_cost = 1.2
		start_year = 2025
		folder = {
			name = artillery_folder
			position = { x = 5 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_gun_technology_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_technology_1"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			art_med_gun_gen1
			art_med_rocket_gen1
			artillery_light_ammo_1
			artillery_medium_ammo_1
		}

		path = {
			leads_to_tech = nsb_gun_technology_2
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 1965
		folder = {
			name = artillery_folder
			position = { x = 1 y = @1965 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_gun_technology_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_technology_2"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			art_med_gun_gen2
			art_med_rocket_gen2
		}

		path = {
			leads_to_tech = nsb_gun_technology_3
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 1985
		folder = {
			name = artillery_folder
			position = { x = 1 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_gun_technology_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_technology_3"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			art_med_gun_gen3
			art_med_rocket_gen3
		}

		path = {
			leads_to_tech = nsb_gun_technology_4
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 2005
		folder = {
			name = artillery_folder
			position = { x = 1 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_gun_technology_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_technology_4"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			art_med_gun_gen4
			art_med_rocket_gen4
		}

		path = {
			leads_to_tech = nsb_gun_technology_5
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 2025
		folder = {
			name = artillery_folder
			position = { x = 1 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_gun_technology_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_technology_5"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			art_med_gun_gen5
			art_med_rocket_gen5
		}

		research_cost = 1.2
		start_year = 2035
		folder = {
			name = artillery_folder
			position = { x = 1 y = @2035 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_barrel_conversions = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_barrel_conversions"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			direct_fire_conversion
			mortar_barrel_conversion_small
			gun_barrel_conversion
			mortar_barrel_conversion
		}

		research_cost = 1.2
		start_year = 1965
		folder = {
			name = artillery_folder
			position = { x = -6 y = @1965 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_fire_modes_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_fire_modes_1"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			burst_fire_gun_medium_gen1
		}

		research_cost = 1.2
		start_year = 1985
		folder = {
			name = artillery_folder
			position = { x = -7 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_fire_modes_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_fire_modes_2"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			burst_fire_gun_medium_gen2
		}

		research_cost = 1.2
		start_year = 2005
		folder = {
			name = artillery_folder
			position = { x = -8 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_fire_modes_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_fire_modes_3"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipment_modules = {
			burst_fire_gun_medium_gen3
		}


		research_cost = 1.2
		start_year = 2025
		folder = {
			name = artillery_folder
			position = { x = -7 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}
	nsb_artillery_0 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech artillery_0"
		}

		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			artillery_0
		}

		enable_subunits = {
		    SP_R_Arty_Bat
			smol_SP_R_Arty_Bat
			SP_Arty_Bat
            smol_SP_Arty_Bat
			SP_R_Arty_Battery
			XS_SP_R_Arty_Battery
			SP_Arty_Battery
            XS_SP_Arty_Battery
            Arty_Bat
            smol_Arty_Bat
            Arty_Battery
            XS_Arty_Battery
		}
		path = {
			leads_to_tech = nsb_Arty_upgrade_1
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_barrel_conversions
			research_cost_coeff = 1
		}

		research_cost = 1.2
		start_year = 1965
		folder = {
			name = artillery_folder
			position = { x = -4 y = @1965 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 5
		}
	}

	nsb_artillery_1 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_1" }

		enable_equipments = {
			artillery_1
		}

		path = {
			leads_to_tech = nsb_Arty_upgrade_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_fire_modes_1
			research_cost_coeff = 1
		}

		research_cost = 1.3
		start_year = 1985

		folder = {
			name = artillery_folder
			position = { x = -5 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
		}
		special_project_specialization = { specialization_land }

		ai_will_do = { factor = 5 }
	}

	nsb_artillery_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_2"
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_automatic_twin_barrel_mortar_turret
			}
		}

		enable_equipments = {
			artillery_2
		}

		path = {
			leads_to_tech = nsb_fire_modes_2
			research_cost_coeff = 1
		}

		research_cost = 1.4
		start_year = 2005

		folder = {
			name = artillery_folder
			position = { x = -6 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
		}

		ai_will_do = {
			factor = 5
			modifier = {
				factor = 0.5
				date < 2005.01.01
			}
			modifier = {
				factor = 0.2
				date < 2002.01.01
			}
		}
		special_project_specialization = { specialization_land }
	}

	nsb_artillery_3 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_3" }

		enable_equipments = {
			artillery_3
		}

		path = {
			leads_to_tech = nsb_Arty_upgrade_4
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_fire_modes_3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 2025

		folder = {
			name = artillery_folder
			position = { x = -5 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
		}

		ai_will_do = {
			factor = 5
			modifier = {
				factor = 0.5
				date < 2025.01.01
			}
			modifier = {
				factor = 0.2
				date < 2015.01.01
			}
		}
		special_project_specialization = { specialization_land }
	}

	nsb_artillery_4 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_artillery_4" }

		enable_equipments = {
			artillery_4
		}

		path = {
			leads_to_tech = nsb_Arty_upgrade_5
			research_cost_coeff = 1
		}

		research_cost = 1.6
		start_year = 2035
		folder = {
			name = artillery_folder
			position = { x = -5 y = @2035 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
		}

		ai_will_do = {
			factor = 5
			modifier = {
				factor = 0.5
				date < 2035.01.01
			}
			modifier = {
				factor = 0.2
				date < 2030.01.01
			}
		}
		special_project_specialization = { specialization_land }
	}
	nsb_Arty_upgrade_1 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_Arty_upgrade_1" }

		path = {
			leads_to_tech = nsb_artillery_1
			research_cost_coeff = 1
		}

		Arty_Bat = {
			defense = 0.05
		}
		smol_Arty_Bat = {
			defense = 0.05
		}
		Arty_Battery = {
			defense = 0.05
		}
		XS_Arty_Battery = {
			defense = 0.05
		}
		SP_Arty_Bat = {
			defense = 0.05
		}
		smol_SP_Arty_Bat = {
			defense = 0.05
		}
		SP_R_Arty_Bat = {
			defense = 0.05
		}
		smol_SP_Arty_Bat = {
			defense = 0.05
		}
		SP_Arty_Battery = {
			defense = 0.05
		}
		XS_SP_Arty_Battery = {
			defense = 0.05
		}
		SP_R_Arty_Battery = {
			defense = 0.05
		}
		XS_SP_R_Arty_Battery = {
			defense = 0.05
		}

		research_cost = 1
		start_year = 1980
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 1.50

		folder = {
			name = artillery_folder
			position = { x = -2 y = @1985 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_art_ammo
		}

		ai_will_do = { factor = 5 }
	}

	nsb_Arty_upgrade_2 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_Arty_upgrade_2" }


		path = {
			leads_to_tech = nsb_artillery_2
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = nsb_Arty_upgrade_3
			research_cost_coeff = 1
		}

		Arty_Bat = {
			breakthrough = 0.05
		}
		smol_Arty_Bat = {
			breakthrough = 0.05
		}
		Arty_Battery = {
			breakthrough = 0.05
		}
		XS_Arty_Battery = {
			breakthrough = 0.05
		}
		SP_Arty_Bat = {
			breakthrough = 0.05
		}
		smol_SP_Arty_Bat = {
			breakthrough = 0.05
		}
		SP_R_Arty_Bat = {
			breakthrough = 0.05
		}
		smol_SP_R_Arty_Bat = {
			breakthrough = 0.05
		}
		SP_Arty_Battery = {
			breakthrough = 0.05
		}
		XS_SP_Arty_Battery = {
			breakthrough = 0.05
		}
		SP_R_Arty_Battery = {
			breakthrough = 0.05
		}
		XS_SP_R_Arty_Battery = {
			breakthrough = 0.05
		}

		research_cost = 1
		start_year = 2000
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 1.50

		folder = {
			name = artillery_folder
			position = { x = -3 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_art_ammo
		}

		ai_will_do = { factor = 5 }
	}

	nsb_Arty_upgrade_3 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_Arty_upgrade_3" }

		path = {
			leads_to_tech = nsb_artillery_3
			research_cost_coeff = 1
		}

		Arty_Bat = {
			soft_attack = 0.05
		}
		smol_Arty_Bat = {
			soft_attack = 0.05
		}
		Arty_Battery = {
			soft_attack = 0.05
		}
		XS_Arty_Battery = {
			soft_attack = 0.05
		}
		SP_Arty_Bat = {
			soft_attack = 0.05
		}
		smol_SP_Arty_Bat = {
			soft_attack = 0.05
		}
		SP_R_Arty_Bat = {
			soft_attack = 0.05
		}
		smol_SP_R_Arty_Bat = {
			soft_attack = 0.05
		}
		SP_Arty_Battery = {
			soft_attack = 0.05
		}
		XS_SP_Arty_Battery = {
			soft_attack = 0.05
		}
		SP_R_Arty_Battery = {
			soft_attack = 0.05
		}
		XS_SP_R_Arty_Battery = {
			soft_attack = 0.05
		}
		enable_equipment_modules = {
			multiple_rounds_medium_gen1
		}

		research_cost = 1
		start_year = 2000
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 1.50

		folder = {
			name = artillery_folder
			position = { x = -1 y = @2005 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_sp_arty
			CAT_sp_r_arty
			CAT_art_ammo
		}

		ai_will_do = { factor = 5 }
	}

	nsb_Arty_upgrade_4 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_Arty_upgrade_4" }

		path = {
			leads_to_tech = nsb_artillery_4
			research_cost_coeff = 1
		}

		Arty_Bat = {
			hard_attack = 0.05
		}
		smol_Arty_Bat = {
			hard_attack = 0.05
		}
		Arty_Battery = {
			hard_attack = 0.05
		}
		XS_Arty_Battery = {
			hard_attack = 0.05
		}
		SP_Arty_Bat = {
			hard_attack = 0.05
		}
		smol_SP_Arty_Bat = {
			hard_attack = 0.05
		}
		SP_R_Arty_Bat = {
			hard_attack = 0.05
		}
		smol_SP_R_Arty_Bat = {
			hard_attack = 0.05
		}
		SP_Arty_Battery = {
			hard_attack = 0.05
		}
		XS_SP_Arty_Battery = {
			hard_attack = 0.05
		}
		SP_R_Arty_Battery = {
			hard_attack = 0.05
		}
		XS_SP_R_Arty_Battery = {
			hard_attack = 0.05
		}
		enable_equipment_modules = {
			multiple_rounds_medium_gen2
		}

		research_cost = 1
		start_year = 2020
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 1.50

		folder = {
			name = artillery_folder
			position = { x = -2 y = @2025 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_sp_arty
			CAT_sp_r_arty
			CAT_art_ammo
		}

		ai_will_do = {
			factor = 5
			modifier = {
				factor = 0.5
				date < 2020.01.01
			}
			modifier = {
				factor = 0.2
				date < 2012.01.01
			}
		}
	}

	nsb_Arty_upgrade_5 = {
		on_research_complete = { log = "[GetDateText]: [Root.GetName]: add tech nsb_Arty_upgrade_5" }

		Arty_Bat = {
			soft_attack = 0.05
		}
		smol_Arty_Bat = {
			soft_attack = 0.05
		}
		Arty_Battery = {
			soft_attack = 0.05
		}
		XS_Arty_Battery = {
			soft_attack = 0.05
		}
		SP_Arty_Bat = {
			soft_attack = 0.05
		}
		smol_SP_Arty_Bat = {
			soft_attack = 0.05
		}
		SP_R_Arty_Bat = {
			soft_attack = 0.05
		}
		smol_SP_R_Arty_Bat = {
			soft_attack = 0.05
		}
		SP_Arty_Battery = {
			soft_attack = 0.05
		}
		XS_SP_Arty_Battery = {
			soft_attack = 0.05
		}
		SP_R_Arty_Battery = {
			soft_attack = 0.05
		}
		XS_SP_R_Arty_Battery = {
			soft_attack = 0.05
		}
		enable_equipment_modules = {
			multiple_rounds_medium_gen3
		}

		research_cost = 1
		start_year = 2030
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 1.50

		folder = {
			name = artillery_folder
			position = { x = -2 y = @2035 }
		}

		categories = {
			CAT_Military
			CAT_artillery #Generic for all artillery
			CAT_arty
			CAT_sp_arty
			CAT_sp_r_arty
			CAT_art_ammo
		}

		ai_will_do = {
			factor = 5
			modifier = {
				factor = 0.5
				date < 2030.01.01
			}
			modifier = {
				factor = 0.2
				date < 2025.01.01
			}
		}
	}
}