generic_1970_light_tanks = {
	category = land

	blocked_for = {}
	available_for = {}

	roles = {
		land_light_tank
	}

	priority = {
		factor = 400
	}

	light_tank_1970_default = {
		priority = {
			factor = 100
		}

		target_variant = {
			match_value = 5000
			type = light_tank_chassis_5
			modules = {
				main_armament_slot = {
					any_of = {
						tank_small_cannon_4
						tank_small_cannon_3
						tank_high_velocity_cannon
					}
				}
				turret_type_slot = tank_light_three_man_tank_turret
				suspension_type_slot = tank_torsion_bar_suspension
				armor_type_slot = tank_welded_armor
				engine_type_slot = tank_gasoline_engine
				special_type_slot_1 = tank_radio_module
				special_type_slot_2 = sloped_armor
				special_type_slot_3 = smoke_launchers
				special_type_slot_4 = stabilizer
				atd_auxiliary_slot_6 = empty
				
				
			}
			upgrades = {
				tank_nsb_engine_upgrade = 10
				tank_nsb_armor_upgrade = {
					base = 7
					modifier = {
						add = 2
						has_war = yes
					}
				}
			}
		}

		allowed_modules = {
			tank_small_cannon_4
			tank_small_cannon_3
			tank_high_velocity_cannon
			tank_light_three_man_tank_turret
			tank_torsion_bar_suspension
			tank_welded_armor
			tank_gasoline_engine
			tank_radio_module
			sloped_armor
			smoke_launchers
			stabilizer
			aux_atgm_launcher
			rangefinder_1
		}
	}
}
