is_ostland_nation = {
	OR = {
		tag = OST
		tag = DST
		tag = MST
		tag = JST
		tag = BLR
		tag = UPO
	}
}

GGR_ostland_conquered = {
	custom_trigger_tooltip = {
		tooltip = GGR_ostland_conquered_tooltip
		all_country = {
			if = {
				limit = {
					OR = {
						tag = BLR
						tag = OST
						tag = DST
						tag = JST
						tag = MST
						tag = UPO
					}
				}
				OR = {
					is_subject_of = GER
					exists = no
				}
			}
		}
	}
}

GGR_slovakia_conquered = {
	custom_trigger_tooltip = {
		tooltip = GGR_slovakia_conquered_tooltip
		OR = {
			SLO = {
				is_subject_of = GER
				exists = yes
			}
			GSL = {
				is_subject_of = GER
				exists = yes
			}
		}
	}
}

GGR_the_netherlands_conquered = {
	custom_trigger_tooltip = {
		tooltip = GGR_the_netherlands_conquered_tooltip
		HOL = {
		    OR = {
			    exists = no
			    is_subject_of = GER
			    is_in_faction_with = GER
			}	
		}
	}
}

GGR_netherlands_conquered = {
	GGR_the_netherlands_conquered = yes
}

GGR_denmark_conquered = {
	custom_trigger_tooltip = {
		tooltip = GGR_denmark_conquered_tooltip
		DEN = {
		    OR = {
			    exists = no
			    is_subject_of = GER
			    is_in_faction_with = GER
			}	
		}
	}
}

GGR_poland_conquered = {
	custom_trigger_tooltip = {
		tooltip = GGR_poland_conquered_tooltip
		OR = {
			NOT = {
				country_exists = POL
			}
			GGN = {
				OR = {
					exists = no
					is_subject_of = GER
				}
			}
		}
	}
}