GER_italy_category = {
    GER_italy_annexations = {

		icon = ger_reichskommissariats

		available = {
			has_government = fascism
			is_in_faction_with = ITA
			NOT = { country_exists = AUS }
			NOT = { ITA = { controls_state = 115 } }
			ITA = { owns_state = 39 }
			ITA = { owns_state = 850 }
			ITA = { owns_state = 736 }
			ITA = { owns_state = 852 }
		}

		cost = 50
		fire_only_once = yes

		ai_will_do = {
			factor = 3
		}

		visible = {
			has_war_with = ENG
			has_start_date < 1944.1.1
		}

		complete_effect = {
		    GER = {
			    country_event = { id = germany_2.1 }
			}
		}
	}
	GER_puppet_italy = {

		icon = ger_reichskommissariats

		available = {
			has_government = fascism
			is_in_faction_with = ITA
			NOT = { country_exists = AUS }
			NOT = { ITA = { controls_state = 115 } }
			GER = { owns_state = 39 }
			GER = { owns_state = 850 }
			GER = { owns_state = 736 }
			GER = { owns_state = 852 }
			has_manpower > 10
		}

		cost = 50
		fire_only_once = yes

		ai_will_do = {
			factor = 1
		}

		visible = {
			has_war_with = ENG
			has_start_date < 1944.1.1
		}

		complete_effect = {
		    GER = {
			    country_event = { id = germany_2.3 }
			}
		}
	}
	GER_albania_annexation = {
	
	    icon = ger_reichskommissariats
		
		available = {
		    has_government = fascism
			is_in_faction_with = ITA
			NOT = { country_exists = AUS }
			NOT = { ITA = { controls_state = 115 } }
			ITA = { owns_state = 805 }
			ITA = { owns_state = 44 }
		}
		
		cost = 50
		fire_only_once = yes
		
		ai_will_do = {
		    factor = 2
		}
		
		visible = {
		    has_war_with = ENG
			has_start_date < 1944.1.1
		}
		complete_effect = {
		    GER = {
			    country_event = { id = germany_2.2 }
			}
		}
    }
	GER_execute_case_anton_operation = {
        icon = ger_reichskommissariats 
		available = {
		    has_start_date > 1941.1.1
            513 = { NOT = { is_controlled_by = VIF } }
			459 = { NOT = { is_controlled_by = VIF } }
			460 = { NOT = { is_controlled_by = VIF } }
			country_exists = VIF
		}

		visible = {
			has_war_with = ENG
			has_start_date < 1944.1.1
		}
		
		fire_only_once = yes
		
		cost = 50
		
		complete_effect = {
		    GER = { country_event = { id = germany_1.5 } }
		}
		ai_will_do = {
			factor = 200
		}
	}
}