historical_embargoes = {
    embargo_all_sides_por = {
		available = {
            NOT = { has_war = yes }
			NOT = { has_idea = { closed_economy } }
			GER = { has_war_with = ENG has_war_with = SOV }
		}

		visible = {
			tag = POR
		}
		
		fire_only_once = yes
		
		cancel_effect = {
		
		}
		
		cost = 50
		
		complete_effect = {
		    add_ideas = { closed_economy } 
			add_ideas = { no_changing_trade_laws }
			if = {
			    limit = {
				    has_start_date < 1945.1.1 #Stop this event from appearing in the 1945 scenario
			    }
				GER = { country_event = { id = germany_1.6 hours = 1 } }
			}
		}
		ai_will_do = {
			base = 0
			modifier = {
			    add = 300
			    date > 1944.06.05
			}
		}
	}
	embargo_all_sides_swe = {
		available = {
            NOT = { has_war = yes }
			NOT = { has_idea = { closed_economy } }
			GER = { has_war_with = ENG has_war_with = SOV }
		}

		visible = {
			tag = SWE
		}
		
		fire_only_once = yes
		
		cancel_effect = {
		
		}
		
		cost = 50
		
		complete_effect = {
		    add_ideas = { closed_economy } 
			add_ideas = { no_changing_trade_laws }
			if = {
			    limit = {
				    has_start_date < 1945.1.1 #Stop this event from appearing in the 1945 scenario
			    }
				GER = { country_event = { id = germany_1.7 hours = 1 } }
			}
		}
		ai_will_do = {
			base = 0
			modifier = {
			    add = 300
			    date > 1944.11.01 #I could not find the exact date but Wikipedia said November 1944
			}
		}
	}
	embargo_all_sides_spr = {
		available = {
            NOT = { has_war = yes }
			NOT = { has_idea = { closed_economy } }
			GER = { has_war_with = ENG has_war_with = SOV }
		}

		visible = {
			tag = SPR
		}
		
		fire_only_once = yes
		
		cancel_effect = {
		
		}
		
		cost = 50
		
		complete_effect = {
		    add_ideas = { closed_economy } 
			add_ideas = { no_changing_trade_laws }
			if = {
			    limit = {
				    has_start_date < 1945.1.1 #Stop this event from appearing in the 1945 scenario
			    }
				GER = { country_event = { id = germany_1.8 hours = 1 } }
			}
		}
		ai_will_do = {
			base = 0
			modifier = {
			    add = 300
			    date > 1944.08.01 #I could not find the exact date but Wikipedia said August 1944
			}
		}
	}
}