

infantry_antitank_deployment = {

	
	infantry_at_proliferation_decision = {
			
		ai_will_do = {
			factor = 0
		}
			
		visible = {
			and = {
				has_tech = infantry_at_1
				not = { has_tech = infantry_at_proliferation }
			}
		}
			
		available = { 
			and = {
				has_tech = infantry_at_1
				has_army_experience > 20 
			}
		}
		
		complete_effect = {
			set_technology = { infantry_at_proliferation = 1 }
			army_experience = -20 
		}
		days_re_enable = 0
		# days_remove = 0
		# fire_only_once = yes
	}
	
	infantry_at_mass_proliferation_decision = {
			
		ai_will_do = {
			factor = 0
		}
			
		visible = {
			and = {
				has_tech = infantry_at_proliferation
				not = { has_tech = infantry_at_mass_proliferation }
			}
		}
			
		available = { 
			and = {
				has_tech = infantry_at_proliferation
				has_army_experience > 50 
			}
		}
		
		complete_effect = {
			set_technology = { infantry_at_mass_proliferation = 1 }
			army_experience = -50 
		}
		days_re_enable = 0
		# days_remove = 0
		# fire_only_once = yes
	}
	
	infantry_dp_at_decision = {
			
		ai_will_do = {
			factor = 0
		}
			
		visible = {
			and = {
				has_tech = infantry_at_mass_proliferation
				has_tech = infantry_at_6
				not = { has_tech = infantry_dp_at }
			}
		}
			
		available = { 
			and = {
				has_tech = infantry_at_mass_proliferation
				has_army_experience > 50 
			}
		}
		
		complete_effect = {
			set_technology = { infantry_dp_at = 1 }
			army_experience = -50 
		}
		days_re_enable = 0
		# days_remove = 0
		# fire_only_once = yes
	}
	
}