#########################################
# Großafrikanischer Reichsstaat Events
#########################################

add_namespace = GRO_REICHSSTAAT
add_namespace = GRO_REICHSSTAAT_GHOST # Events used to check if the right conditions are met
add_namespace = GRO_REICHSSTAAT_FOCUS
add_namespace = GRO_REICHSSTAAT_BOERS
add_namespace = GRO_REICHSSTAAT_DEBUG
add_namespace = GRO_REICHSSTAAT_REICH

########################################################################################
########################################################################################

country_event = { # DEBUG - Chaos Ensues
	id = GRO_REICHSSTAAT_DEBUG.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.1" }
	title = GRO_REICHSSTAAT_DEBUG.1.t
	desc = GRO_REICHSSTAAT_DEBUG.1.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.1.a
		GRO_REICHSSTAAT_revolt_kameroon = yes
		GRO_REICHSSTAAT_revolt_ubangi_schari = yes
		GRO_REICHSSTAAT_revolt_kongo = yes
		GRO_REICHSSTAAT_revolt_namibia = yes
		GRO_REICHSSTAAT_revolt_angola = yes
		GRO_REICHSSTAAT_revolt_sambia = yes
		GRO_REICHSSTAAT_revolt_botswana = yes
		GRO_REICHSSTAAT_revolt_simbabwe = yes
		GRO_REICHSSTAAT_revolt_mosambik = yes
		GRO_REICHSSTAAT_revolt_sansibar = yes
		GRO_REICHSSTAAT_revolt_ruanda_burundi = yes
		GRO_REICHSSTAAT_revolt_uganda = yes
		GRO_REICHSSTAAT_revolt_tanganika = yes
		GRO_REICHSSTAAT_revolt_kenia = yes
	}
}

country_event = { # DEBUG - Load the Tree
	id = GRO_REICHSSTAAT_DEBUG.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.2" }
	title = GRO_REICHSSTAAT_DEBUG.2.t
	desc = GRO_REICHSSTAAT_DEBUG.2.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.2.a
		load_focus_tree = GRO_grossafrikanischer_reichsstaat
	}
}

country_event = { # DEBUG - Loosing Control
	id = GRO_REICHSSTAAT_DEBUG.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.3" }
	title = GRO_REICHSSTAAT_DEBUG.3.t
	desc = GRO_REICHSSTAAT_DEBUG.3.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.3.a
		GRO_REICHSSTAAT_demilitarize_kameroon = yes
		GRO_REICHSSTAAT_demilitarize_ubangi_schari = yes
		GRO_REICHSSTAAT_demilitarize_kongo = yes
		GRO_REICHSSTAAT_demilitarize_angola = yes
		GRO_REICHSSTAAT_demilitarize_sambia = yes
		GRO_REICHSSTAAT_demilitarize_botswana = yes
		GRO_REICHSSTAAT_demilitarize_simbabwe = yes
		GRO_REICHSSTAAT_demilitarize_mosambik = yes
		GRO_REICHSSTAAT_demilitarize_sansibar = yes
		GRO_REICHSSTAAT_demilitarize_ruanda_burundi = yes
		GRO_REICHSSTAAT_demilitarize_uganda = yes
		GRO_REICHSSTAAT_demilitarize_tanganika = yes
		GRO_REICHSSTAAT_demilitarize_namibia = yes
		GRO_REICHSSTAAT_demilitarize_kenia = yes
	}
}

country_event = { # DEBUG - The Boers are going wild
	id = GRO_REICHSSTAAT_DEBUG.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.4" }
	title = GRO_REICHSSTAAT_DEBUG.4.t
	desc = GRO_REICHSSTAAT_DEBUG.4.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.4.a
		BOR = {
			set_variable = { BOR_hapiness_dummy_var = 0 }
			annex_country = {
				target = SAF
				transfer_troops = yes
			}
		}
	}
}

country_event = { # DEBUG - Add 10% to Von Hassel's cabal
	id = GRO_REICHSSTAAT_DEBUG.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.5" }
	title = GRO_REICHSSTAAT_DEBUG.5.t
	desc = GRO_REICHSSTAAT_DEBUG.5.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.5.a
		add_to_variable = { GRO_REICHSSTAAT_cabal_power = 0.1 }
		clamp_variable = {
			var = GRO_REICHSSTAAT_cabal_power
			min = 0
			max = 1
		}
	}
}

country_event = { # DEBUG - Remove 10% to Von Hassel's cabal
	id = GRO_REICHSSTAAT_DEBUG.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.6" }
	title = GRO_REICHSSTAAT_DEBUG.6.t
	desc = GRO_REICHSSTAAT_DEBUG.6.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.6.a
		subtract_from_variable = { GRO_REICHSSTAAT_cabal_power = 0.1 }
		clamp_variable = {
			var = GRO_REICHSSTAAT_cabal_power
			min = 0
			max = 1
		}
	}
}

country_event = { # DEBUG - Add 100 devastation
	id = GRO_REICHSSTAAT_DEBUG.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_DEBUG.7" }
	title = GRO_REICHSSTAAT_DEBUG.7.t
	desc = GRO_REICHSSTAAT_DEBUG.7.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_DEBUG.7.a
		add_to_variable = { GRO_REICHSSTAAT_devastation_score = 100 }
	}
}

########################################################################################
########################################################################################

country_event = { # Großafrikanischer Reichsstaat - Setup Variables
	hidden = yes
	id = GRO_REICHSSTAAT.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1" }
	title = GRO_REICHSSTAAT.1.t
	desc = GRO_REICHSSTAAT.1.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1.a
		GRO_REICHSSTAAT_set_start_stability = yes
		GRO_REICHSSTAAT_setup_event_triggers = yes

		remove_ideas = {
			GRO_to_war
			GRO_Just_Another_Camp
			GRO_Aryan_Only_SS
			GRO_The_Unending_War
			GRO_Filling_The_Stores
			GRO_Oberkommando_Der_Afrika_Idea
			GRO_Tribal_Recruitment
			GRO_Kindersoldaten_Idea
			GRO_Simplified_Arms_Production_Idea
			GRO_The_Fatherland_Arrives
			GRO_additional_werewolve_training
			GRO_savanna_mine_laying
			ANG_Mutual_Assistence_Pact_GRO
		}

		add_ideas = {
			GRO_REICHSSTAAT_administrative_unknowns
			GRO_REICHSSTAAT_atmosphere_of_unrest
			GRO_REICHSSTAAT_the_legacy_of_the_traitors
		}
		if = {
			limit = {
				country_exists = BOR
			}
			add_ideas = {
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_0
			}
			BOR = {
				set_variable = { BOR_hapiness_dummy_var = 0.7 }
				set_variable = { GRO_REICHSSTAAT_anc_influence = 0.65 }
			}
			add_timed_idea = {
				idea = GRO_REICHSSTAAT_the_african_triumph
				days = 90
			}
		}

		GRO_REICHSSTAAT_compute_devastation_effects = yes

		hidden_effect = {
			GRO = {
				every_owned_state = {
					add_core_of = GRO
				}
			}
		}

		set_country_flag = GRO_REICHSSTAAT_init_done
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.2" }
	title = GRO_REICHSSTAAT_GHOST.2.t
	desc = GRO_REICHSSTAAT_GHOST.2.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_kameroon_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.2
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.2.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Kameroon (Demilitarized Zone)
	id = GRO_REICHSSTAAT.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.2" }
	title = GRO_REICHSSTAAT.2.t
	desc = GRO_REICHSSTAAT.2.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.2.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_kameroon = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.2.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.3" }
	title = GRO_REICHSSTAAT_GHOST.3.t
	desc = GRO_REICHSSTAAT_GHOST.3.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_ubangi_schari_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.3
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.3.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Ubangi-Schari (Demilitarized Zone)
	id = GRO_REICHSSTAAT.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.3" }
	title = GRO_REICHSSTAAT.3.t
	desc = GRO_REICHSSTAAT.3.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.3.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_ubangi_schari = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.3.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.4" }
	title = GRO_REICHSSTAAT_GHOST.4.t
	desc = GRO_REICHSSTAAT_GHOST.4.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_kongo_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.4
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.4.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Kongo (Demilitarized Zone)
	id = GRO_REICHSSTAAT.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.4" }
	title = GRO_REICHSSTAAT.4.t
	desc = GRO_REICHSSTAAT.4.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.4.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_kongo = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.4.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.5" }
	title = GRO_REICHSSTAAT_GHOST.5.t
	desc = GRO_REICHSSTAAT_GHOST.5.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_angola_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.5
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.5.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Angola (Demilitarized Zone)
	id = GRO_REICHSSTAAT.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.5" }
	title = GRO_REICHSSTAAT.5.t
	desc = GRO_REICHSSTAAT.5.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.5.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_angola = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.5.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.6" }
	title = GRO_REICHSSTAAT_GHOST.6.t
	desc = GRO_REICHSSTAAT_GHOST.6.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_sambia_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.6
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.6.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Sambia (Demilitarized Zone)
	id = GRO_REICHSSTAAT.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.6" }
	title = GRO_REICHSSTAAT.6.t
	desc = GRO_REICHSSTAAT.6.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.6.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_sambia = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.6.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.7" }
	title = GRO_REICHSSTAAT_GHOST.7.t
	desc = GRO_REICHSSTAAT_GHOST.7.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_botswana_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.7
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.7.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Botswana (Demilitarized Zone)
	id = GRO_REICHSSTAAT.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.7" }
	title = GRO_REICHSSTAAT.7.t
	desc = GRO_REICHSSTAAT.7.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.7.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_botswana = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.7.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.8" }
	title = GRO_REICHSSTAAT_GHOST.8.t
	desc = GRO_REICHSSTAAT_GHOST.8.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_simbabwe_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.8
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.8.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Simbabwe (Demilitarized Zone)
	id = GRO_REICHSSTAAT.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.8" }
	title = GRO_REICHSSTAAT.8.t
	desc = GRO_REICHSSTAAT.8.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.8.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_simbabwe = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.8.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.9" }
	title = GRO_REICHSSTAAT_GHOST.9.t
	desc = GRO_REICHSSTAAT_GHOST.9.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_mosambik_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.9
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.9.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Mosambik (Demilitarized Zone)
	id = GRO_REICHSSTAAT.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.9" }
	title = GRO_REICHSSTAAT.9.t
	desc = GRO_REICHSSTAAT.9.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.9.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_mosambik = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes

		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.803
				days = 5
			}
		}
	}

	option = {
		name = GRO_REICHSSTAAT.9.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.10
	is_triggered_only = yes
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.10" }
	trigger = { has_country_flag = GRO_REICHSSTAAT_sansibar_flag }
	title = GRO_REICHSSTAAT_GHOST.10.t
	desc = GRO_REICHSSTAAT_GHOST.10.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		country_event = {
			id = GRO_REICHSSTAAT.10
		}
	}

	option = {
		name = GRO_REICHSSTAAT_GHOST.10.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Sansibar (Demilitarized Zone)
	id = GRO_REICHSSTAAT.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.10" }
	title = GRO_REICHSSTAAT.10.t
	desc = GRO_REICHSSTAAT.10.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.10.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_sansibar = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.10.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.11" }
	title = GRO_REICHSSTAAT_GHOST.11.t
	desc = GRO_REICHSSTAAT_GHOST.11.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_ruanda_burundi_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.11
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.11.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Ruanda-Urundi (Demilitarized Zone)
	id = GRO_REICHSSTAAT.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.11" }
	title = GRO_REICHSSTAAT.11.t
	desc = GRO_REICHSSTAAT.11.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.11.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_ruanda_burundi = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.11.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.12" }
	title = GRO_REICHSSTAAT_GHOST.12.t
	desc = GRO_REICHSSTAAT_GHOST.12.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_uganda_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.12
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.12.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Uganda (Demilitarized Zone)
	id = GRO_REICHSSTAAT.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.12" }
	title = GRO_REICHSSTAAT.12.t
	desc = GRO_REICHSSTAAT.12.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.12.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_uganda = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.12.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.13" }
	title = GRO_REICHSSTAAT_GHOST.13.t
	desc = GRO_REICHSSTAAT_GHOST.13.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_tanganika_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.13
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.13.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Tanganika (Demilitarized Zone)
	id = GRO_REICHSSTAAT.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.13" }
	title = GRO_REICHSSTAAT.13.t
	desc = GRO_REICHSSTAAT.13.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.13.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_tanganika = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.13.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Kameroon
	id = GRO_REICHSSTAAT.14
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.14" }
	title = GRO_REICHSSTAAT.14.t
	desc = GRO_REICHSSTAAT.14.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_kameroon = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.14.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ubangi_schari_tt
	}

	option = {
		name = GRO_REICHSSTAAT.14.b
		trigger = {
			is_ai = no
		}
		GAB = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Ubangi-Schari
	id = GRO_REICHSSTAAT.15
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.15" }
	title = GRO_REICHSSTAAT.15.t
	desc = GRO_REICHSSTAAT.15.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_ubangi_schari = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.15.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kameroon_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
	}

	option = {
		name = GRO_REICHSSTAAT.15.b
		trigger = {
			is_ai = no
		}
		CAF = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Kongo
	id = GRO_REICHSSTAAT.16
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.16" }
	title = GRO_REICHSSTAAT.16.t
	desc = GRO_REICHSSTAAT.16.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_kongo = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.16.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kameroon_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ubangi_schari_tt
	}

	option = {
		name = GRO_REICHSSTAAT.16.b
		trigger = {
			is_ai = no
		}
		CFS = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Angola
	id = GRO_REICHSSTAAT.17
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.17" }
	title = GRO_REICHSSTAAT.17.t
	desc = GRO_REICHSSTAAT.17.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_angola = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.17.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_namibia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
	}

	option = {
		name = GRO_REICHSSTAAT.17.a
		trigger = {
			is_ai = no
		}
		ANG = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Sambia
	id = GRO_REICHSSTAAT.18
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.18" }
	title = GRO_REICHSSTAAT.18.t
	desc = GRO_REICHSSTAAT.18.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_sambia = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.18.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_botswana_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}

	option = {
		name = GRO_REICHSSTAAT.18.b
		trigger = {
			is_ai = no
		}
		ZAM = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Botswana
	id = GRO_REICHSSTAAT.19
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.19" }
	title = GRO_REICHSSTAAT.19.t
	desc = GRO_REICHSSTAAT.19.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_botswana = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.19.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_namibia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}

	option = {
		name = GRO_REICHSSTAAT.19.b
		trigger = {
			is_ai = no
		}
		BTS = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Simbabwe
	id = GRO_REICHSSTAAT.20
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.20" }
	title = GRO_REICHSSTAAT.20.t
	desc = GRO_REICHSSTAAT.20.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_simbabwe = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.20.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_botswana_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_mosambik_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
	}

	option = {
		name = GRO_REICHSSTAAT.20.b
		trigger = {
			is_ai = no
		}
		ZIM = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Mosambik
	id = GRO_REICHSSTAAT.21
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.21" }
	title = GRO_REICHSSTAAT.21.t
	desc = GRO_REICHSSTAAT.21.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_mosambik = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.21.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sansibar_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_tanganika_tt
	}

	option = {
		name = GRO_REICHSSTAAT.21.b
		trigger = {
			is_ai = no
		}
		GAZ = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Sansibar
	id = GRO_REICHSSTAAT.22
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.22" }
	title = GRO_REICHSSTAAT.22.t
	desc = GRO_REICHSSTAAT.22.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_sansibar = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.22.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_mosambik_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_tanganika_tt
	}

	option = {
		name = GRO_REICHSSTAAT.22.b
		trigger = {
			is_ai = no
		}
		ZZB = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Ruanda-Burundi
	id = GRO_REICHSSTAAT.23
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.23" }
	title = GRO_REICHSSTAAT.23.t
	desc = GRO_REICHSSTAAT.23.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_ruanda_burundi = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.23.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_tanganika_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}

	option = {
		name = GRO_REICHSSTAAT.23.b
		trigger = {
			is_ai = no
		}
		RWA = { change_tag_from = ROOT }
	}

	option = {
		name = GRO_REICHSSTAAT.23.c
		trigger = {
			is_ai = no
		}
		BRD = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Uganda
	id = GRO_REICHSSTAAT.24
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.24" }
	title = GRO_REICHSSTAAT.24.t
	desc = GRO_REICHSSTAAT.24.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_uganda = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.24.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kenia_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}

	option = {
		name = GRO_REICHSSTAAT.24.b
		trigger = {
			is_ai = no
		}
		UGD = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Tanganika
	id = GRO_REICHSSTAAT.25
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.25" }
	title = GRO_REICHSSTAAT.25.t
	desc = GRO_REICHSSTAAT.25.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_tanganika = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.25.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sansibar_tt
	}

	option = {
		name = GRO_REICHSSTAAT.25.b
		trigger = {
			is_ai = no
		}
		TNZ = { change_tag_from = ROOT }
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.26
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.26" }
	title = GRO_REICHSSTAAT_GHOST.26.t
	desc = GRO_REICHSSTAAT_GHOST.26.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_namibia_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.26
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.26.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Namibia (Demilitarized Zone)
	id = GRO_REICHSSTAAT.26
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.26" }
	title = GRO_REICHSSTAAT.26.t
	desc = GRO_REICHSSTAAT.26.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.26.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_namibia = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.26.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Namibia
	id = GRO_REICHSSTAAT.27
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.27" }
	title = GRO_REICHSSTAAT.27.t
	desc = GRO_REICHSSTAAT.27.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_namibia = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.27.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_botswana_tt
	}

	option = {
		name = GRO_REICHSSTAAT.27.b
		trigger = {
			is_ai = no
		}
		NAM = { change_tag_from = ROOT }
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.28
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.28" }
	title = GRO_REICHSSTAAT_GHOST.28.t
	desc = GRO_REICHSSTAAT_GHOST.28.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				NOT = { has_country_flag = GRO_REICHSSTAAT_kenia_flag }
			}
			country_event = {
				id = GRO_REICHSSTAAT.28
			}
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.28.a
	}
}

country_event = { # Großafrikanischer Reichsstaat - Unrest in Kenia (Demilitarized Zone)
	id = GRO_REICHSSTAAT.28
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.28" }
	title = GRO_REICHSSTAAT.28.t
	desc = GRO_REICHSSTAAT.28.desc
	picture = GFX_report_event_COG_native_3

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.28.a
		trigger = {
			OR = {
				has_cosmetic_tag = GRO_REICHSSTAAT
				has_cosmetic_tag = GRO_REICHSSTAAT_2
				has_cosmetic_tag = GRO_REICHSSTAAT_3
			}
		}
		GRO_REICHSSTAAT_demilitarize_kenia = yes
		GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
	}

	option = {
		name = GRO_REICHSSTAAT.28.b
		trigger = {
			NOT = {
				OR = {
					has_cosmetic_tag = GRO_REICHSSTAAT
					has_cosmetic_tag = GRO_REICHSSTAAT_2
					has_cosmetic_tag = GRO_REICHSSTAAT_3
				}
			}
		}
	}
}

country_event = { # Großafrikanischer Reichsstaat - Revolt in Kenia
	id = GRO_REICHSSTAAT.29
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.29" }
	title = GRO_REICHSSTAAT.29.t
	desc = GRO_REICHSSTAAT.29.desc
	picture = GFX_report_event_GER_army_3

	immediate = {
		hidden_effect = {
			GRO_REICHSSTAAT_revolt_kenia = yes
			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.29.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_tanganika_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}

	option = {
		name = GRO_REICHSSTAAT.29.b
		trigger = {
			is_ai = no
		}
		LUO = { change_tag_from = ROOT }
	}
}

country_event = { # Großafrikanischer Reichsstaat - Kameroon is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.30
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.30" }
	title = GRO_REICHSSTAAT.30.t
	desc = GRO_REICHSSTAAT.30.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.30.a
		GRO_REICHSSTAAT_remilitarize_kameroon = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Ubangi-Schari is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.31
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.31" }
	title = GRO_REICHSSTAAT.31.t
	desc = GRO_REICHSSTAAT.31.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.31.a
		GRO_REICHSSTAAT_remilitarize_ubangi_schari = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Kongo is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.32
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.32" }
	title = GRO_REICHSSTAAT.32.t
	desc = GRO_REICHSSTAAT.32.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.32.a
		GRO_REICHSSTAAT_remilitarize_kongo = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Angola is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.33
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.33" }
	title = GRO_REICHSSTAAT.33.t
	desc = GRO_REICHSSTAAT.33.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.33.a
		GRO_REICHSSTAAT_remilitarize_angola = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Sambia is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.34
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.34" }
	title = GRO_REICHSSTAAT.34.t
	desc = GRO_REICHSSTAAT.34.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.34.a
		GRO_REICHSSTAAT_remilitarize_sambia = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Botswana is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.35
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.35" }
	title = GRO_REICHSSTAAT.35.t
	desc = GRO_REICHSSTAAT.35.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.35.a
		GRO_REICHSSTAAT_remilitarize_botswana = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Simbabwe is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.36
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.36" }
	title = GRO_REICHSSTAAT.36.t
	desc = GRO_REICHSSTAAT.36.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.36.a
		GRO_REICHSSTAAT_remilitarize_simbabwe = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Mosambik is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.37
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.37" }
	title = GRO_REICHSSTAAT.37.t
	desc = GRO_REICHSSTAAT.37.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.37.a
		GRO_REICHSSTAAT_remilitarize_mosambik = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Sansibar is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.38
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.38" }
	title = GRO_REICHSSTAAT.38.t
	desc = GRO_REICHSSTAAT.38.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.38.a
		GRO_REICHSSTAAT_remilitarize_sansibar = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Ruanda-Burundi is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.39
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.39" }
	title = GRO_REICHSSTAAT.39.t
	desc = GRO_REICHSSTAAT.39.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.39.a
		GRO_REICHSSTAAT_remilitarize_ruanda_burundi = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Uganda is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.40
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.40" }
	title = GRO_REICHSSTAAT.40.t
	desc = GRO_REICHSSTAAT.40.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.40.a
		GRO_REICHSSTAAT_remilitarize_uganda = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Tanganika is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.41
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.41" }
	title = GRO_REICHSSTAAT.41.t
	desc = GRO_REICHSSTAAT.41.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.41.a
		GRO_REICHSSTAAT_remilitarize_tanganika = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Namibia is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.42
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.42" }
	title = GRO_REICHSSTAAT.42.t
	desc = GRO_REICHSSTAAT.42.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.42.a
		GRO_REICHSSTAAT_remilitarize_namibia = yes
	}
}

country_event = { # Großafrikanischer Reichsstaat - Kenia is now under control (Demilitarized Zone)
	id = GRO_REICHSSTAAT.43
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.43" }
	title = GRO_REICHSSTAAT.43.t
	desc = GRO_REICHSSTAAT.43.desc
	picture = GFX_report_event_COG_attack_2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.43.a
		GRO_REICHSSTAAT_remilitarize_kenia = yes
	}
}

country_event = { # Contact with the Südafrika Outpost lost
	id = GRO_REICHSSTAAT.44
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.44" }
	title = GRO_REICHSSTAAT.44.t
	desc = GRO_REICHSSTAAT.44.desc
	picture = GFX_report_event_GER_radio_espionage

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.44.a

		BOR = {
			transfer_state = 942
			add_state_core = 942
		}
	}
}

country_event = { # Förschner End Event
	id = GRO_REICHSSTAAT.45
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.45" }
	title = GRO_REICHSSTAAT.45.t
	desc = GRO_REICHSSTAAT.45.desc
	picture = GFX_report_event_GER_ss_loading_truck

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.45.a
		if = {
			limit = {
				NOT = { SFG = { has_country_flag = sudafrika_has_won_flag } }
			}
			TNO_Country_Closing_Screen_Show = yes
		}

		hidden_effect = {
			BOR = {
				if = {
					limit = {
						country_exists = BOR
						BOR = { has_war = no }
					}
					if = {
						limit = {
							BOR = {
								has_country_leader = {
									character = SAF_Magnus_Malan
									ruling_only = yes
								}
							}
						}
						country_event = {
							id = GRO_REICHSSTAAT_BOERS.118
							days = 25
						}
					}
					else = {
						country_event = {
							id = GRO_REICHSSTAAT_BOERS.117
							days = 25
						}
					}
				}
			}
		}
	}
}

country_event = { # Von Hassel End Event
	id = GRO_REICHSSTAAT.46
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.46" }
	title = GRO_REICHSSTAAT.46.t
	desc = GRO_REICHSSTAAT.46.desc
	picture = GFX_report_event_GRO_african_cabal

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.46.a
		if = {
			limit = {
				NOT = { SFG = { has_country_flag = sudafrika_has_won_flag } }
			}
			TNO_Country_Closing_Screen_Show = yes
		}

		hidden_effect = {
			BOR = {
				if = {
					limit = {
						country_exists = BOR
						BOR = { has_war = no }
					}
					if = {
						limit = {
							BOR = {
								has_country_leader = {
									character = SAF_Magnus_Malan
									ruling_only = yes
								}
							}
						}
						country_event = {
							id = GRO_REICHSSTAAT_BOERS.118
							days = 25
						}
					}
					else = {
						country_event = {
							id = GRO_REICHSSTAAT_BOERS.117
							days = 25
						}
					}
				}
			}
		}
	}
}


country_event = { # Any economic ties with Germany cut
	id = GRO_REICHSSTAAT.47
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.47" }
	title = GRO_REICHSSTAAT.47.t
	desc = GRO_REICHSSTAAT.47.desc
	picture = GFX_report_event_GRO_african_cabal

	is_triggered_only = yes

	option = {
		custom_effect_tooltip = GRO_credit_go_to_shit
		name = GRO_REICHSSTAAT.47.a
		set_temp_variable = { temp_credit_rating_min = 1 }
		set_temp_variable = { temp_credit_rating_max = 2 }
		set_temp_variable = { temp_credit_rating = 2 }
		econ_set_min_credit_rating = yes
		econ_set_max_credit_rating = yes
		econ_set_credit_rating = yes
	}
}

country_event = { # OFN-leaning ceasefire blow up chance
	id = GRO_REICHSSTAAT.50
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.50" }
	hidden = yes
	trigger = {
		is_ai = yes
		has_country_leader = {
			character = GRO_Hans_Huttig
			ruling_only = yes
		}
	}

	is_triggered_only = yes

	option = {
		for_each_loop = {
			index = i
			array = GRO_REICHSSTAAT_rebel_stability
			add_to_variable = { GRO_REICHSSTAAT_rebel_stability^i = -0.1 }
		}
		add_stability = -0.25
	}
	option = {}
}


state_event = { # Infrastructure Construction Started in [GetName]
	id = GRO_REICHSSTAAT.60
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.60" }
	title = GRO_REICHSSTAAT.60.t
	desc = GRO_REICHSSTAAT.60.desc
	picture = GFX_report_event_COG_mines_1

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.60.a
		# activate_targeted_decision = {
		# 	target = event_target:GRO_REICHSSTAAT_infra_build_state
		# 	decision = GRO_REICHSSTAAT_soe_build_infra
		# }
	}
}

state_event = { # Infrastructure Built in [GetName]
	id = GRO_REICHSSTAAT.61
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.61" }
	title = GRO_REICHSSTAAT.61.t
	desc = GRO_REICHSSTAAT.61.desc
	picture = GFX_report_event_COG_mines_1

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.61.a
	}
}

state_event = { # Military Factory Construction Started in [GetName]
	id = GRO_REICHSSTAAT.62
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.62" }
	title = GRO_REICHSSTAAT.62.t
	desc = GRO_REICHSSTAAT.62.desc
	picture = GFX_report_event_generic_crate_of_guns

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.62.a
		# activate_targeted_decision = {
		# 	target = event_target:GRO_REICHSSTAAT_mil_factory_build_state
		# 	decision = GRO_REICHSSTAAT_soe_build_mil_factory
		# }
	}
}

state_event = { # Military Factory Built in [GetName]
	id = GRO_REICHSSTAAT.63
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.63" }
	title = GRO_REICHSSTAAT.63.t
	desc = GRO_REICHSSTAAT.63.desc
	picture = GFX_report_event_generic_crate_of_guns

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.63.a
	}
}

state_event = { # Battle for Hitlerstadt
	id = GRO_REICHSSTAAT.70
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.70" }
	title = GRO_REICHSSTAAT.70.t
	desc = GRO_REICHSSTAAT.70.desc
	picture = GFX_report_event_COG_boat

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.70.a
		hidden_effect = {
			state_event = {
				id = GRO_REICHSSTAAT.71
				trigger_for = controller
				days = 8
			}
		}
	}
}

state_event = { # Hitlerstadt's Last Stand
	id = GRO_REICHSSTAAT.71
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.71" }
	title = GRO_REICHSSTAAT.71.t
	desc = GRO_REICHSSTAAT.71.desc
	picture = GFX_report_event_COG_boat

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.71.a
		hidden_effect = {
			state_event = {
				id = GRO_REICHSSTAAT.72
				trigger_for = controller
				days = 9
			}
		}
	}
}

state_event = { # The Jewel is Lost
	id = GRO_REICHSSTAAT.72
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.72" }
	title = GRO_REICHSSTAAT.72.t
	desc = GRO_REICHSSTAAT.72.desc
	picture = GFX_report_event_COG_boat

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT.72.a

		CAF = {
			transfer_state = 1181
		}
	}
}

############################################################################
############################################################################

 #   #  ###  #   # ##### ####   ###   ###  #   #
 #  #  #   # ## ## #     #   # #   # #   # ##  #
 ###   ##### # # # ###   ####  #   # #   # # # #
 #  #  #   # #   # #     #   # #   # #   # #  ##
 #   # #   # #   # ##### #   #  ###   ###  #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.100
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.100" }
	title = GRO_REICHSSTAAT_GHOST.100.t
	desc = GRO_REICHSSTAAT_GHOST.100.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kameroon = yes }
			country_event = { id = GRO_REICHSSTAAT.100 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.100.a
	}
}

country_event = { # LNUP leaders spotted crossing the Iberian border
	id = GRO_REICHSSTAAT.100
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.100" }
	title = GRO_REICHSSTAAT.100.t
	desc = GRO_REICHSSTAAT.100.desc
	picture = GFX_report_event_COG_mba_2

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^1 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^0
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.100.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kameroon_tt
	}
}

############################################################################
############################################################################

 #   # ####   ###  #   #  #### #####        ####  #### #   #  ###  ####  #####
 #   # #   # #   # ##  # #       #         #     #     #   # #   # #   #   #
 #   # ####  ##### # # # # ###   #   #####  ###  #     ##### ##### ####    #
 #   # #   # #   # #  ## #   #   #             # #     #   # #   # #   #   #
  ###  ####  #   # #   #  ###  #####       ####   #### #   # #   # #   # #####

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.200
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.200" }
	title = GRO_REICHSSTAAT_GHOST.200.t
	desc = GRO_REICHSSTAAT_GHOST.200.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ubangi_schari = yes }
			country_event = { id = GRO_REICHSSTAAT.200 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.200.a
	}
}

country_event = { # Border clashes against Azande tribes
	id = GRO_REICHSSTAAT.200
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.200" }
	title = GRO_REICHSSTAAT.200.t
	desc = GRO_REICHSSTAAT.200.desc
	picture = GFX_report_event_COG_merc_2

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^1 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^1
			max = 1
			min = 0
		}

		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.201
				days = 230
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Support the local garrisons
		name = GRO_REICHSSTAAT.200.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.03 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^1 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^1
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_ubangi_schari_tt

		add_political_power = -25
	}

	option = { # Franz can handle that himself
		name = GRO_REICHSSTAAT.200.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ubangi_schari_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.201
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.201" }
	title = GRO_REICHSSTAAT_GHOST.201.t
	desc = GRO_REICHSSTAAT_GHOST.201.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ubangi_schari = yes }
			country_event = { id = GRO_REICHSSTAAT.201 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.201.a
	}
}

country_event = { # Rebel militias spotted near the shores of the Kongo See
	id = GRO_REICHSSTAAT.201
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.201" }
	title = GRO_REICHSSTAAT.201.t
	desc = GRO_REICHSSTAAT.201.desc
	picture = GFX_report_event_GRO_african_rebels2

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^1 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^1
			max = 1
			min = 0
		}

	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Launch an investigation
		name = GRO_REICHSSTAAT.201.a

		trigger = {
			has_manpower > 5000
			has_equipment = { infantry_equipment > 399 }
		}
		add_political_power = -25
		add_manpower = -5000
		add_equipment_to_stockpile = {
			type = infantry_equipment
			amount = -400
		}

		hidden_effect = {
			random_list = {
				65 = { # Success
					country_event = {
						id = GRO_REICHSSTAAT.202
						days = 10
					}
				}
				35 = { # Failure
					country_event = {
						id = GRO_REICHSSTAAT.203
						days = 10
					}
				}
			}
		}
	}

	option = { # Don't bother with them
		name = GRO_REICHSSTAAT.201.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ubangi_schari_tt
	}
}

country_event = { # Rebel militia in Nord-Kongo arrested near Bangui
	id = GRO_REICHSSTAAT.202
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.202" }
	title = GRO_REICHSSTAAT.202.t
	desc = GRO_REICHSSTAAT.202.desc
	picture = GFX_report_event_GER_army_3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.202.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^1 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^1
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_ubangi_schari_tt
	}
}

country_event = { # No traces of the Ubangui-Schari rebels found
	id = GRO_REICHSSTAAT.203
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.203" }
	title = GRO_REICHSSTAAT.203.t
	desc = GRO_REICHSSTAAT.203.desc
	picture = GFX_report_event_COG_mines_1

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.203.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ubangi_schari_tt
	}
}

############################################################################
############################################################################

 #   #  ###  #   #  ####  ###
 #  #  #   # ##  # #     #   #
 ###   #   # # # # # ### #   #
 #  #  #   # #  ## #   # #   #
 #   #  ###  #   #  ###   ###

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.300
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.300" }
	title = GRO_REICHSSTAAT_GHOST.300.t
	desc = GRO_REICHSSTAAT_GHOST.300.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.300 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.300.a
	}
}

country_event = { # Report form the Kolonialverwalter des Kongos (Otto Förschner)
	id = GRO_REICHSSTAAT.300
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.300" }
	title = GRO_REICHSSTAAT.300.t
	desc = GRO_REICHSSTAAT.300.desc
	picture = GFX_report_event_generic_sign_treaty1

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.301
				days = 145
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.302
				days = 55
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.303
				days = 10
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send reinforcements to guard the dam
		name = GRO_REICHSSTAAT.300.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt

		add_political_power = -25
		add_manpower = -500
	}

	option = { # Dismiss the report
		name = GRO_REICHSSTAAT.300.b
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.301
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.301" }
	title = GRO_REICHSSTAAT_GHOST.301.t
	desc = GRO_REICHSSTAAT_GHOST.301.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.301 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.301.a
	}
}

country_event = { # Mobutu's trail found
	id = GRO_REICHSSTAAT.301
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.301" }
	title = GRO_REICHSSTAAT.301.t
	desc = GRO_REICHSSTAAT.301.desc
	picture = GFX_report_event_COG_mobutu_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Follow the trail
		name = GRO_REICHSSTAAT.301.a

		add_political_power = -25
		hidden_effect = {
			random_list = {
				75 = { # The trail leads nowhere
					country_event = {
						id = GRO_REICHSSTAAT.306
						days = 10
					}
				}
				24 = { # Large black market network uncovered
					country_event = {
						id = GRO_REICHSSTAAT.307
						days = 10
					}
				}
				1 = { # Mobutu found to live somewhere in Southern Cameroon
					country_event = {
						id = GRO_REICHSSTAAT.308
						days = 10
					}
				}
			}
		}
	}

	option = { # Who cares about an ex-Zentralafrikaner-SS
		name = GRO_REICHSSTAAT.301.b
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.302
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.302" }
	title = GRO_REICHSSTAAT_GHOST.302.t
	desc = GRO_REICHSSTAAT_GHOST.302.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.302 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.302.a
	}
}

country_event = { # The trial of the traitors
	id = GRO_REICHSSTAAT.302
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.302" }
	title = GRO_REICHSSTAAT.302.t
	desc = GRO_REICHSSTAAT.302.desc
	picture = GFX_report_event_COG_von_blottnitz

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.305
				days = 200
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send them to prison
		name = GRO_REICHSSTAAT.302.a
		add_political_power = -25

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt
	}

	option = { # For them, the death penalty
		name = GRO_REICHSSTAAT.302.b
		add_political_power = 50

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_effect_tt

		set_country_flag = GRO_REICHSSTAAT_von_blottnitz_dead
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.303
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.303" }
	title = GRO_REICHSSTAAT_GHOST.303.t
	desc = GRO_REICHSSTAAT_GHOST.303.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.303 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.303.a
	}
}

country_event = { # The Death of Rolf Steiner
	id = GRO_REICHSSTAAT.303
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.303" }
	title = GRO_REICHSSTAAT.303.t
	desc = GRO_REICHSSTAAT.303.desc
	picture = GFX_report_event_COG_steiner_1

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.303.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.304
				days = 5
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.304
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.304" }
	title = GRO_REICHSSTAAT_GHOST.304.t
	desc = GRO_REICHSSTAAT_GHOST.304.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.304 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.304.a
	}
}

country_event = { # Local mercenary leader Jean Schramme disappears
	id = GRO_REICHSSTAAT.304
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.304" }
	title = GRO_REICHSSTAAT.304.t
	desc = GRO_REICHSSTAAT.304.desc
	picture = GFX_report_event_COG_schramme_1

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.304.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kongo_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.305
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.305" }
	title = GRO_REICHSSTAAT_GHOST.305.t
	desc = GRO_REICHSSTAAT_GHOST.305.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kongo = yes }
			country_event = { id = GRO_REICHSSTAAT.305 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.305.a
	}
}

country_event = { # Kolonialverwalter Förschner's worries
	id = GRO_REICHSSTAAT.305
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.305" }
	title = GRO_REICHSSTAAT.305.t
	desc = GRO_REICHSSTAAT.305.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes
	fire_only_once = yes

	option = { # His worries are heard
		name = GRO_REICHSSTAAT.305.a
		add_political_power = -50

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
	}

	option = { # We cannot afford Förschner's follies
		name = GRO_REICHSSTAAT.305.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt
	}
}

country_event = { # The trail leads nowhere
	id = GRO_REICHSSTAAT.306
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.306" }
	title = GRO_REICHSSTAAT.306.t
	desc = GRO_REICHSSTAAT.306.desc
	picture = GFX_report_event_COG_mobutu_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Damn
		name = GRO_REICHSSTAAT.306.a
	}
}

country_event = { # Large black market network uncovered
	id = GRO_REICHSSTAAT.307
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.307" }
	title = GRO_REICHSSTAAT.307.t
	desc = GRO_REICHSSTAAT.307.desc
	picture = GFX_report_event_COG_mobutu_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Some results after all
		name = GRO_REICHSSTAAT.307.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt
	}
}

country_event = { # Mobutu's hideout found somewhere in Southern Saraland
	id = GRO_REICHSSTAAT.308
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.308" }
	title = GRO_REICHSSTAAT.308.t
	desc = GRO_REICHSSTAAT.308.desc
	picture = GFX_report_event_COG_mobutu_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # This again proves the incompetance of Müller
		name = GRO_REICHSSTAAT.308.a
		add_political_power = 50

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^2 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^2
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kongo_tt
	}
}

############################################################################
############################################################################

  ###  #   #  ####  ###  #      ###
 #   # ##  # #     #   # #     #   #
 ##### # # # # ### #   # #     #####
 #   # #  ## #   # #   # #     #   #
 #   # #   #  ###   ###  ##### #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.400
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.400" }
	title = GRO_REICHSSTAAT_GHOST.400.t
	desc = GRO_REICHSSTAAT_GHOST.400.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.400 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.400.a
	}
}

country_event = { # Armed militias storms one of our military base
	id = GRO_REICHSSTAAT.400
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.400" }
	title = GRO_REICHSSTAAT.400.t
	desc = GRO_REICHSSTAAT.400.desc
	picture = GFX_report_event_GRO_african_rebels

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.401
				days = 100
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.403
				days = 250
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send more men to deal with the threat
		name = GRO_REICHSSTAAT.400.a

		add_political_power = -30
		add_manpower = -500

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_angola_tt
	}

	option = { # I trust Kolonialverwalter Muhsfeldt's judgement
		name = GRO_REICHSSTAAT.400.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.401
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.401" }
	title = GRO_REICHSSTAAT_GHOST.401.t
	desc = GRO_REICHSSTAAT_GHOST.401.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.401 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.401.a
	}
}

country_event = { # UNITA leaders are broadcasting a call to resistance
	id = GRO_REICHSSTAAT.401
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.401" }
	title = GRO_REICHSSTAAT.401.t
	desc = GRO_REICHSSTAAT.401.desc
	picture = GFX_report_event_ANG_savimbi_1

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Try to locate the broadcasting location
		name = GRO_REICHSSTAAT.401.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		add_political_power = -20

		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.402
				days = 140
			}
			random_list = {
				70 = {
					country_event = {
						id = GRO_REICHSSTAAT_GHOST.409
						days = 30
					}
				}
				30 = {
					country_event = {
						id = GRO_REICHSSTAAT_GHOST.410
						days = 30
					}
				}
			}
		}
	}

	option = { # Radio signals never hurt anyone
		name = GRO_REICHSSTAAT.401.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt

		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.402
				days = 140
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.402
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.402" }
	title = GRO_REICHSSTAAT_GHOST.402.t
	desc = GRO_REICHSSTAAT_GHOST.402.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.402 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.402.a
	}
}

country_event = { # Garrison troops found dead near Luanda
	id = GRO_REICHSSTAAT.402
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.402" }
	title = GRO_REICHSSTAAT.402.t
	desc = GRO_REICHSSTAAT.402.desc
	picture = GFX_report_event_GRO_african_rebels2

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.404
				days = 60
			}

			set_temp_variable = { temp_rand_value = random }
			multiply_temp_variable = { temp_rand_value = 0.1 }
			subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
			clamp_variable = {
				var = GRO_REICHSSTAAT_rebel_stability^3
				max = 1
				min = 0
			}

			GRO_REICHSSTAAT_compute_demilitarization_and_rebellions = yes
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Something is brewing
		name = GRO_REICHSSTAAT.402.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.403
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.403" }
	title = GRO_REICHSSTAAT_GHOST.403.t
	desc = GRO_REICHSSTAAT_GHOST.403.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.403 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.400.a
	}
}

country_event = { # German settlers arrested for collaborating with local rebels
	id = GRO_REICHSSTAAT.403
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.403" }
	title = GRO_REICHSSTAAT.403.t
	desc = GRO_REICHSSTAAT.403.desc
	picture = GFX_report_event_GER_arrests

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.408
				days = 300
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Good riddance
		name = GRO_REICHSSTAAT.403.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.404
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.404" }
	title = GRO_REICHSSTAAT_GHOST.404.t
	desc = GRO_REICHSSTAAT_GHOST.404.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.404 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.404.a
	}
}

country_event = { # Violent clashes in Angola
	id = GRO_REICHSSTAAT.404
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.404" }
	title = GRO_REICHSSTAAT.404.t
	desc = GRO_REICHSSTAAT.404.desc
	picture = GFX_report_event_GRO_african_rebels2

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.405
				days = 80
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send reinforcements to Muhsfeldt
		name = GRO_REICHSSTAAT.404.a
		add_political_power = -50
		add_manpower = -3500

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_angola_tt
	}

	option = { # Angola's situation is spiraling down
		name = GRO_REICHSSTAAT.404.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.405
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.405" }
	title = GRO_REICHSSTAAT_GHOST.405.t
	desc = GRO_REICHSSTAAT_GHOST.405.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.405 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.405.a
	}
}

country_event = { # Explosion in the Luanda Kolonialamt
	id = GRO_REICHSSTAAT.405
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.405" }
	title = GRO_REICHSSTAAT.405.t
	desc = GRO_REICHSSTAAT.405.desc
	picture = GFX_report_event_generic_exploding_building1

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.406
				days = 20
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.405.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.406
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.406" }
	title = GRO_REICHSSTAAT_GHOST.406.t
	desc = GRO_REICHSSTAAT_GHOST.406.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.406 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.406.a
	}
}

country_event = { # Chaos in Luanda
	id = GRO_REICHSSTAAT.406
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.406" }
	title = GRO_REICHSSTAAT.406.t
	desc = GRO_REICHSSTAAT.406.desc
	picture = GFX_report_event_ANG_luanda

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					check_variable = { GRO_REICHSSTAAT_rebel_stability^3 < 0.3 }
				}
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.407
					days = 20
				}
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send even more men to Luanda
		name = GRO_REICHSSTAAT.406.a
		add_manpower = -3000
	}

	option = { # Come on Muhsfeldt, we're already too preoccupied
		name = GRO_REICHSSTAAT.406.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.407
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.407" }
	title = GRO_REICHSSTAAT_GHOST.407.t
	desc = GRO_REICHSSTAAT_GHOST.407.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.407 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.407.a
	}
}

country_event = { # UNITA leader Jonas Savimbi declares the independence of Angola
	id = GRO_REICHSSTAAT.407
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.407" }
	title = GRO_REICHSSTAAT.407.t
	desc = GRO_REICHSSTAAT.407.desc
	picture = GFX_report_event_ANG_savimbi_3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.407.a
		GRO_REICHSSTAAT_revolt_angola = yes
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.408
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.408" }
	title = GRO_REICHSSTAAT_GHOST.408.t
	desc = GRO_REICHSSTAAT_GHOST.408.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.408 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.408.a
	}
}

country_event = { # Local adminsitrators defies the Kolonialverwalter's orders
	id = GRO_REICHSSTAAT.408
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.408" }
	title = GRO_REICHSSTAAT.408.t
	desc = GRO_REICHSSTAAT.408.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.408.a
		add_political_power = -20
		add_manpower = -500
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.409
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.409" }
	title = GRO_REICHSSTAAT_GHOST.409.t
	desc = GRO_REICHSSTAAT_GHOST.409.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.409 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.409.a
	}
}

country_event = { # UNITA Broadcasting Station Located
	id = GRO_REICHSSTAAT.409
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.409" }
	title = GRO_REICHSSTAAT.409.t
	desc = GRO_REICHSSTAAT.409.desc
	picture = GFX_report_event_GER_radio_espionage

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.409.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_angola_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.410
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.410" }
	title = GRO_REICHSSTAAT_GHOST.410.t
	desc = GRO_REICHSSTAAT_GHOST.410.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_angola = yes }
			country_event = { id = GRO_REICHSSTAAT.410 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.410.a
	}
}

country_event = { # UNITA Broadcasting Station Found Empty
	id = GRO_REICHSSTAAT.410
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.410" }
	title = GRO_REICHSSTAAT.410.t
	desc = GRO_REICHSSTAAT.410.desc
	picture = GFX_report_event_GER_radio_espionage

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.410.a
		add_political_power = -15
	}
}

############################################################################
############################################################################

  ####  ###  #   # ####  #####  ###
 #     #   # ## ## #   #   #   #   #
  ###  ##### # # # ####    #   #####
	 # #   # #   # #   #   #   #   #
 ####  #   # #   # ####  ##### #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.500
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.500" }
	title = GRO_REICHSSTAAT_GHOST.500.t
	desc = GRO_REICHSSTAAT_GHOST.500.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_sambia = yes }
			country_event = { id = GRO_REICHSSTAAT.500 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.500.a
	}
}

country_event = { # Sambischen British worried by Kolonialverwalter Möser's methods
	id = GRO_REICHSSTAAT.500
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.500" }
	title = GRO_REICHSSTAAT.500.t
	desc = GRO_REICHSSTAAT.500.desc
	picture = GFX_report_event_generic_sign_treaty3

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^4 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^4
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ask the Kolonialverwalter to be more leniant on British possesions
		name = GRO_REICHSSTAAT.500.a

		add_political_power = -20

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^4 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^4
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_sambia_tt
	}

	option = { # The British will have what we will give them
		name = GRO_REICHSSTAAT.500.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sambia_tt
	}
}

############################################################################
############################################################################

 ####   ###  #####  #### #   #  ###  #   #  ###
 #   # #   #   #   #     #   # #   # ##  # #   #
 ####  #   #   #    ###  # # # ##### # # # #####
 #   # #   #   #       # ## ## #   # #  ## #   #
 ####   ###    #   ####  #   # #   # #   # #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.600
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.600" }
	title = GRO_REICHSSTAAT_GHOST.600.t
	desc = GRO_REICHSSTAAT_GHOST.600.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_botswana = yes }
			country_event = { id = GRO_REICHSSTAAT.600 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.600.a
	}
}

country_event = { # Afrikaners in Botswana seeks Boer citizenship
	id = GRO_REICHSSTAAT.600
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.600" }
	title = GRO_REICHSSTAAT.600.t
	desc = GRO_REICHSSTAAT.600.desc
	picture = GFX_report_event_BOR_independence

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^5 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^5
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Force the Boers to open their borders
		name = GRO_REICHSSTAAT.600.a

		add_political_power = -50
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^5 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^5
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_botswana_tt

		add_to_variable = { BOR_hapiness_dummy_var = -0.05 }
		custom_effect_tooltip = GRO_REICHSSTAAT_boer_situation_worsened_effect_tt
	}

	option = { # Let the Afrikaners cross the border themselves
		name = GRO_REICHSSTAAT.600.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_botswana_tt
	}
}

############################################################################
############################################################################

  #### ##### #   # ####   ###  ####  #   # #####
 #       #   ## ## #   # #   # #   # #   # #
  ###    #   # # # ####  ##### ####  # # # ###
	 #   #   #   # #   # #   # #   # ## ## #
 ####  ##### #   # ####  #   # ####  #   # #####

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.700
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.700" }
	title = GRO_REICHSSTAAT_GHOST.700.t
	desc = GRO_REICHSSTAAT_GHOST.700.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.700 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.700.a
	}
}

country_event = { # Infightings in Simbabwe
	id = GRO_REICHSSTAAT.700
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.700" }
	title = GRO_REICHSSTAAT.700.t
	desc = GRO_REICHSSTAAT.700.desc
	picture = GFX_report_event_COG_attack_1

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					GRO = { is_ai = yes }
				}
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.701
					days = 30
				}
			}

			else = {
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.701
					days = 55
				}
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Let them fight themselves
		name = GRO_REICHSSTAAT.700.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.701
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.701" }
	title = GRO_REICHSSTAAT_GHOST.701.t
	desc = GRO_REICHSSTAAT_GHOST.701.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.701 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.701.a
	}
}

country_event = { # Gunshots heard 15km north of Salisbury
	id = GRO_REICHSSTAAT.701
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.701" }
	title = GRO_REICHSSTAAT.701.t
	desc = GRO_REICHSSTAAT.701.desc
	picture = GFX_report_event_GRO_salisbury

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					GRO = { is_ai = yes }
				}
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.702
					days = 25
				}
			}

			else = {
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.702
					days = 55
				}
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Send in reinforcements
		name = GRO_REICHSSTAAT.701.a

		add_political_power = -20
		add_manpower = -200

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_simbabwe_tt
	}

	option = { # What are the local authorities doing?
		name = GRO_REICHSSTAAT.701.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.702
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.702" }
	title = GRO_REICHSSTAAT_GHOST.702.t
	desc = GRO_REICHSSTAAT_GHOST.702.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.702 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.702.a
	}
}

country_event = { # Insurgent leader Joshua Nkomo reported dead
	id = GRO_REICHSSTAAT.702
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.702" }
	title = GRO_REICHSSTAAT.702.t
	desc = GRO_REICHSSTAAT.702.desc
	picture = GFX_report_event_GRO_nkomo

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.703
				days = 70
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}

		hidden_effect = {
			BTS = {
				set_cosmetic_tag = BTS_ZIM
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.702.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt

		hidden_effect = {
			ZIM = {
				set_politics = {
					ruling_party = ultranationalism
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.703
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.703" }
	title = GRO_REICHSSTAAT_GHOST.703.t
	desc = GRO_REICHSSTAAT_GHOST.703.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.703 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.703.a
	}
}

country_event = { # Major railway destroyed near Salisbury
	id = GRO_REICHSSTAAT.703
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.703" }
	title = GRO_REICHSSTAAT.703.t
	desc = GRO_REICHSSTAAT.703.desc
	picture = GFX_report_event_COG_mines_1

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.704
				days = 30
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}

	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.703.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.704
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.704" }
	title = GRO_REICHSSTAAT_GHOST.704.t
	desc = GRO_REICHSSTAAT_GHOST.704.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.704 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.704.a
	}
}

country_event = { # Shootout in the Madziwa Mines
	id = GRO_REICHSSTAAT.704
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.704" }
	title = GRO_REICHSSTAAT.704.t
	desc = GRO_REICHSSTAAT.704.desc
	picture = GFX_report_event_COG_mines_3

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.705
				days = 60
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Intervene to calm the situation down
		name = GRO_REICHSSTAAT.704.a

		add_political_power = -20
		add_manpower = -200

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_simbabwe_tt
	}

	option = { # Watch from afar
		name = GRO_REICHSSTAAT.704.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.705
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.705" }
	title = GRO_REICHSSTAAT_GHOST.705.t
	desc = GRO_REICHSSTAAT_GHOST.705.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_simbabwe = yes }
			country_event = { id = GRO_REICHSSTAAT.705 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.705.a
	}
}

country_event = { # Disapearance of a local administratior in Lupane
	id = GRO_REICHSSTAAT.705
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.705" }
	title = GRO_REICHSSTAAT.705.t
	desc = GRO_REICHSSTAAT.705.desc
	picture = GFX_report_event_COG_leopoldville_4

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.706
				days = 60
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # We need to find him
		name = GRO_REICHSSTAAT.705.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt

		add_political_power = -20

		hidden_effect = {
			random_list = {
				10 = {
					country_event = {
						id = GRO_REICHSSTAAT.707
						days = 16
					}
				}
				90 = {
					country_event = {
						id = GRO_REICHSSTAAT.708
						days = 35
					}
				}
			}
		}
	}

	option = { # Not unusual in Simbabwe
		name = GRO_REICHSSTAAT.705.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_simbabwe_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.706
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.706" }
	title = GRO_REICHSSTAAT_GHOST.706.t
	desc = GRO_REICHSSTAAT_GHOST.706.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = {
				check_variable = { GRO_REICHSSTAAT_rebel_stability^6 < 0.3 }
				GRO_is_in_control_of_simbabwe = yes
			}
			country_event = { id = GRO_REICHSSTAAT.706 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.706.a
	}
}

country_event = { # ZANU warlord manages to take control of Simbabwe
	id = GRO_REICHSSTAAT.706
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.706" }
	title = GRO_REICHSSTAAT.706.t
	desc = GRO_REICHSSTAAT.706.desc
	picture = GFX_report_event_GRO_mugabe_2

	immediate = {
		GRO_REICHSSTAAT_demilitarize_simbabwe = yes
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.706.a
		remove_ideas = GRO_Richard_Baer_sec
		add_ideas = GRO_Franz_Hossler_hog

		remove_unit_leader_role = GRO_Richard_Baer
		add_corps_commander_role = {
			character = GRO_Franz_Hossler
			traits = { trickster  }
			skill = 2
			attack_skill = 2
			defense_skill = 2
			planning_skill = 1
			logistics_skill = 2
			legacy_id = 18201
		}
	}
}

country_event = { # Missing Simbabwe administrator recovered
	id = GRO_REICHSSTAAT.707
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.707" }
	title = GRO_REICHSSTAAT.707.t
	desc = GRO_REICHSSTAAT.707.desc
	picture = GFX_report_event_COG_merc_13

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.707.a

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.2 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_simbabwe_tt
	}
}

country_event = { # Searching squad unable to find the missing administrator
	id = GRO_REICHSSTAAT.708
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.708" }
	title = GRO_REICHSSTAAT.708.t
	desc = GRO_REICHSSTAAT.708.desc
	picture = GFX_report_event_COG_merc_13

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.708.a
	}
}

############################################################################
############################################################################

 #   #  ###   ####  ###  #   # ####  ##### #   #
 ## ## #   # #     #   # ## ## #   #   #   #  #
 # # # #   #  ###  ##### # # # ####    #   ###
 #   # #   #     # #   # #   # #   #   #   #  #
 #   #  ###  ####  #   # #   # ####  ##### #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.800
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.800" }
	title = GRO_REICHSSTAAT_GHOST.800.t
	desc = GRO_REICHSSTAAT_GHOST.800.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.800 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.800.a
	}
}

country_event = { # FRELIMO leader Eduardo Mondlane arrested
	id = GRO_REICHSSTAAT.800
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.800" }
	title = GRO_REICHSSTAAT.800.t
	desc = GRO_REICHSSTAAT.800.desc
	picture = GFX_report_event_GRO_mondlane

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.801
				days = 20
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^7 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^7
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.800.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_mosambik_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.801
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.801" }
	title = GRO_REICHSSTAAT_GHOST.801.t
	desc = GRO_REICHSSTAAT_GHOST.801.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.801 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.801.a
	}
}

country_event = { # Mondlane's trial
	id = GRO_REICHSSTAAT.801
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.801" }
	title = GRO_REICHSSTAAT.801.t
	desc = GRO_REICHSSTAAT.801.desc
	picture = GFX_report_event_GRO_mondlane

	immediate = {
		hidden_effect = {
			random_list = {
				50 = {
					country_event = {
						id = GRO_REICHSSTAAT_GHOST.802
						days = 10
					}
				}
				50 = {

				}
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^7 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^7
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # An easy verdict
		name = GRO_REICHSSTAAT.801.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_mosambik_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.802
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.802" }
	title = GRO_REICHSSTAAT_GHOST.802.t
	desc = GRO_REICHSSTAAT_GHOST.802.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.802 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.802.a
	}
}

country_event = { # Mondlane managed to escape!
	id = GRO_REICHSSTAAT.802
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.802" }
	title = GRO_REICHSSTAAT.802.t
	desc = GRO_REICHSSTAAT.802.desc
	picture = GFX_report_event_GRO_mondlane

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^6 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^6
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.802.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_mosambik_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.803
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.803" }
	title = GRO_REICHSSTAAT_GHOST.803.t
	desc = GRO_REICHSSTAAT_GHOST.803.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.803 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.803.a
	}
}

country_event = { # Control of Mozambik lost
	id = GRO_REICHSSTAAT.803
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.803" }
	title = GRO_REICHSSTAAT.803.t
	desc = GRO_REICHSSTAAT.803.desc
	picture = GFX_report_event_GRO_african_rebels2

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.804
				days = 10
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.803.a
		set_capital = { state = 295 }
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.804
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.804" }
	title = GRO_REICHSSTAAT_GHOST.804.t
	desc = GRO_REICHSSTAAT_GHOST.804.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.804 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.804.a
	}
}

country_event = { # The Road to Léopoldville
	id = GRO_REICHSSTAAT.804
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.804" }
	title = GRO_REICHSSTAAT.804.t
	desc = GRO_REICHSSTAAT.804.desc
	picture = GFX_report_event_COG_helicopter

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.805
				days = 10
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.804.a
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.805
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.805" }
	title = GRO_REICHSSTAAT_GHOST.805.t
	desc = GRO_REICHSSTAAT_GHOST.805.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.805 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.805.a
	}
}

country_event = { # In our new headquarters
	id = GRO_REICHSSTAAT.805
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.805" }
	title = GRO_REICHSSTAAT.805.t
	desc = GRO_REICHSSTAAT.805.desc
	picture = GFX_report_event_COG_palace

	immediate = {
		hidden_effect = {
			GRO = {
				if = {
					limit = { has_country_flag = GRO_cabal_active }
					if = {
						limit = { check_variable = { GRO_REICHSSTAAT_cabal_power < 0.3 } }
						country_event = { # Förschner ending
							id = GRO_REICHSSTAAT_GHOST.806
							days = 10
						}
					}
					else_if = {
						limit = { check_variable = { GRO_REICHSSTAAT_cabal_power < 0.7 } }
						set_temp_variable = { GRO_REICHSSTAAT_otto_chance = 1 }
						subtract_from_temp_variable = { GRO_REICHSSTAAT_otto_chance = GRO_REICHSSTAAT_cabal_power }
						random_list = {
							GRO_REICHSSTAAT_cabal_power = {
								country_event = { # Von Hassel ending
									id = GRO_REICHSSTAAT.808
									days = 10
								}
							}
							GRO_REICHSSTAAT_otto_chance = {
								country_event = { # Förschner ending
									id = GRO_REICHSSTAAT_GHOST.806
									days = 10
								}
							}
						}
					}
					else = {
						country_event = { # Von Hassel ending
							id = GRO_REICHSSTAAT.808
							days = 10
						}
					}
					#GER = { clr_country_flag = GER_can_interact_with_cabal }
					GER = { TNO_fopo_remove_reichsstaat_african_cabal_tab = yes }
					clr_country_flag = GRO_cabal_active
				}
				else = {
					country_event = { # Förschner ending
						id = GRO_REICHSSTAAT_GHOST.806
						days = 10
					}
				}
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.805.a
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.806
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.806" }
	title = GRO_REICHSSTAAT_GHOST.806.t
	desc = GRO_REICHSSTAAT_GHOST.806.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.806 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.806.a
	}
}

country_event = { # Verrat
	id = GRO_REICHSSTAAT.806
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.806" }
	title = GRO_REICHSSTAAT.806.t
	desc = GRO_REICHSSTAAT.806.desc
	picture = GFX_report_event_GRO_firing_squad

	immediate = {
		hidden_effect = {
			GRO = {
				load_focus_tree = ZZZ_blank_focus
				country_event = {
					id = GRO_REICHSSTAAT_GHOST.807
					days = 15
				}
				transfer_units_fraction = {
					target = ZZZ
					size = 0
					army_ratio = 1.0
				}
				ZZZ = {
					delete_unit = {
						state = 1297
						disband = no
					}
				}
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.806.a
		retire_character = GRO_Hans_Huttig
		remove_all_ministers = yes

		add_country_leader_role = {
			character = GRO_Otto_Forschner
			promote_leader = yes
			country_leader = {
				desc = "POLITICS_OTTO_FORSCHNER_DESC"
				ideology = fascism_corporatism_subtype
				expire = "1999.1.23"
				id = -1
			}
		}
		hidden_effect = {
			set_politics = {
				ruling_party = fascism
				elections_allowed = no
			}
			set_popularities = {
				communist = 0
				socialist = 0
				progressivism = 0
				liberalism = 0
				liberal_conservatism = 0
				conservatism = 0
				paternalism = 0
				despotism = 0
				ultranationalism = 0
				fascism = 55
				national_socialism = 45
			}
		}

		set_variable = { national_debt = 0 }
		update_economy_tab = yes
		set_temp_variable = { TNO_economy_type_temp = token:Econ_Type_Corporatism }
		econ_type_change = yes

		remove_unit_leader_role = GRO_Karl_Chmielewski
		remove_unit_leader_role = GRO_Richard_Baer

		hidden_effect = {
			set_popularities = {
				fascism = 55
				national_socialism = 45
			}
			if = {
				limit = {
					NOT = { has_country_flag = GRO_REICHSSTAAT_von_blottnitz_dead }
				}
				add_ideas = {
					GRO_Gerd_von_Blottnitz_for
				}
			}
			else = {
				add_ideas = {
					GRO_Hans_Ulrich_Rudel_for
				}
			}
			add_ideas = {
				GRO_Arthur_Liebehenschel_hog
				GRO_Karl_Friedrich_Hocker_sec
				GRO_Wilhelm_Dommes_eco
			}

			add_country_leader_role = {
				character = GRO_Arthur_Liebehenschel
				country_leader = {
					#desc = "POLITICS_ARTHUR_LIEBEHENSCHEL_DESC"
					ideology = national_socialism_subtype
					expire = "1999.1.23"
					id = -1
				}
				promote_leader = yes
			}

			set_party_name = {
				ideology = national_socialism
				long_name = GRO_abwehrfront_party_hardliner_long
				name = GRO_abwehrfront_party_hardliner
			}
			set_party_name = {
				ideology = fascism
				long_name = GRO_abwehrfront_party_long
				name = GRO_abwehrfront_party
			}

			if = {
				limit = {
					SFG = { has_country_flag = sudafrika_has_won_flag }
				}
				country_event = {
					id = TER_SAF_CW.2
					days = 5
				}
			}
			else_if = {
				limit = {
					has_game_rule = {
						rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
						option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_SFG
					}
					SFG = {
						has_idea = Custom_TNO_SFG_war_buff
					}
				}
				SFG = {
					remove_war_buff = yes
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.807
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.807" }
	title = GRO_REICHSSTAAT_GHOST.807.t
	desc = GRO_REICHSSTAAT_GHOST.807.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_mosambik = yes }
			country_event = { id = GRO_REICHSSTAAT.807 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.807.a
	}
}

country_event = {
	id = GRO_REICHSSTAAT.807
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.807" }
	title = GRO_REICHSSTAAT.807.t
	desc = GRO_REICHSSTAAT.807.desc
	picture = GFX_report_event_COG_palace

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.807.a
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT.8071
				days = 1
			}
		}
	}
}

country_event = { # Collapse of the Oberkommando des Reichsstaates
	id = GRO_REICHSSTAAT.8071
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.8071" }
	title = GRO_REICHSSTAAT.8071.t
	desc = GRO_REICHSSTAAT.8071.desc
	picture = GFX_report_event_GRO_african_rebels

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.8071.a
		hidden_effect = {
			if = {
				limit = {
					NOT = { has_country_flag = GRO_REICHSSTAAT_von_blottnitz_dead }
				}
				add_ideas = {
					GRO_Gerd_von_Blottnitz_for
				}
			}
			else = {
				add_ideas = {
					GRO_Hans_Ulrich_Rudel_for
				}
			}

			if = {
				limit = {
					country_exists = SFG
				}
				add_ideas = GRO_REICHSSTAAT_collapsed_oberkommando
			}

			GRO = { Release_CMR = yes }

			if = {
				limit = {
					NOT = { country_exists = GAB }
				}
				GRO_REICHSSTAAT_revolt_kameroon = yes
			}

			if = {
				limit = {
					NOT = { country_exists = CAF }
				}
				GRO_REICHSSTAAT_revolt_ubangi_schari = yes
				set_country_flag = GRO_REICHSSTAAT_ubangi_schari_hasnt_revolted_yet
			}

			if = {
				limit = {
					NOT = { country_exists = CFS }
				}
				GRO_REICHSSTAAT_revolt_kongo = yes
			}

			if = {
				limit = {
					NOT = { country_exists = NAM }
				}
				GRO_REICHSSTAAT_revolt_namibia = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ANG }
				}
				GRO_REICHSSTAAT_revolt_angola = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZAM }
				}
				GRO_REICHSSTAAT_revolt_sambia = yes
			}


			if = {
				limit = {
					NOT = { country_exists = BTS }
				}
				GRO_REICHSSTAAT_revolt_botswana = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZIM }
				}
				GRO_REICHSSTAAT_revolt_simbabwe = yes
				if = {
					limit = {
						ZIM = {
							has_country_leader = {
								character = ZIM_Joshua_Nkomo
								ruling_only = yes
							}
						}
					}
					ZIM = {
						country_event = {
							id = A_SPRING.29
							days = 150
						}
					}
				}
			}

			if = {
				limit = {
					NOT = { country_exists = GAZ }
				}
				GRO_REICHSSTAAT_revolt_mosambik = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZZB }
				}
				GRO_REICHSSTAAT_revolt_sansibar = yes
			}

			if = {
				limit = {
					NOT = { country_exists = BRD }
					NOT = { country_exists = RWA }
				}
				GRO_REICHSSTAAT_revolt_ruanda_burundi = yes
			}

			if = {
				limit = {
					NOT = { country_exists = UGD }
				}
				GRO_REICHSSTAAT_revolt_uganda = yes
			}

			if = {
				limit = {
					NOT = { country_exists = TNZ }
				}
				GRO_REICHSSTAAT_revolt_tanganika = yes
			}

			if = {
				limit = {
					NOT = { country_exists = LUO }
				}
				GRO_REICHSSTAAT_revolt_kenia = yes
			}

			if = {
				limit = {
					has_country_flag = GRO_REICHSSTAAT_ubangi_schari_hasnt_revolted_yet
				}
				transfer_state = 1181
				clr_country_flag = GRO_REICHSSTAAT_ubangi_schari_hasnt_revolted_yet
				country_event = {
					id = GRO_REICHSSTAAT.70
					days = 7
				}
			}

			country_event = {
				id = GRO_REICHSSTAAT.45
				days = 7
			}

			end_puppet = BOR

			remove_ideas = {
				GRO_REICHSSTAAT_administrative_unknowns
				GRO_REICHSSTAAT_the_afrikanischer_system
				GRO_REICHSSTAAT_the_afrikanischer_system_2
				GRO_REICHSSTAAT_the_afrikanischer_system_3
				GRO_REICHSSTAAT_the_afrikanischer_system_4
				GRO_REICHSSTAAT_the_kontinentales_system
				GRO_REICHSSTAAT_the_kontinentales_system_2
				GRO_REICHSSTAAT_the_kontinentales_system_3
				GRO_REICHSSTAAT_the_kontinentales_system_4
				GRO_REICHSSTAAT_atmosphere_of_unrest
				GRO_REICHSSTAAT_the_legacy_of_the_traitors
				GRO_REICHSSTAAT_german_management
				GRO_REICHSSTAAT_african_exploitation
				GRO_REICHSSTAAT_eat_program_0
				GRO_REICHSSTAAT_eat_program_left_1
				GRO_REICHSSTAAT_eat_program_left_2
				GRO_REICHSSTAAT_eat_program_left_3
				GRO_REICHSSTAAT_eat_program_right_1
				GRO_REICHSSTAAT_eat_program_right_2
				GRO_REICHSSTAAT_eat_program_right_3
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_0
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_1
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_2
				GRO_REICHSSTAAT_the_boer_betrayal_0
				GRO_REICHSSTAAT_the_boer_betrayal_1
				GRO_REICHSSTAAT_the_boer_betrayal_2_industry
				GRO_REICHSSTAAT_the_boer_betrayal_2_armament
			}

			remove_dynamic_modifier = {
				modifier = GRO_REICHSSTAAT_devastation_stage_1
			}

			remove_dynamic_modifier = {
				modifier = GRO_REICHSSTAAT_devastation_stage_2
			}

			remove_dynamic_modifier = {
				modifier = GRO_REICHSSTAAT_devastation_stage_3
			}

			add_ideas = {
				GRO_REICHSSTAAT_collapsed_oberkommando
				GRO_REICHSSTAAT_the_abwehrfront_under_threats
				GRO_REICHSSTAAT_exhausted_remnants
			}

			if = {
				limit = {
					GRO = { controls_state = 942 }
					country_exists = BOR
				}
				BOR = {
					transfer_state = 942
					add_state_core = 942
				}
			}

			drop_cosmetic_tag = yes

			if = { #Zanzibar Revolution (only occurs if John Okello isn't already in the Freedom Military Force tag)
				limit = { FMF = { exists = no } }
				country_event = { # Zanzibar Revolution
					id = A_SPRING.3
					days = 75
				}
			}

			if = { #Congo crisis only fires if stage 3 devestation hasn't hit (Congo too fucked to have a civil war if it has)
				limit = { NOT = { GRO_has_stage_3_devastation = yes } }
				country_event = { # Congo Crisis
					id = A_SPRING.4
					days = 90
				}
			}

			ZZZ = {
				country_event = { # Angolan Civil War
					id = A_SPRING.5
					days = 200
				}
			}

			if = {
				limit = { #they dont share a border in this scenario
					ZIM = {
						has_country_leader = {
							character = ZIM_Robert_Mugabe
							ruling_only = yes
						}
					}
					NOT = {
						GRO = { GRO_has_stage_3_devastation = yes }
					}
				}
				ZZZ = {
					country_event = { # Botswana-Zimbabwe War
						id = A_SPRING.6
						days = 450
					}
				}
			}
			if = {
				limit = { #they dont share a border in this scenario
					TNZ = {
						has_country_leader = {
							character = TNZ_Julius_Nyerere
							ruling_only = yes
						}
					}
					NOT = { # Ensures Tanganyika is intact
						country_exists = FMF
					}
				}
				random_list = {
					40 = {
						ZZZ = {
							country_event = { # Tanganyika Reclamation the coast
								id = A_SPRING.30
								days = 175
							}
						}
					}
				}
				60 = {

				}
			}
			random_list = {
				45 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = OVA_PATH option = OVA_PATH_NO_WAR }
					}
					ZZZ = {
						country_event = { # Pan-African Revolution in Namibia
							id = A_SPRING.7
							days = 275
						}
					}
				}
				55 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = OVA_PATH option = OVA_PATH_WAR }
					}
				}
			}

			#random_list = { #cut to avoid fucking up mozambique
			#	45 = {
			#		country_event = { # Rombesian Conflicts
			#			id = A_SPRING.8
			#			days = 800
			#		}
			#	}
			#	55 = { }
			#}

			random_list = {
				50 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BRA_ORU_PATH option = BRA_ORU_PATH_NO_REVOLUTION }
					}
					ZZZ = {
						country_event = { # Loango Revolution
							id = A_SPRING.9
							days = 210
						}
					}
				}
				50 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BRA_ORU_PATH option = BRA_ORU_PATH_REVOLUTION }
					}
				}
			}

			#random_list = {
			#	50 = {
			#		country_event = { # Saraland Counter-Revolution
			#			id = A_SPRING.10
			#			days = 1100
			#		}
			#	}
			#	50 = { }
			#}

			random_list = {
				30 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = KTG_PATH option = KTG_PATH_NO_WAR }
					}
					ZZZ = {
						country_event = { # Katanga Wars
							id = A_SPRING.12
							days = 1400
						}
					}
				}
				70 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = KTG_PATH option = KTG_PATH_WAR }
					}
				}
			}

			#country_event = { # Azandeland Proclamation, cut to avoid double Congo Crisis
				##id = A_SPRING.13
				#days = 490
			#}

			random_list = {
				5 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BEMBA_SECESSION_OUTCOME option = BEMBA_SECESSION_OUTCOME_NO }
					}
					ZZZ = {
						country_event = { # Bemba Secession
							id = A_SPRING.15
							days = 1000
						}
					}
				}
				95 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BEMBA_SECESSION_OUTCOME option = BEMBA_SECESSION_OUTCOME_YES }
					}
				}
			}

			random_list = {
				10 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BAROTSELAND_ACCORDS_OUTCOME option = BAROTSELAND_ACCORDS_OUTCOME_NO }
					}
					ZZZ = {
						country_event = { # Barotseland Accords
							id = A_SPRING.16
							days = 1150
						}
					}
				}
				90 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BAROTSELAND_ACCORDS_OUTCOME option = BAROTSELAND_ACCORDS_OUTCOME_YES }
					}
				}
			}

			every_country = {
				limit = { is_ai = no }
				news_event = {
					id = WORLD.18050
					days = 3
				}
			}
		}

		every_state = {
			limit = {
				is_core_of = GRO
				NOT = { is_owned_by = GRO }
			}
			remove_core_of = GRO
		}

		GER = {
			country_event = {
				id = GRO_REICHSSTAAT_REICH.6
				days = 1
				random_hours = 1
			}
		}
	}
}

country_event = { # Von Hassel's cabal topples Hüttig
	id = GRO_REICHSSTAAT.808
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.808" }
	title = GRO_REICHSSTAAT.808.t
	desc = GRO_REICHSSTAAT.808.desc
	picture = GFX_report_event_GRO_von_hassel

	immediate = {
		hidden_effect = {
			load_focus_tree = ZZZ_blank_focus
			country_event = {
				id = GRO_REICHSSTAAT.809
				days = 8
			}
			transfer_units_fraction = {
				target = ZZZ
				size = 0
				army_ratio = 1.0
			}
			ZZZ = {
				delete_unit = {
					state = 1297
					disband = no
				}
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.808.a
		set_politics = {
			ruling_party = fascism
			elections_allowed = no
		}
		set_party_name = {
			ideology = national_socialism
			long_name = GRO_reichsstaat_cabal_long
			name = GRO_reichsstaat_cabal
		}
		set_party_name = {
			ideology = fascism
			long_name = GRO_reichsstaat_cabal_long
			name = GRO_reichsstaat_cabal
		}
		set_party_name = {
			ideology = paternalism
			long_name = GRO_reichsstaat_cabal_long
			name = GRO_reichsstaat_cabal
		}
		set_party_name = {
			ideology = despotism
			long_name = GRO_reichsstaat_cabal_long
			name = GRO_reichsstaat_cabal
		}
		set_temp_variable = { TNO_economy_type_temp = token:Econ_Type_Corporatism }
		econ_type_change = yes
		if = {
			limit = { has_global_flag = german_civil_war_speervic }
			join_zollverein = yes
		}
		econ_join_sphere_GER = yes
		remove_unit_leader_role = GRO_Otto_Forschner
		remove_unit_leader_role = GRO_Karl_Chmielewski
		remove_unit_leader_role = GRO_Richard_Baer
		hidden_effect = {
			set_popularities = {
				communist = 0
				socialist = 0
				progressivism = 0
				liberalism = 0
				liberal_conservatism = 0
				conservatism = 0
				paternalism = 7
				despotism = 3
				ultranationalism = 0
				fascism = 55
				national_socialism = 35
			}
			retire_character = GRO_Hans_Huttig
			set_variable = { national_debt = 0 }
			update_economy_tab = yes
			remove_all_ministers = yes

			add_ideas = {
				GRO_Kai_Uwe_von_Hassel_hog
				GRO_Leon_Petillon_sec
				GRO_Hendrik_Cornelis_for
				GRO_Friedrich_von_Mellenthin_eco
			}

			add_country_leader_role = {
				character = GRO_Leon_Petillon
				country_leader = {
					#desc = "POLITICS_LEON_PETILLION_DESC"
					ideology = despotism_subtype
					expire = "1999.1.23"
					id = -1
				}
				promote_leader = yes
			}

			#create_country_leader = { #I'm just going to leave this here for now
			#	name = "Hendrik Cornelis"
			#	desc = "POLITICS_HENDRIK_CORNELIS_DESC"
			#	picture = "Portrait_Congo_Hendrik_Cornelis.dds"
			#	expire = "1999.1.23"
			#	ideology = national_socialism_subtype
			#	traits = { }
			#}

			add_country_leader_role = {
				character = GRO_Arthur_Liebehenschel
				country_leader = {
					#desc = "POLITICS_ARTHUR_LIEBEHENSCHEL_DESC"
					ideology = national_socialism_subtype
					expire = "1999.1.23"
					id = -1
				}
				promote_leader = yes
			}

			if = {
				limit = {
					SFG = { has_country_flag = sudafrika_has_won_flag }
				}
				country_event = {
					id = TER_SAF_CW.2
					days = 5
				}
			}
			else_if = {
				limit = {
					has_game_rule = {
						rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
						option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_SFG
					}
					SFG = {
						has_idea = Custom_TNO_SFG_war_buff
					}
				}
				SFG = {
					remove_war_buff = yes
				}
			}
		}
	}
}

country_event = { # Collapse of the Oberkommando des Reichsstaates
	id = GRO_REICHSSTAAT.809
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.809" }
	title = GRO_REICHSSTAAT.809.t
	desc = GRO_REICHSSTAAT.809.desc
	picture = GFX_report_event_GRO_african_rebels

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.809.a
		hidden_effect = {
			set_country_flag = GRO_cabal_victorious

			country_event = {
				id = GRO_REICHSSTAAT.46
				days = 7
			}

			set_cosmetic_tag = GRO_LEOPOLDVILLE

			GRO = { Release_CMR = yes }

			if = {
				limit = {
					country_exists = SFG
				}
				add_ideas = GRO_REICHSSTAAT_collapsed_oberkommando
			}

			if = {
				limit = {
					NOT = { country_exists = GAB }
				}
				GRO_REICHSSTAAT_revolt_kameroon = yes
			}

			if = {
				limit = {
					NOT = { country_exists = CAF }
				}
				GRO_REICHSSTAAT_revolt_ubangi_schari = yes
			}

			if = {
				limit = {
					NOT = { country_exists = CFS }
				}
				GRO_REICHSSTAAT_revolt_kongo = yes
			}

			if = {
				limit = {
					NOT = { country_exists = NAM }
				}
				GRO_REICHSSTAAT_revolt_namibia = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ANG }
				}
				GRO_REICHSSTAAT_revolt_angola = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZAM }
				}
				GRO_REICHSSTAAT_revolt_sambia = yes
			}

			if = {
				limit = {
					NOT = { country_exists = BTS }
				}
				GRO_REICHSSTAAT_revolt_botswana = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZIM }
				}
				GRO_REICHSSTAAT_revolt_simbabwe = yes
				if = {
					limit = {
						ZIM = {
							has_country_leader = {
								character = ZIM_Joshua_Nkomo
								ruling_only = yes
							}
						}
					}
					ZIM = {
						country_event = {
							id = A_SPRING.29
							days = 150
						}
					}
				}
			}

			if = {
				limit = {
					NOT = { country_exists = GAZ }
				}
				GRO_REICHSSTAAT_revolt_mosambik = yes
			}

			if = {
				limit = {
					NOT = { country_exists = ZZB }
				}
				GRO_REICHSSTAAT_revolt_sansibar = yes
			}

			if = {
				limit = {
					NOT = { country_exists = BRD }
					NOT = { country_exists = RWA }
				}
				GRO_REICHSSTAAT_revolt_ruanda_burundi = yes
			}

			if = {
				limit = {
					NOT = { country_exists = UGD }
				}
				GRO_REICHSSTAAT_revolt_uganda = yes
			}

			if = {
				limit = {
					NOT = { country_exists = TNZ }
				}
				GRO_REICHSSTAAT_revolt_tanganika = yes
			}

			if = {
				limit = {
					NOT = { country_exists = LUO }
				}
				GRO_REICHSSTAAT_revolt_kenia = yes
			}

			end_puppet = BOR

			remove_ideas = {
				GRO_REICHSSTAAT_administrative_unknowns
				GRO_REICHSSTAAT_the_afrikanischer_system
				GRO_REICHSSTAAT_the_afrikanischer_system_2
				GRO_REICHSSTAAT_the_afrikanischer_system_3
				GRO_REICHSSTAAT_the_afrikanischer_system_4
				GRO_REICHSSTAAT_the_kontinentales_system
				GRO_REICHSSTAAT_the_kontinentales_system_2
				GRO_REICHSSTAAT_the_kontinentales_system_3
				GRO_REICHSSTAAT_the_kontinentales_system_4
				GRO_REICHSSTAAT_atmosphere_of_unrest
				GRO_REICHSSTAAT_the_legacy_of_the_traitors
				GRO_REICHSSTAAT_german_management
				GRO_REICHSSTAAT_african_exploitation
				GRO_REICHSSTAAT_eat_program_0
				GRO_REICHSSTAAT_eat_program_left_1
				GRO_REICHSSTAAT_eat_program_left_2
				GRO_REICHSSTAAT_eat_program_left_3
				GRO_REICHSSTAAT_eat_program_right_1
				GRO_REICHSSTAAT_eat_program_right_2
				GRO_REICHSSTAAT_eat_program_right_3
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_0
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_1
				GRO_REICHSSTAAT_boer_vasallenstaat_profits_2
				GRO_REICHSSTAAT_the_boer_betrayal_0
				GRO_REICHSSTAAT_the_boer_betrayal_1
				GRO_REICHSSTAAT_the_boer_betrayal_2_industry
				GRO_REICHSSTAAT_the_boer_betrayal_2_armament
			}

			if = {
				limit = {
					has_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_1 }
				}
				remove_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_1 }
			}
			if = {
				limit = {
					has_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_2 }
				}
				remove_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_2 }
			}
			if = {
				limit = {
					has_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_3 }
				}
				remove_dynamic_modifier = { modifier = GRO_REICHSSTAAT_devastation_stage_3 }
			}

			add_ideas = {
				GRO_REICHSSTAAT_collapsed_oberkommando
				GRO_REICHSSTAAT_local_cooperation
				GRO_REICHSSTAAT_the_new_german_administration
			}

			if = {
				limit = {
					GRO = { controls_state = 942 }
					country_exists = BOR
				}
				BOR = {
					transfer_state = 942
					add_state_core = 942
				}
			}

			if = { #Zanzibar Revolution (only occurs if John Okello isn't already in the Freedom Military Force tag)
				limit = { FMF = { exists = no } }
				country_event = { # Zanzibar Revolution
					id = A_SPRING.3
					days = 75
				}
			}

			if = { #Congo crisis only fires if stage 3 devestation hasn't hit (Congo too fucked to have a civil war if it has)
				limit = { NOT = { GRO_has_stage_3_devastation = yes } }
				country_event = { # Congo Crisis
					id = A_SPRING.4
					days = 90
				}
			}

			ZZZ = {
				country_event = { # Angolan Civil War
					id = A_SPRING.5
					days = 200
				}
			}

			if = {
				limit = { #they dont share a border in this scenario
					ZIM = {
						has_country_leader = {
							character = ZIM_Robert_Mugabe
							ruling_only = yes
						}
					}
					NOT = {
						GRO = { GRO_has_stage_3_devastation = yes }
					}
				}
				ZZZ = {
					country_event = { # Botswana-Zimbabwe War
						id = A_SPRING.6
						days = 450
					}
				}
			}

			random_list = {
				40 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = OVA_PATH option = OVA_PATH_NO_WAR }
					}
					ZZZ = {
						country_event = { # Pan-African Revolution in Namibia
							id = A_SPRING.7
							days = 275
						}
					}
				}
				60 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = OVA_PATH option = OVA_PATH_WAR }
					}
				}
			}

			#random_list = { #cut to avoid fucking up mozambique
			#	45 = {
			#		country_event = { # Rombesian Conflicts
			#			id = A_SPRING.8
			#			days = 800
			#		}
			#	}
			#	55 = { }
			#}

			random_list = {
				50 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BRA_ORU_PATH option = BRA_ORU_PATH_NO_REVOLUTION }
					}
					ZZZ = {
						country_event = { # Loango Revolution
							id = A_SPRING.9
							days = 210
						}
					}
				}
				50 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BRA_ORU_PATH option = BRA_ORU_PATH_REVOLUTION }
					}
				}
			}

			#random_list = {
			#	50 = {
			#		modifier = {
			#			factor = 0
			#			has_game_rule = { rule = SAR_COUNTER_REVOLUTION_OUTCOME option = SAR_COUNTER_REVOLUTION_OUTCOME_NO }
			#		}
			#		ZZZ = {
			#			country_event = { # Saraland Counter-Revolution
			#				id = A_SPRING.10
			#				days = 1100
			#			}
			#		}
			#	}
			#	50 = {
			#		modifier = {
			#			factor = 0
			#			has_game_rule = { rule = SAR_COUNTER_REVOLUTION_OUTCOME option = SAR_COUNTER_REVOLUTION_OUTCOME_YES }
			#		}
			#	}
			#}

			random_list = {
				30 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = KTG_PATH option = KTG_PATH_NO_WAR }
					}
					ZZZ = {
						country_event = { # Katanga Wars
							id = A_SPRING.12
							days = 1400
						}
					}
				}
				70 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = KTG_PATH option = KTG_PATH_WAR }
					}
				}
			}

			#country_event = { # Azandeland Proclamation, cut to avoid double Congo Crisis
				##id = A_SPRING.13
				#days = 490
			#}

			random_list = {
				5 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BEMBA_SECESSION_OUTCOME option = BEMBA_SECESSION_OUTCOME_NO }
					}
					ZZZ = {
						country_event = { # Bemba Secession
							id = A_SPRING.15
							days = 1000
						}
					}
				}
				95 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BEMBA_SECESSION_OUTCOME option = BEMBA_SECESSION_OUTCOME_YES }
					}
				}
			}
			if = {
				limit = { #they dont share a border in this scenario
					TNZ = {
						has_country_leader = {
							character = TNZ_Julius_Nyerere
							ruling_only = yes
						}
					}
					NOT = { # Ensures Tanganyika is intact
						country_exists = FMF
					}
				}
				random_list = {
					40 = {
						ZZZ = {
							country_event = { # Tanganyika Reclamation the coast
								id = A_SPRING.30
								days = 175
							}
						}
					}
				}
				60 = {

				}
			}

			random_list = {
				10 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BAROTSELAND_ACCORDS_OUTCOME option = BAROTSELAND_ACCORDS_OUTCOME_NO }
					}
					ZZZ = {
						country_event = { # Barotseland Accords
							id = A_SPRING.16
							days = 1150
						}
					}
				}
				90 = {
					modifier = {
						factor = 0
						has_game_rule = { rule = BAROTSELAND_ACCORDS_OUTCOME option = BAROTSELAND_ACCORDS_OUTCOME_YES }
					}
				}
			}

			every_country = {
				limit = { is_ai = no }
				news_event = {
					id = WORLD.18051
					days = 3
				}
			}
		}

		every_state = {
			limit = {
				is_core_of = GRO
				NOT = { is_owned_by = GRO }
			}
			remove_core_of = GRO
		}

		GER = {
			country_event = {
				id = GRO_REICHSSTAAT_REICH.7
				days = 1
				random_hours = 1
			}
		}
	}
}

country_event = { # Goodbye Südafrika
	id = GRO_REICHSSTAAT.810
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.810" }
	title = GRO_REICHSSTAAT.810.t
	desc = GRO_REICHSSTAAT.810.desc
	picture = GFX_report_event_GRO_african_rebels2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.810.a
		TNO_Country_Closing_Screen_Show = yes
		hidden_effect = {
			UFK = {
				transfer_state = 942
				add_state_core = 942
			}

			KBA = {
				transfer_state = 933
				add_state_core = 933

				transfer_state = 1312
				add_state_core = 1312
			}

			ANC = {
				transfer_state = 275
				add_state_core = 275

				transfer_state = 719
				add_state_core = 719

				transfer_state = 934
				add_state_core = 934

				transfer_state = 935
				add_state_core = 935

				transfer_state = 936
				add_state_core = 936

				transfer_state = 939
				add_state_core = 939

				set_cosmetic_tag = ANC_DURBAN

				set_politics = {
					ruling_party = socialist
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}

				set_popularities = {
					communist = 5
					socialist = 95
					progressivism = 0
					liberalism = 0
					liberal_conservatism = 0
					conservatism = 0
					paternalism = 0
					despotism = 0
					ultranationalism = 0
					fascism = 0
					national_socialism = 0
				}

				add_country_leader_role = {
					character = ANC_Chris_Hani
					country_leader = {
						desc = "POLITICS_CHRIS_HANI_DESC"
						expire = "1999.1.23"
						ideology = socialist_panafricanism_subtype
						id = -1
					}
					promote_leader = yes
				}
				country_event = {
					id = A_SPRING.29
					days = 40

				}
			}

			SAF = {
				transfer_state = 938
				add_state_core = 938

				transfer_state = 940
				add_state_core = 940

				set_cosmetic_tag = SAF_DEBEERS

				econ_leave_sphere = yes
				set_variable = { national_debt = 0 }

				set_politics = {
					ruling_party = despotism
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}

				set_popularities = {
					communist = 0
					socialist = 0
					progressivism = 0
					liberalism = 0
					liberal_conservatism = 0
					conservatism = 0
					paternalism = 10
					despotism = 90
					ultranationalism = 0
					fascism = 0
					national_socialism = 0
				}

				add_country_leader_role = {
					character = SAF_Taffy_Williams
					country_leader = {
						desc = "POLITICS_TAFFY_WILLIAMS_DESC"
						expire = "1999.1.23"
						ideology = despotism_corporatocracy_subtype
						id = -1
					}
					promote_leader = yes
				}
			}

			SFG = {
				transfer_state = 681
				add_state_core = 681

				set_cosmetic_tag = SFG_SIMONSTOWN

				set_politics = {
					ruling_party = despotism
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}

				set_popularities = {
					communist = 0
					socialist = 0
					progressivism = 0
					liberalism = 0
					liberal_conservatism = 0
					conservatism = 0
					paternalism = 10
					despotism = 65
					ultranationalism = 0
					fascism = 10
					national_socialism = 15
				}

				add_country_leader_role = {
					character = SFG_Wilhelm_Dommes
					country_leader = {
						desc = "POLITICS_WILHELM_DOMMES_DESC"
						expire = "1999.1.23"
						ideology = despotism_military_junta_subtype
						id = -1
					}
					promote_leader = yes
				}
			}

			AWB = {
				transfer_state = 937
				add_state_core = 937
			}

			GRO = { end_puppet = SFG }
			SFG = { leave_faction = yes }
		}
	}
}

############################################################################
############################################################################

  ####  ###  #   #  #### ##### ####   ###  ####
 #     #   # ##  # #       #   #   # #   # #   #
  ###  ##### # # #  ###    #   ####  ##### ####
	 # #   # #  ##     #   #   #   # #   # #   #
 ####  #   # #   # ####  ##### ####  #   # #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.900
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.900" }
	title = GRO_REICHSSTAAT_GHOST.900.t
	desc = GRO_REICHSSTAAT_GHOST.900.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_sansibar = yes }
			country_event = { id = GRO_REICHSSTAAT.900 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.900.a
	}
}

country_event = { # Local Militias takes control of major Sansibar pier
	id = GRO_REICHSSTAAT.900
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.900" }
	title = GRO_REICHSSTAAT.900.t
	desc = GRO_REICHSSTAAT.900.desc
	picture = GFX_report_event_GRO_zanzibar

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.901
				days = 395
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^8 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^8
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Take back that port
		name = GRO_REICHSSTAAT.900.a

		add_political_power = -20
		add_manpower = -100

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^8 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^8
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_sansibar_tt
	}

	option = { # The islands were a lost cause anyway
		name = GRO_REICHSSTAAT.900.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sansibar_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.901
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.901" }
	title = GRO_REICHSSTAAT_GHOST.901.t
	desc = GRO_REICHSSTAAT_GHOST.901.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_sansibar = yes }
			country_event = { id = GRO_REICHSSTAAT.901 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.901.a
	}
}

country_event = { # Local warlord attacks Dar es Salaam (Okello)
	id = GRO_REICHSSTAAT.901
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.901" }
	title = GRO_REICHSSTAAT.901.t
	desc = GRO_REICHSSTAAT.901.desc
	picture = GFX_report_event_GRO_okello

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^8 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^8
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Fight back
		name = GRO_REICHSSTAAT.901.a

		add_political_power = -20
		add_manpower = -100

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^8 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^8
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_sansibar_tt
	}

	option = { # What can this laughable general do to us?
		name = GRO_REICHSSTAAT.901.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_sansibar_tt
	}
}

############################################################################
############################################################################

 ####  #   #  ###  #   # ####   ###        ####  #   # ####  #   # #   # ####  #####
 #   # #   # #   # ##  # #   # #   #       #   # #   # #   # #   # ##  # #   #   #
 ####  #   # ##### # # # #   # ##### ##### ####  #   # ####  #   # # # # #   #   #
 #   # #   # #   # #  ## #   # #   #       #   # #   # #   # #   # #  ## #   #   #
 #   #  ###  #   # #   # ####  #   #       ####   ###  #   #  ###  #   # ####  #####

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1000
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1000" }
	title = GRO_REICHSSTAAT_GHOST.1000.t
	desc = GRO_REICHSSTAAT_GHOST.1000.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1000 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1000.a
	}
}

country_event = { # Kigeli V refused the invitation of the Kolonialverwalter
	id = GRO_REICHSSTAAT.1000
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1000" }
	title = GRO_REICHSSTAAT.1000.t
	desc = GRO_REICHSSTAAT.1000.desc
	picture = GFX_report_event_GRO_kigeli_v

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1001
				days = 245
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1004
				days = 100
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1003
				days = 45
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Shocking
		name = GRO_REICHSSTAAT.1000.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1001
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1001" }
	title = GRO_REICHSSTAAT_GHOST.1001.t
	desc = GRO_REICHSSTAAT_GHOST.1001.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1001 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1001.a
	}
}

country_event = { # Coordinated attacks from Ugandisch and Ruandisch militias
	id = GRO_REICHSSTAAT.1001
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1001" }
	title = GRO_REICHSSTAAT.1001.t
	desc = GRO_REICHSSTAAT.1001.desc
	picture = GFX_report_event_GRO_african_rebels2

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1002
				days = 80
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Help the local garrisons
		name = GRO_REICHSSTAAT.1001.a

		add_political_power = -20
		add_manpower = -200

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^3 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^3
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_ruanda_burundi_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_angola_tt
	}

	option = { # We cannot do anything
		name = GRO_REICHSSTAAT.1001.b

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1002
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1002" }
	title = GRO_REICHSSTAAT_GHOST.1002.t
	desc = GRO_REICHSSTAAT_GHOST.1002.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1002 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1002.a
	}
}

country_event = { # Communication lost between Quelimane and Kigali
	id = GRO_REICHSSTAAT.1002
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1002" }
	title = GRO_REICHSSTAAT.1002.t
	desc = GRO_REICHSSTAAT.1002.desc
	picture = GFX_report_event_GER_radio_espionage

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1002.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1003
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1003" }
	title = GRO_REICHSSTAAT_GHOST.1003.t
	desc = GRO_REICHSSTAAT_GHOST.1003.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1003 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1003.a
	}
}

country_event = { # Death of Mutara III
	id = GRO_REICHSSTAAT.1003
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1003" }
	title = GRO_REICHSSTAAT.1003.t
	desc = GRO_REICHSSTAAT.1003.desc
	picture = GFX_report_event_GRO_mutara_iii

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.03 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1003.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1004
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1004" }
	title = GRO_REICHSSTAAT_GHOST.1004.t
	desc = GRO_REICHSSTAAT_GHOST.1004.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1004 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1004.a
	}
}

country_event = { # Crisis in Urundi
	id = GRO_REICHSSTAAT.1004
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1004" }
	title = GRO_REICHSSTAAT.1004.t
	desc = GRO_REICHSSTAAT.1004.desc
	picture = GFX_report_event_GRO_african_rebels

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1005
				days = 30
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Urundisch problem in Urundisch hands
		name = GRO_REICHSSTAAT.1004.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1005
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1005" }
	title = GRO_REICHSSTAAT_GHOST.1005.t
	desc = GRO_REICHSSTAAT_GHOST.1005.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1005 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1005.a
	}
}

country_event = { # Local warlord Michel Micombero takes control of major Burundian positions
	id = GRO_REICHSSTAAT.1005
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1005" }
	title = GRO_REICHSSTAAT.1005.t
	desc = GRO_REICHSSTAAT.1005.desc
	picture = GFX_report_event_GRO_micombero

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1006
				days = 55
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1005.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_ruanda_burundi_tt

		hidden_effect = {
			BRD = {
				kill_country_leader = yes
				promote_character = BRD_Michel_Micombero
				set_party_name = {
					ideology = despotism
					long_name = BRD_paternalism_party_long
					name = BRD_paternalism_party
				}
			}
		}
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1006
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1006" }
	title = GRO_REICHSSTAAT_GHOST.1006.t
	desc = GRO_REICHSSTAAT_GHOST.1006.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1006 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1006.a
	}
}

country_event = { # Micombero's militias enters Gitega
	id = GRO_REICHSSTAAT.1006
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1006" }
	title = GRO_REICHSSTAAT.1006.t
	desc = GRO_REICHSSTAAT.1006.desc
	picture = GFX_report_event_GRO_micombero

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1007
				days = 30
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Kolonialverwalter Franz will handle that promptly
		name = GRO_REICHSSTAAT.1006.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1007
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1007" }
	title = GRO_REICHSSTAAT_GHOST.1007.t
	desc = GRO_REICHSSTAAT_GHOST.1007.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_ruanda_burundi = yes }
			country_event = { id = GRO_REICHSSTAAT.1007 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1007.a
	}
}

country_event = { # Kolonialverwalter Kurt Franz brutally executed by Ugandisch militias
	id = GRO_REICHSSTAAT.1007
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1007" }
	title = GRO_REICHSSTAAT.1007.t
	desc = GRO_REICHSSTAAT.1007.desc
	picture = GFX_report_event_GRO_franz

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.25 }
		add_to_temp_variable = { temp_rand_value = 0.15 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^9 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^9
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1007.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_ruanda_burundi_tt
		set_country_flag = GRO_REICHSSTAAT_franz_is_dead_flag
	}
}

############################################################################
############################################################################

 #   #  ####  ###  #   # ####   ###
 #   # #     #   # ##  # #   # #   #
 #   # # ### ##### # # # #   # #####
 #   # #   # #   # #  ## #   # #   #
  ###   ###  #   # #   # ####  #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1100
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1100" }
	title = GRO_REICHSSTAAT_GHOST.1100.t
	desc = GRO_REICHSSTAAT_GHOST.1100.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1100 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1100.a
	}
}

country_event = { # Kolonialverwalter Georg Bachmayer found dead in his home
	id = GRO_REICHSSTAAT.1100
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1100" }
	title = GRO_REICHSSTAAT.1100.t
	desc = GRO_REICHSSTAAT.1100.desc
	picture = GFX_report_event_GRO_bachmayer

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1101
				days = 290
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.25 }
		add_to_temp_variable = { temp_rand_value = 0.15 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # This is an urgent matter, send in more troops!
		name = GRO_REICHSSTAAT.1100.a

		add_political_power = -50
		add_manpower = -1500

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		add_to_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_uganda_tt
	}

	option = { # They don't waste time
		name = GRO_REICHSSTAAT.1100.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1101
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1101" }
	title = GRO_REICHSSTAAT_GHOST.1101.t
	desc = GRO_REICHSSTAAT_GHOST.1101.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1101 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1101.a
	}
}

country_event = { # Mutesa II disposed by local warlord
	id = GRO_REICHSSTAAT.1101
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1101" }
	title = GRO_REICHSSTAAT.1101.t
	desc = GRO_REICHSSTAAT.1101.desc
	picture = GFX_report_event_GRO_mutesa_ii

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1102
				days = 80
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}

		hidden_effect = {
			UGD = {
				set_politics = {
					ruling_party = fascism
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}
			}
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1101.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1102
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1102" }
	title = GRO_REICHSSTAAT_GHOST.1102.t
	desc = GRO_REICHSSTAAT_GHOST.1102.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1102 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1102.a
	}
}

country_event = { # Ugandisch insurgency in Kampala
	id = GRO_REICHSSTAAT.1102
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1102" }
	title = GRO_REICHSSTAAT.1102.t
	desc = GRO_REICHSSTAAT.1102.desc
	picture = GFX_report_event_GRO_kampala

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1103
				days = 25
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Put all of Uganda under direct military rule
		name = GRO_REICHSSTAAT.1102.a

		add_political_power = -50
		add_manpower = -2000

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_temp_variable = { temp_rand_value = 0.05 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_uganda_tt
	}

	option = { # We can't afford to do anything
		name = GRO_REICHSSTAAT.1102.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1103
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1103" }
	title = GRO_REICHSSTAAT_GHOST.1103.t
	desc = GRO_REICHSSTAAT_GHOST.1103.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1103 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1103.a
	}
}

country_event = { # Battle for Lake Victoria
	id = GRO_REICHSSTAAT.1103
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1103" }
	title = GRO_REICHSSTAAT.1103.t
	desc = GRO_REICHSSTAAT.1103.desc
	picture = GFX_report_event_GRO_lake_victoria

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1104
				days = 70
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1103.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
		add_manpower = -500
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1104
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1104" }
	title = GRO_REICHSSTAAT_GHOST.1104.t
	desc = GRO_REICHSSTAAT_GHOST.1104.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1104 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1104.a
	}
}

country_event = { # Ugandisch militias blockades major roads to Kampala
	id = GRO_REICHSSTAAT.1104
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1104" }
	title = GRO_REICHSSTAAT.1104.t
	desc = GRO_REICHSSTAAT.1104.desc
	picture = GFX_report_event_COG_attack_1

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1105
				days = 60
			}
		}

		GRO_REICHSSTAAT_demilitarize_uganda = yes

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^10 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^10
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Damn
		name = GRO_REICHSSTAAT.1104.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_uganda_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1105
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1105" }
	title = GRO_REICHSSTAAT_GHOST.1105.t
	desc = GRO_REICHSSTAAT_GHOST.1105.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_uganda = yes }
			country_event = { id = GRO_REICHSSTAAT.1105 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1105.a
	}
}

country_event = { # General Idi Amin Dada declares the independence of Uganda
	id = GRO_REICHSSTAAT.1105
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1105" }
	title = GRO_REICHSSTAAT.1105.t
	desc = GRO_REICHSSTAAT.1105.desc
	picture = GFX_report_event_GRO_amin_dada

	immediate = {
		GRO_REICHSSTAAT_demilitarize_uganda = yes
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Damn you
		name = GRO_REICHSSTAAT.1105.a
	}
}

############################################################################
############################################################################

 #####  ###  #   #  ####  ###  #   # ##### #   #  ###
   #   #   # ##  # #     #   # ##  #   #   #  #  #   #
   #   ##### # # # # ### ##### # # #   #   ###   #####
   #   #   # #  ## #   # #   # #  ##   #   #  #  #   #
   #   #   # #   #  ###  #   # #   # ##### #   # #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1200
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1200" }
	title = GRO_REICHSSTAAT_GHOST.1200.t
	desc = GRO_REICHSSTAAT_GHOST.1200.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_tanganika = yes }
			country_event = { id = GRO_REICHSSTAAT.1200 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1200.a
	}
}

country_event = { # TANU posters on Dar es Salaam's walls
	id = GRO_REICHSSTAAT.1200
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1200" }
	title = GRO_REICHSSTAAT.1200.t
	desc = GRO_REICHSSTAAT.1200.desc
	picture = GFX_report_event_GRO_nyerere

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^11 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^11
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1200.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_tanganika_tt
	}
}

############################################################################
############################################################################

 #   #  ###  #   # ##### ####  #####  ###
 ##  # #   # ## ##   #   #   #   #   #   #
 # # # ##### # # #   #   ####    #   #####
 #  ## #   # #   #   #   #   #   #   #   #
 #   # #   # #   # ##### ####  ##### #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1300
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1300" }
	title = GRO_REICHSSTAAT_GHOST.1300.t
	desc = GRO_REICHSSTAAT_GHOST.1300.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_namibia = yes }
			country_event = { id = GRO_REICHSSTAAT.1300 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1300.a
	}
}

country_event = { # SWAVO raids on Windhoek
	id = GRO_REICHSSTAAT.1300
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1300" }
	title = GRO_REICHSSTAAT.1300.t
	desc = GRO_REICHSSTAAT.1300.desc
	picture = GFX_report_event_COG_attack_2

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1301
				days = 100
			}
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1302
				days = 250
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^12 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^12
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # He will have to deal with that alone
		name = GRO_REICHSSTAAT.1300.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_namibia_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1301
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1301" }
	title = GRO_REICHSSTAAT_GHOST.1301.t
	desc = GRO_REICHSSTAAT_GHOST.1301.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_namibia = yes }
			country_event = { id = GRO_REICHSSTAAT.1301 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1301.a
	}
}

country_event = { # Windhoek residents welcomes Sam Nujoma
	id = GRO_REICHSSTAAT.1301
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1301" }
	title = GRO_REICHSSTAAT.1301.t
	desc = GRO_REICHSSTAAT.1301.desc
	picture = GFX_report_event_ANG_nujoma

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^12 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^12
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1301.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_namibia_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1302
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1302" }
	title = GRO_REICHSSTAAT_GHOST.1302.t
	desc = GRO_REICHSSTAAT_GHOST.1302.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_namibia = yes }
			country_event = { id = GRO_REICHSSTAAT.1302 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1302.a
	}
}

country_event = { # Kolonialverwalter Höcker discovers proofs of Schenck's treason
	id = GRO_REICHSSTAAT.1302
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1302" }
	title = GRO_REICHSSTAAT.1302.t
	desc = GRO_REICHSSTAAT.1302.desc
	picture = GFX_report_event_GRO_schenck

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1303
				days = 20
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^12 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^12
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Proceed with the arrests
		name = GRO_REICHSSTAAT.1302.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_namibia_tt
		add_political_power = 50
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1303
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1303" }
	title = GRO_REICHSSTAAT_GHOST.1303.t
	desc = GRO_REICHSSTAAT_GHOST.1303.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_namibia = yes }
			country_event = { id = GRO_REICHSSTAAT.1303 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1303.a
	}
}

country_event = { # Mass arrests in Widhoek
	id = GRO_REICHSSTAAT.1303
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1303" }
	title = GRO_REICHSSTAAT.1303.t
	desc = GRO_REICHSSTAAT.1303.desc
	picture = GFX_report_event_GER_arrests

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^12 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^12
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1303.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_namibia_tt
	}
}

############################################################################
############################################################################

 #   # ##### #   # #####  ###
 #  #  #     ##  #   #   #   #
 ###   ###   # # #   #   #####
 #  #  #     #  ##   #   #   #
 #   # ##### #   # ##### #   #

############################################################################
############################################################################

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1400
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1400" }
	title = GRO_REICHSSTAAT_GHOST.1400.t
	desc = GRO_REICHSSTAAT_GHOST.1400.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kenia = yes }
			country_event = { id = GRO_REICHSSTAAT.1400 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1400.a
	}
}

country_event = { # Oginga Odinga's plea for independence
	id = GRO_REICHSSTAAT.1400
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1400" }
	title = GRO_REICHSSTAAT.1400.t
	desc = GRO_REICHSSTAAT.1400.desc
	picture = GFX_report_event_GRO_oginga_odinga

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1401
				days = 140
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^13 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^13
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1400.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kenia_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1401
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1401" }
	title = GRO_REICHSSTAAT_GHOST.1401.t
	desc = GRO_REICHSSTAAT_GHOST.1401.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kenia = yes }
			country_event = { id = GRO_REICHSSTAAT.1401 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1401.a
	}
}

country_event = { # Formation of the Luo Brigades
	id = GRO_REICHSSTAAT.1401
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1401" }
	title = GRO_REICHSSTAAT.1401.t
	desc = GRO_REICHSSTAAT.1401.desc
	picture = GFX_report_event_GRO_luo_brigades

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1402
				days = 40
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^13 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^13
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Worrying, but insignificant
		name = GRO_REICHSSTAAT.1401.a

		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kenia_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1402
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1402" }
	title = GRO_REICHSSTAAT_GHOST.1402.t
	desc = GRO_REICHSSTAAT_GHOST.1402.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kenia = yes }
			country_event = { id = GRO_REICHSSTAAT.1402 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1402.a
	}
}

country_event = { # The Luo Thrift and Trading Corporation resumes activity
	id = GRO_REICHSSTAAT.1402
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1402" }
	title = GRO_REICHSSTAAT.1402.t
	desc = GRO_REICHSSTAAT.1402.desc
	picture = GFX_report_event_GRO_luo_ttc

	immediate = {
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT_GHOST.1403
				days = 50
			}
		}

		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.05 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^13 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^13
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Force them to cease activities again
		trigger = { has_manpower > 1000 }
		name = GRO_REICHSSTAAT.1402.a
		add_manpower = -1000
		add_political_power = -20


		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.1 }
		add_to_variable = { GRO_REICHSSTAAT_rebel_stability^13 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^13
			max = 1
			min = 0
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_improved_kenia_tt
	}

	option = { # Let it be
		name = GRO_REICHSSTAAT.1402.b
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kenia_tt
	}
}

country_event = {
	hidden = yes
	id = GRO_REICHSSTAAT_GHOST.1403
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_GHOST.1403" }
	title = GRO_REICHSSTAAT_GHOST.1403.t
	desc = GRO_REICHSSTAAT_GHOST.1403.desc
	picture = GFX_report_event_lithuania_army

	immediate = {
		if = {
			limit = { GRO_is_in_control_of_kenia = yes }
			country_event = { id = GRO_REICHSSTAAT.1403 }
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_GHOST.1403.a
	}
}

country_event = { # The Ker announces the creation of the Luo Popular Government for Sovereignty
	id = GRO_REICHSSTAAT.1403
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT.1403" }
	title = GRO_REICHSSTAAT.1403.t
	desc = GRO_REICHSSTAAT.1403.desc
	picture = GFX_report_event_GRO_oginga_odinga

	immediate = {
		set_temp_variable = { temp_rand_value = random }
		multiply_temp_variable = { temp_rand_value = 0.15 }
		subtract_from_variable = { GRO_REICHSSTAAT_rebel_stability^13 = temp_rand_value }
		clamp_variable = {
			var = GRO_REICHSSTAAT_rebel_stability^13
			max = 1
			min = 0
		}
	}

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT.1403.a
		custom_effect_tooltip = GRO_REICHSSTAAT_native_situation_worsened_kenia_tt

		hidden_effect = {
			LUO = {
				set_politics = {
					ruling_party = socialist
					last_election = "1933.3.5"
					election_frequency = 48
					elections_allowed = no
				}
			}
		}
	}
}

############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################

country_event = { # Ein Neuer Tag
	id = GRO_REICHSSTAAT_FOCUS.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.1" }
	title = GRO_REICHSSTAAT_FOCUS.1.t
	desc = GRO_REICHSSTAAT_FOCUS.1.desc
	picture = GFX_report_event_IBR_home_office_desk

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.1.a
		hidden_effect = {
			if = {
				limit = {
					tag = GRO
					has_global_flag = german_civil_war_speervic
				}
				GER = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.2
						days = 1
						random_hours = 1
					}
				}
			}

		}
		hidden_effect = {
			if = {
				limit = {
					tag = GRO
					has_global_flag = german_civil_war_bormannvic
				}
				GER = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.3
						days = 1
						random_hours = 1
					}
				}
			}

		}
		hidden_effect = {
			if = {
				limit = {
					OR = {
						country_exists = SGR
						country_exists = BGR
						country_exists = HGR
						country_exists = GGR
					}
				}
				SGR = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.4
						days = 1
						random_hours = 1
					}
				}
				BGR = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.8
						days = 1
						random_hours = 1
					}
				}
				HGR = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.9
						days = 1
						random_hours = 1
					}
				}
				GGR = {
					country_event = {
						id = GRO_REICHSSTAAT_REICH.10
						days = 1
						random_hours = 1
					}
				}

			}

		}

	}
}

country_event = { # The African Situation - An Overview
	id = GRO_REICHSSTAAT_FOCUS.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.2" }
	title = GRO_REICHSSTAAT_FOCUS.2.t
	desc = GRO_REICHSSTAAT_FOCUS.2.desc
	picture = GFX_report_event_COG_palace

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.2.a
	}
}

country_event = { # Administrative Overhaul
	id = GRO_REICHSSTAAT_FOCUS.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.3" }
	title = GRO_REICHSSTAAT_FOCUS.3.t
	desc = GRO_REICHSSTAAT_FOCUS.3.desc
	picture = GFX_report_event_COG_leopoldville_1

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.3.a
	}
}

country_event = { # Treason must not be Tolerated
	id = GRO_REICHSSTAAT_FOCUS.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.4" }
	title = GRO_REICHSSTAAT_FOCUS.4.t
	desc = GRO_REICHSSTAAT_FOCUS.4.desc
	picture = GFX_report_event_GRO_firing_squad

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.4.a
	}
}

country_event = { # Finishing the Job
	id = GRO_REICHSSTAAT_FOCUS.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.5" }
	title = GRO_REICHSSTAAT_FOCUS.5.t
	desc = GRO_REICHSSTAAT_FOCUS.5.desc
	picture = GFX_report_event_COG_merc_5

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.5.a
		TNO_improve_training_policy_effectiveness_low = yes
	}
}

country_event = { # Picking up the Trail
	id = GRO_REICHSSTAAT_FOCUS.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.6" }
	title = GRO_REICHSSTAAT_FOCUS.6.t
	desc = GRO_REICHSSTAAT_FOCUS.6.desc
	picture = GFX_report_event_COG_merc_4

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.6.a
	}
}

country_event = { # Rooting out the Rebels
	id = GRO_REICHSSTAAT_FOCUS.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.7" }
	title = GRO_REICHSSTAAT_FOCUS.7.t
	desc = GRO_REICHSSTAAT_FOCUS.7.desc
	picture = GFX_report_event_GRO_african_rebels

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.7.a
		hidden_effect = {
			country_event = {
				id = GRO_REICHSSTAAT.800
				days = 65
			}
		}
	}
}

country_event = { # Suchen und Vernichten
	id = GRO_REICHSSTAAT_FOCUS.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.8" }
	title = GRO_REICHSSTAAT_FOCUS.8.t
	desc = GRO_REICHSSTAAT_FOCUS.8.desc
	picture = GFX_report_event_GER_attack_helicopter

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.8.a
	}
}

country_event = { # Political Cleansing
	id = GRO_REICHSSTAAT_FOCUS.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.9" }
	title = GRO_REICHSSTAAT_FOCUS.9.t
	desc = GRO_REICHSSTAAT_FOCUS.9.desc
	picture = GFX_report_event_HGR_generic_ss_11

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.9.a
	}
}

country_event = { # Emptying the Homes
	id = GRO_REICHSSTAAT_FOCUS.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.10" }
	title = GRO_REICHSSTAAT_FOCUS.10.t
	desc = GRO_REICHSSTAAT_FOCUS.10.desc
	picture = GFX_report_event_HGR_generic_ss_4

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.10.a
	}
}

country_event = { # Emptying the Cities
	id = GRO_REICHSSTAAT_FOCUS.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.11" }
	title = GRO_REICHSSTAAT_FOCUS.11.t
	desc = GRO_REICHSSTAAT_FOCUS.11.desc
	picture = GFX_report_event_HGR_generic_ss_5

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.11.a
	}
}

country_event = { # Emptying the Countryside
	id = GRO_REICHSSTAAT_FOCUS.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.12" }
	title = GRO_REICHSSTAAT_FOCUS.12.t
	desc = GRO_REICHSSTAAT_FOCUS.12.desc
	picture = GFX_report_event_HGR_generic_ss_2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.12.a
	}
}

country_event = { # Emptying the Continent
	id = GRO_REICHSSTAAT_FOCUS.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.13" }
	title = GRO_REICHSSTAAT_FOCUS.13.t
	desc = GRO_REICHSSTAAT_FOCUS.13.desc
	picture = GFX_report_event_HGR_generic_ss_3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.13.a
		random_owned_controlled_state = {
			damage_building = {
				type = infrastructure
				damage = 5
			}
		}
		random_owned_controlled_state = {
			damage_building = {
				type = infrastructure
				damage = 5
			}
		}
		random_owned_controlled_state = {
			damage_building = {
				type = infrastructure
				damage = 5
			}
		}
		random_owned_controlled_state = {
			damage_building = {
				type = infrastructure
				damage = 5
			}
		}
	}
}

country_event = { # Der Afrikanische Code
	id = GRO_REICHSSTAAT_FOCUS.14
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.14" }
	title = GRO_REICHSSTAAT_FOCUS.14.t
	desc = GRO_REICHSSTAAT_FOCUS.14.desc
	picture = GFX_report_event_HGR_generic_ss_1

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.14.a
	}
}

country_event = { # Political Purifications
	id = GRO_REICHSSTAAT_FOCUS.15
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.15" }
	title = GRO_REICHSSTAAT_FOCUS.15.t
	desc = GRO_REICHSSTAAT_FOCUS.15.desc
	picture = GFX_report_event_GER_ss_loyalty

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.15.a
	}
}

country_event = { # Der Afrikanische Ordensstaat
	id = GRO_REICHSSTAAT_FOCUS.16
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.16" }
	title = GRO_REICHSSTAAT_FOCUS.16.t
	desc = GRO_REICHSSTAAT_FOCUS.16.desc
	picture = GFX_report_event_GRO_firing_squad

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.16.a
	}
}

country_event = { # Spartanism at all Levels
	id = GRO_REICHSSTAAT_FOCUS.17
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.17" }
	title = GRO_REICHSSTAAT_FOCUS.17.t
	desc = GRO_REICHSSTAAT_FOCUS.17.desc
	picture = GFX_report_event_GER_ss_loading_truck

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.17.a
	}
}

country_event = { # Eliminitate the Weak and the Untrustworthy
	id = GRO_REICHSSTAAT_FOCUS.18
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.18" }
	title = GRO_REICHSSTAAT_FOCUS.18.t
	desc = GRO_REICHSSTAAT_FOCUS.18.desc
	picture = GFX_report_event_GRO_firing_squad

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.18.a
	}
}

country_event = { # Officializing the Kolonialverwaltung
	id = GRO_REICHSSTAAT_FOCUS.19
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.19" }
	title = GRO_REICHSSTAAT_FOCUS.19.t
	desc = GRO_REICHSSTAAT_FOCUS.19.desc
	picture = GFX_report_event_HGR_generic_ss_11

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.19.a
	}
}

country_event = { # The Großafrikanischer System
	id = GRO_REICHSSTAAT_FOCUS.20
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.20" }
	title = GRO_REICHSSTAAT_FOCUS.20.t
	desc = GRO_REICHSSTAAT_FOCUS.20.desc
	picture = GFX_report_event_HGR_generic_ss_11

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.20.a
	}
}

country_event = { # Léopoldville-Salisbury Germanization Program
	id = GRO_REICHSSTAAT_FOCUS.21
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.21" }
	title = GRO_REICHSSTAAT_FOCUS.21.t
	desc = GRO_REICHSSTAAT_FOCUS.21.desc
	picture = GFX_report_event_GRO_ss_african2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.21.a
	}
}

country_event = { # No More Non-Germans
	id = GRO_REICHSSTAAT_FOCUS.22
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.22" }
	title = GRO_REICHSSTAAT_FOCUS.22.t
	desc = GRO_REICHSSTAAT_FOCUS.22.desc
	picture = GFX_report_event_HGR_generic_ss_6

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.22.a
	}
}

country_event = { # Dusting Old Machinery
	id = GRO_REICHSSTAAT_FOCUS.23
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.23" }
	title = GRO_REICHSSTAAT_FOCUS.23.t
	desc = GRO_REICHSSTAAT_FOCUS.23.desc
	picture = GFX_report_event_RUS_gorky_tank_factory

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.23.a
	}
}

country_event = { # Strict Programs
	id = GRO_REICHSSTAAT_FOCUS.24
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.24" }
	title = GRO_REICHSSTAAT_FOCUS.24.t
	desc = GRO_REICHSSTAAT_FOCUS.24.desc
	picture = GFX_report_event_HGR_generic_ss_8

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.24.a
	}
}

country_event = { # Der Deutsch-Afrikanische Arbeiter
	id = GRO_REICHSSTAAT_FOCUS.25
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.25" }
	title = GRO_REICHSSTAAT_FOCUS.25.t
	desc = GRO_REICHSSTAAT_FOCUS.25.desc
	picture = GFX_report_event_generic_flatcap_worker

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.25.a
	}
}

country_event = { # Die Afrikanischen Sklaven
	id = GRO_REICHSSTAAT_FOCUS.26
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.26" }
	title = GRO_REICHSSTAAT_FOCUS.26.t
	desc = GRO_REICHSSTAAT_FOCUS.26.desc
	picture = GFX_report_event_COG_mines_2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.26.a
	}
}

country_event = { # From Huts to Industry
	id = GRO_REICHSSTAAT_FOCUS.27
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.27" }
	title = GRO_REICHSSTAAT_FOCUS.27.t
	desc = GRO_REICHSSTAAT_FOCUS.27.desc
	picture = GFX_report_event_CHI_Industry_Synth_Refine

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.27.a
	}
}

country_event = { # Home Armament
	id = GRO_REICHSSTAAT_FOCUS.28
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.28" }
	title = GRO_REICHSSTAAT_FOCUS.28.t
	desc = GRO_REICHSSTAAT_FOCUS.28.desc
	picture = GFX_report_event_generic_crate_of_guns

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.28.a
	}
}

country_event = { # Waking up the Werwolf
	id = GRO_REICHSSTAAT_FOCUS.29
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.29" }
	title = GRO_REICHSSTAAT_FOCUS.29.t
	desc = GRO_REICHSSTAAT_FOCUS.29.desc
	picture = GFX_report_event_GER_ss_loyalty

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.29.a

		set_variable = { GRO_REICHSSTAAT_wwlf_manpower_supply = 550 }
		if = {
			limit = {
				has_country_flag = GRO_has_prepared_the_werwolf
			}
			add_to_variable = { GRO_REICHSSTAAT_wwlf_manpower_supply = 500 }
		}

		set_variable = { GRO_REICHSSTAAT_wwlf_weapon_supply = 1000 }
		if = {
			limit = {
				has_country_flag = GRO_has_prepared_the_werwolf
			}
			add_to_variable = { GRO_REICHSSTAAT_wwlf_weapon_supply = 1000 }
		}
	}
}

country_event = { # Mission Success
	id = GRO_REICHSSTAAT_FOCUS.29001
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.29001" }
	title = GRO_REICHSSTAAT_FOCUS.29001.t
	desc = GRO_REICHSSTAAT_FOCUS.29001.desc
	picture = GFX_report_event_GER_waffen_ss_troops

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.29001.a
	}
}

country_event = { # Mission Failure
	id = GRO_REICHSSTAAT_FOCUS.29002
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.29002" }
	title = GRO_REICHSSTAAT_FOCUS.29002.t
	desc = GRO_REICHSSTAAT_FOCUS.29002.desc
	picture = GFX_report_event_GER_waffen_ss_troops

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.29002.a
	}
}

country_event = { # Increases in our Needs
	id = GRO_REICHSSTAAT_FOCUS.30
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.30" }
	title = GRO_REICHSSTAAT_FOCUS.30.t
	desc = GRO_REICHSSTAAT_FOCUS.30.desc
	picture = GFX_report_event_generic_crate_of_guns

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.30.a
	}
}

country_event = { # Recruitment Expansions
	id = GRO_REICHSSTAAT_FOCUS.31
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.31" }
	title = GRO_REICHSSTAAT_FOCUS.31.t
	desc = GRO_REICHSSTAAT_FOCUS.31.desc
	picture = GFX_report_event_HGR_generic_ss_7

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.31.a
	}
}

country_event = { # Boers Werewolves
	id = GRO_REICHSSTAAT_FOCUS.32
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.32" }
	title = GRO_REICHSSTAAT_FOCUS.32.t
	desc = GRO_REICHSSTAAT_FOCUS.32.desc
	picture = GFX_report_event_BOR_saw_soldier3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.32.a

		add_to_variable = { GRO_REICHSSTAAT_ss_manpower_supply = 150 }
		clamp_variable = {
			var = GRO_REICHSSTAAT_ss_manpower_supply
			min = 0
			max = 10000000
		}
	}
}

country_event = { # Lighting up the Powder Kegs
	id = GRO_REICHSSTAAT_FOCUS.33
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.33" }
	title = GRO_REICHSSTAAT_FOCUS.33.t
	desc = GRO_REICHSSTAAT_FOCUS.33.desc
	picture = GFX_report_event_GRO_african_rebels

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.33.a
	}
}

country_event = { # Das Großafrikanischer SS
	id = GRO_REICHSSTAAT_FOCUS.34
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.34" }
	title = GRO_REICHSSTAAT_FOCUS.34.t
	desc = GRO_REICHSSTAAT_FOCUS.34.desc
	picture = GFX_report_event_HGR_generic_ss_6

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.34.a

		set_variable = { GRO_REICHSSTAAT_ss_manpower_supply = 250 }
		set_variable = { GRO_REICHSSTAAT_ss_weapon_supply = 1000 }
	}
}

country_event = { # Mission Success
	id = GRO_REICHSSTAAT_FOCUS.34001
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.34001" }
	title = GRO_REICHSSTAAT_FOCUS.34001.t
	desc = GRO_REICHSSTAAT_FOCUS.34001.desc
	picture = GFX_report_event_GRO_ss_african2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.34001.a
		custom_effect_tooltip = GRO_REICHSSTAAT_FOCUS_SS_LOSS_tt
	}
}

country_event = { # Mission Failure
	id = GRO_REICHSSTAAT_FOCUS.34002
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.34002" }
	title = GRO_REICHSSTAAT_FOCUS.34002.t
	desc = GRO_REICHSSTAAT_FOCUS.34002.desc
	picture = GFX_report_event_GRO_ss_african2

	is_triggered_only = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.34002.a
		custom_effect_tooltip = GRO_REICHSSTAAT_FOCUS_SS_LOSS_tt
	}
}

country_event = { # The Masters of this World
	id = GRO_REICHSSTAAT_FOCUS.35
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.35" }
	title = GRO_REICHSSTAAT_FOCUS.35.t
	desc = GRO_REICHSSTAAT_FOCUS.35.desc
	picture = GFX_report_event_HGR_generic_ss_6

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.35.a
	}
}

country_event = { # Our Bounty
	id = GRO_REICHSSTAAT_FOCUS.35001
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.35001" }
	title = GRO_REICHSSTAAT_FOCUS.35001.t
	desc = GRO_REICHSSTAAT_FOCUS.35001.desc
	picture = GFX_report_event_generic_crate_of_guns

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Keep it to ourselves
		name = GRO_REICHSSTAAT_FOCUS.35001.a

		add_equipment_to_stockpile = {
			type = infantry_equipment
			amount = var:GRO_raid_mission_equipment
		}
		custom_effect_tooltip = GRO_REICHSSTAAT_FOCUS_RAID_EQUIPMENT_tt
	}

	option = { # This will be better used by our SS
		name = GRO_REICHSSTAAT_FOCUS.35001.b

		add_to_variable = { GRO_REICHSSTAAT_ss_weapon_supply = GRO_raid_mission_equipment }
		clamp_variable = {
			var = GRO_REICHSSTAAT_ss_weapon_supply
			min = 0
			max = 10000000
		}

		custom_effect_tooltip = GRO_add_raid_bounty_to_ss_tt
		custom_effect_tooltip = GRO_REICHSSTAAT_FOCUS_RAID_EQUIPMENT_tt
	}
}

country_event = { # Die Abteilung fuer Afrikanische Freiwillige
	id = GRO_REICHSSTAAT_FOCUS.36
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.36" }
	title = GRO_REICHSSTAAT_FOCUS.36.t
	desc = GRO_REICHSSTAAT_FOCUS.36.desc
	picture = GFX_report_event_GRO_ss_african

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.36.a
	}
}

country_event = { # Leave nothing to our Enemies
	id = GRO_REICHSSTAAT_FOCUS.37
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.37" }
	title = GRO_REICHSSTAAT_FOCUS.37.t
	desc = GRO_REICHSSTAAT_FOCUS.37.desc
	picture = GFX_report_event_generic_guns_crate_mosin

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.37.a
	}
}

country_event = { # The Boer Border Issue
	id = GRO_REICHSSTAAT_FOCUS.38
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.38" }
	title = GRO_REICHSSTAAT_FOCUS.38.t
	desc = GRO_REICHSSTAAT_FOCUS.38.desc
	picture = GFX_report_event_GRO_african_rebels2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.38.a
	}
}

country_event = { # A Letter to the Vasallenstaat
	id = GRO_REICHSSTAAT_FOCUS.39
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.39" }
	title = GRO_REICHSSTAAT_FOCUS.39.t
	desc = GRO_REICHSSTAAT_FOCUS.39.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.39.a

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.1
					days = 1
				}
			}
		}
	}
}

country_event = { # Boer Diamonds
	id = GRO_REICHSSTAAT_FOCUS.40
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.40" }
	title = GRO_REICHSSTAAT_FOCUS.40.t
	desc = GRO_REICHSSTAAT_FOCUS.40.desc
	picture = GFX_report_event_COG_mines_2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.40.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.2
				days = 1
			}
		}
	}
}

country_event = { # POW Extradition
	id = GRO_REICHSSTAAT_FOCUS.41
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.41" }
	title = GRO_REICHSSTAAT_FOCUS.41.t
	desc = GRO_REICHSSTAAT_FOCUS.41.desc
	picture = GFX_report_event_BOR_saw_soldier2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.41.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.4
				days = 1
			}
		}
	}
}

country_event = { # Hostage Program
	id = GRO_REICHSSTAAT_FOCUS.42
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.42" }
	title = GRO_REICHSSTAAT_FOCUS.42.t
	desc = GRO_REICHSSTAAT_FOCUS.42.desc
	picture = GFX_report_event_BOR_saw_soldier3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.42.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.5
				days = 1
			}
		}
	}
}

country_event = { # Enforce the Vasallenstaat
	id = GRO_REICHSSTAAT_FOCUS.43
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.43" }
	title = GRO_REICHSSTAAT_FOCUS.43.t
	desc = GRO_REICHSSTAAT_FOCUS.43.desc
	picture = GFX_report_event_BOR_saw_tank3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.43.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.6
				days = 1
			}
		}
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.44
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.44" }
	title = GRO_REICHSSTAAT_FOCUS.44.t
	desc = GRO_REICHSSTAAT_FOCUS.44.desc
	picture = GFX_report_event_GRO_saw_soldier6

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.44.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.7
				days = 1
			}
		}
	}
}

country_event = { # Recover African Military Records
	id = GRO_REICHSSTAAT_FOCUS.45
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.45" }
	title = GRO_REICHSSTAAT_FOCUS.45.t
	desc = GRO_REICHSSTAAT_FOCUS.45.desc
	picture = GFX_report_event_BOR_saw_soldier_helicopter

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.45.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.8
				days = 1
			}
		}
	}
}

country_event = { # Track Down the Veterans
	id = GRO_REICHSSTAAT_FOCUS.46
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.46" }
	title = GRO_REICHSSTAAT_FOCUS.46.t
	desc = GRO_REICHSSTAAT_FOCUS.46.desc
	picture = GFX_report_event_USA_saw_soldier10

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.46.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.9
				days = 1
			}
		}
	}
}

country_event = { # Finding Joe (Slovo)
	id = GRO_REICHSSTAAT_FOCUS.47
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.47" }
	title = GRO_REICHSSTAAT_FOCUS.47.t
	desc = GRO_REICHSSTAAT_FOCUS.47.desc
	picture = GFX_report_event_GRO_slovo_ww2

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.47.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.10
				days = 1
			}
		}
	}
}

country_event = { # Operation Rotes Gewitter
	id = GRO_REICHSSTAAT_FOCUS.48
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.48" }
	title = GRO_REICHSSTAAT_FOCUS.48.t
	desc = GRO_REICHSSTAAT_FOCUS.48.desc
	picture = GFX_report_event_BOR_saw_soldier3

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.48.a

		BOR = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.11
				days = 1
			}
		}
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.49
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.49" }
	title = GRO_REICHSSTAAT_FOCUS.49.t
	desc = GRO_REICHSSTAAT_FOCUS.49.desc
	picture = GFX_report_event_generic_dead_soldier

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.49.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.50
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.50" }
	title = GRO_REICHSSTAAT_FOCUS.50.t
	desc = GRO_REICHSSTAAT_FOCUS.50.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.50.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.51
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.51" }
	title = GRO_REICHSSTAAT_FOCUS.51.t
	desc = GRO_REICHSSTAAT_FOCUS.51.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.51.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.52
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.52" }
	title = GRO_REICHSSTAAT_FOCUS.52.t
	desc = GRO_REICHSSTAAT_FOCUS.52.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.52.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.53
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.53" }
	title = GRO_REICHSSTAAT_FOCUS.53.t
	desc = GRO_REICHSSTAAT_FOCUS.53.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.53.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.54
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.54" }
	title = GRO_REICHSSTAAT_FOCUS.54.t
	desc = GRO_REICHSSTAAT_FOCUS.54.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.54.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.55
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.55" }
	title = GRO_REICHSSTAAT_FOCUS.55.t
	desc = GRO_REICHSSTAAT_FOCUS.55.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.55.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.56
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.56" }
	title = GRO_REICHSSTAAT_FOCUS.56.t
	desc = GRO_REICHSSTAAT_FOCUS.56.desc
	picture = GFX_report_event_generic_burning_building

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.56.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.57
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.57" }
	title = GRO_REICHSSTAAT_FOCUS.57.t
	desc = GRO_REICHSSTAAT_FOCUS.57.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.57.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.58
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.58" }
	title = GRO_REICHSSTAAT_FOCUS.58.t
	desc = GRO_REICHSSTAAT_FOCUS.58.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.58.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.59
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.59" }
	title = GRO_REICHSSTAAT_FOCUS.59.t
	desc = GRO_REICHSSTAAT_FOCUS.59.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.59.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.60
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.60" }
	title = GRO_REICHSSTAAT_FOCUS.60.t
	desc = GRO_REICHSSTAAT_FOCUS.60.desc
	picture = GFX_report_event_post_apoc_burning_chennai

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.60.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.61
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.61" }
	title = GRO_REICHSSTAAT_FOCUS.61.t
	desc = GRO_REICHSSTAAT_FOCUS.61.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.61.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.62
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.62" }
	title = GRO_REICHSSTAAT_FOCUS.62.t
	desc = GRO_REICHSSTAAT_FOCUS.62.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.62.a
	}
}

country_event = { #
	id = GRO_REICHSSTAAT_FOCUS.63
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_FOCUS.63" }
	title = GRO_REICHSSTAAT_FOCUS.63.t
	desc = GRO_REICHSSTAAT_FOCUS.63.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_FOCUS.63.a
	}
}

############################################################################
############################################################################
############################################################################
############################################################################
############################################################################
############################################################################

country_event = { # A Letter from Reichsführer Hans Hüttig
	id = GRO_REICHSSTAAT_BOERS.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.1" }
	title = GRO_REICHSSTAAT_BOERS.1.t
	desc = GRO_REICHSSTAAT_BOERS.1.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.1.a
	}
}

country_event = { # The Reichsstaat confiscates our diamonds
	id = GRO_REICHSSTAAT_BOERS.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.2" }
	title = GRO_REICHSSTAAT_BOERS.2.t
	desc = GRO_REICHSSTAAT_BOERS.2.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.2.a
		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.05 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.05 }

		hidden_effect = {
			GRO = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.3
					days = 1
				}
			}
		}
	}
}

country_event = { # The Boers complies
	id = GRO_REICHSSTAAT_BOERS.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.3" }
	title = GRO_REICHSSTAAT_BOERS.3.t
	desc = GRO_REICHSSTAAT_BOERS.3.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.3.a
	}
}

country_event = { # POW Extradition
	id = GRO_REICHSSTAAT_BOERS.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.4" }
	title = GRO_REICHSSTAAT_BOERS.4.t
	desc = GRO_REICHSSTAAT_BOERS.4.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.4.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.05 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.05 }
	}
}

country_event = { # Hostage Program
	id = GRO_REICHSSTAAT_BOERS.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.5" }
	title = GRO_REICHSSTAAT_BOERS.5.t
	desc = GRO_REICHSSTAAT_BOERS.5.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.5.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.1 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.1 }
	}
}

country_event = { # We are a "Vasallenstaat"
	id = GRO_REICHSSTAAT_BOERS.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.6" }
	title = GRO_REICHSSTAAT_BOERS.6.t
	desc = GRO_REICHSSTAAT_BOERS.6.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.6.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.25 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.5 }
	}
}

country_event = { # The last American cells
	id = GRO_REICHSSTAAT_BOERS.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.7" }
	title = GRO_REICHSSTAAT_BOERS.7.t
	desc = GRO_REICHSSTAAT_BOERS.7.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.7.a

		add_to_variable = { BOR_hapiness_dummy_var = 0.05 }
	}
}

country_event = { # The Reichsstaat is requisitioning our military records
	id = GRO_REICHSSTAAT_BOERS.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.8" }
	title = GRO_REICHSSTAAT_BOERS.8.t
	desc = GRO_REICHSSTAAT_BOERS.8.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.8.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.1 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.1 }
	}
}

country_event = { # Questionning the Veterans
	id = GRO_REICHSSTAAT_BOERS.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.9" }
	title = GRO_REICHSSTAAT_BOERS.9.t
	desc = GRO_REICHSSTAAT_BOERS.9.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.9.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.1 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.075 }
	}
}

country_event = { # The HQ of the BCP searched by the Reichsstaat
	id = GRO_REICHSSTAAT_BOERS.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.10" }
	title = GRO_REICHSSTAAT_BOERS.10.t
	desc = GRO_REICHSSTAAT_BOERS.10.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.10.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.05 }
	}
}

country_event = { # Reënbui
	id = GRO_REICHSSTAAT_BOERS.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.11" }
	title = GRO_REICHSSTAAT_BOERS.11.t
	desc = GRO_REICHSSTAAT_BOERS.11.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Ok
		name = GRO_REICHSSTAAT_BOERS.11.a

		add_to_variable = { GRO_REICHSSTAAT_anc_influence = -0.25 }
		add_to_variable = { BOR_hapiness_dummy_var = -0.5 }
	}
}

country_event = { # The Boer Problem
	id = GRO_REICHSSTAAT_BOERS.100
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.100" }
	title = GRO_REICHSSTAAT_BOERS.100.t
	desc = GRO_REICHSSTAAT_BOERS.100.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # To each problem, a solution
		name = GRO_REICHSSTAAT_BOERS.100.a

		set_country_flag = GRO_REICHSSTAAT_boer_solution

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.101
					days = 2
				}
			}
		}
	}
}

country_event = { # The Staathalter orders to disband the Volksraad!
	id = GRO_REICHSSTAAT_BOERS.101
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.101" }
	title = GRO_REICHSSTAAT_BOERS.101.t
	desc = GRO_REICHSSTAAT_BOERS.101.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Wait what?
		name = GRO_REICHSSTAAT_BOERS.101.a
		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.102
					days = 5
				}

				if = {
					limit = {
						has_global_flag = SAF_Schild_Victory
					}
					country_event = {
						id = GRO_REICHSSTAAT_BOERS.110
						days = 30
					}
				}
			}
		}
	}
}

country_event = { # Panic at the Volksraad
	id = GRO_REICHSSTAAT_BOERS.102
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.102" }
	title = GRO_REICHSSTAAT_BOERS.102.t
	desc = GRO_REICHSSTAAT_BOERS.102.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Wait what?
		name = GRO_REICHSSTAAT_BOERS.102.a

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.103
					days = 2
				}
			}
		}
	}
}

country_event = { # Albert Hertzog resigns!
	id = GRO_REICHSSTAAT_BOERS.103
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.103" }
	title = GRO_REICHSSTAAT_BOERS.103.t
	desc = GRO_REICHSSTAAT_BOERS.103.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Wait what?
		name = GRO_REICHSSTAAT_BOERS.103.a

		retire_character = BOR_Albert_Hertzog
		promote_character = BOR_Boere_Volksraad
		set_politics = { ruling_party = fascism }
		add_popularity = {
			ideology = national_socialism
			popularity = -0.15
		}
		add_popularity = {
			ideology = fascism
			popularity = 0.15
		}

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.104
					days = 1
				}
			}
		}
	}
}

country_event = { # The Boer Defense Forces coup
	id = GRO_REICHSSTAAT_BOERS.104
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.104" }
	title = GRO_REICHSSTAAT_BOERS.104.t
	desc = GRO_REICHSSTAAT_BOERS.104.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { #
		name = GRO_REICHSSTAAT_BOERS.104.a
		BOR = {
			add_country_leader_role = {
				character = SAF_Magnus_Malan
				country_leader = {
					desc = "POLITICS_MAGNUS_MALAN_DESC"
					expire = "1999.1.23"
					ideology = fascism_corporatism_subtype
				}
				promote_leader = yes
			}
		}

		GRO = { end_puppet = BOR }
		leave_faction = yes

		hidden_effect = {
			if = {
				limit = {
					has_global_flag = SAF_Schild_Victory
				}
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.105
					days = 2
				}

				country_event = {
					id = GRO_REICHSSTAAT_BOERS.108
					days = 9
				}
			}
			else = {
				GRO = {
					remove_ideas = {
						GRO_REICHSSTAAT_boer_vasallenstaat_profits_0
						GRO_REICHSSTAAT_boer_vasallenstaat_profits_1
						GRO_REICHSSTAAT_boer_vasallenstaat_profits_2
					}
					add_ideas = GRO_REICHSSTAAT_the_boer_betrayal_0
				}
			}
		}
	}
}

country_event = { # Connie Mulder declares a dissident republic
	id = GRO_REICHSSTAAT_BOERS.105
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.105" }
	title = GRO_REICHSSTAAT_BOERS.105.t
	desc = GRO_REICHSSTAAT_BOERS.105.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Wait what?
		name = GRO_REICHSSTAAT_BOERS.105.a

		SAF = {
			transfer_state = 681
			add_state_core = 681
			transfer_state = 933
			add_state_core = 933
			transfer_state = 1312
			add_state_core = 1312

			remove_ideas = {
				SAF_collapsed_will
				SAF_the_great_flight
				SAF_Coluna_Infernal
				SAF_Cape_Town_Massacre
				SAF_Divided_Nation
				SAF_Divided_Nation_2
				OFN_Observer
			}

			econ_leave_sphere = yes
			set_variable = { national_debt = 0 }

			set_cosmetic_tag = SAF_REP

			inherit_technology = SAF

			set_politics = {
				ruling_party = paternalism
				last_election = "1933.3.5"
				election_frequency = 48
				elections_allowed = no
			}
			set_popularities = {
				communist = 0
				socialist = 0
				progressivism = 12
				liberalism = 30
				liberal_conservatism = 0
				conservatism = 26
				paternalism = 22
				despotism = 0
				ultranationalism = 0
				fascism = 10
				national_socialism = 0
			}
			add_country_leader_role = {
				character = SAF_Connie_Mulder
				country_leader = {
					desc = "POLITICS_CONNIE_MULDER_DESC"
					ideology = paternalism_provisional_government_subtype
					expire = "1999.1.1"
					id = -1
				}
				promote_leader = yes
			}

			load_oob = "SAF_SCW"
			load_focus_tree = ZZZ_blank_focus

			hidden_effect = {
				add_ideas = {
					SAF_lessons_first_civil_war
					SAF_wraak
					SAF_dissident_military
				}
			}
		}

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.106
					days = 7
				}

				country_event = {
					id = GRO_REICHSSTAAT_BOERS.107
					days = 10
				}
			}
			USA = {
				set_temp_variable = { target = SAF }
				TNO_clear_num_volunteers = yes
			}
			CAN = {
				set_temp_variable = { target = SAF }
				TNO_clear_num_volunteers = yes
			}
			AST = {
				set_temp_variable = { target = SAF }
				TNO_clear_num_volunteers = yes
			}
			NZL = {
				set_temp_variable = { target = SAF }
				TNO_clear_num_volunteers = yes
			}
		}
	}
}

country_event = { # The South African Liberation Front secedes from South Africa
	id = GRO_REICHSSTAAT_BOERS.106
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.106" }
	title = GRO_REICHSSTAAT_BOERS.106.t
	desc = GRO_REICHSSTAAT_BOERS.106.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Wait what?
		name = GRO_REICHSSTAAT_BOERS.106.a

		SLF = {
			transfer_state = 933
			add_state_core = 933

			inherit_technology = SAF


			hidden_effect = {
				add_ideas = {
					SLF_lessons_first_civil_war
					SLF_governmental_rivalries
				}
				load_oob = "SLF_SCW"

				SAF = {
					every_unit_leader = {
						limit = {
							OR = {
								has_id = 3802
								has_id = 3803
								has_id = 3804
							}
						}
						set_nationality = SLF
					}
				}

				every_unit_leader = {
					limit = {
						OR = {
							has_id = 3802
						}
					}
					promote_leader = yes
				}
			}
		}
	}
}

country_event = { # The Carnarvon Defense League declares neutrality
	id = GRO_REICHSSTAAT_BOERS.107
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.107" }
	title = GRO_REICHSSTAAT_BOERS.107.t
	desc = GRO_REICHSSTAAT_BOERS.107.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # He has it now
		name = GRO_REICHSSTAAT_BOERS.107.a

		CDL = {
			transfer_state = 1312
			add_state_core = 1312

			load_oob = "CDL_SCW"
			inherit_technology = SAF

			hidden_effect = {
				add_ideas = {
					CDL_political_refuge
					CDL_haven_of_south_africa
				}
			}
		}
	}
}

country_event = { # The Zulu-Xhosa Alliance breaks free
	id = GRO_REICHSSTAAT_BOERS.108
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.108" }
	title = GRO_REICHSSTAAT_BOERS.108.t
	desc = GRO_REICHSSTAAT_BOERS.108.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # He has it now
		name = GRO_REICHSSTAAT_BOERS.108.a

		ZUL = {
			transfer_state = 934
			add_state_core = 934
			transfer_state = 719
			add_state_core = 719

			load_oob = "ZUL_SCW"
			inherit_technology = SAF

			hidden_effect = {
				add_ideas = {
					ZUL_ifp_anc_split
					ZUL_anti_segregation_resurgence
				}

				ANC = {
					every_unit_leader = {
						limit = {
							OR = {
								has_id = 3818
								has_id = 3825
								has_id = 3824
							}
						}
						set_nationality = ZUL
					}
				}

				every_unit_leader = {
					limit = {
						OR = {
							has_id = 3825
						}
					}
					promote_leader = yes
				}
			}
		}

		hidden_effect = {
			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.109
					days = 7
				}
			}
		}
	}
}

country_event = { # The Kingdoms of Lesotho and Eswatini declares their independence
	id = GRO_REICHSSTAAT_BOERS.109
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.109" }
	title = GRO_REICHSSTAAT_BOERS.109.t
	desc = GRO_REICHSSTAAT_BOERS.109.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # He has it now
		name = GRO_REICHSSTAAT_BOERS.109.a

		LTH = {
			transfer_state = 935
			add_state_core = 935

			load_oob = "LTH_SCW"
			inherit_technology = SAF

			hidden_effect = {
				add_ideas = {
					LTH_south_african_kingdom
					LTH_strong_anc_influence
				}
			}
		}
		SWZ = {
			transfer_state = 936
			add_state_core = 936

			load_oob = "SWZ_SCW"
			inherit_technology = SAF

			hidden_effect = {
				add_ideas = {
					SWZ_south_african_kingdom
					SWZ_uncontrolled_nepotism
				}
			}
		}
	}
}

country_event = { # Chmielewski arrives in Johannesburg
	id = GRO_REICHSSTAAT_BOERS.110
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.110" }
	title = GRO_REICHSSTAAT_BOERS.110.t
	desc = GRO_REICHSSTAAT_BOERS.110.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes

	option = { # What is the meaning of this?
		name = GRO_REICHSSTAAT_BOERS.110.a

		hidden_effect = {
			GRO = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.111
					days = 1
				}
			}

			BOR = {
				country_event = {
					id = GRO_REICHSSTAAT_BOERS.112
					days = 5
				}
			}
		}
	}
}

country_event = { # Chmielewski's report
	id = GRO_REICHSSTAAT_BOERS.111
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.111" }
	title = GRO_REICHSSTAAT_BOERS.111.t
	desc = GRO_REICHSSTAAT_BOERS.111.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes

	option = { # Retreat! It's an order!
		name = GRO_REICHSSTAAT_BOERS.111.a

		hidden_effect = {
			GRO = {

				if = {
					limit = {
						GRO = { controls_state = 942 }
					}
					country_event = {
						id = GRO_REICHSSTAAT_BOERS.113
						days = 15
					}
				}

				else = {
					country_event = {
						id = GRO_REICHSSTAAT_BOERS.116
						days = 15
					}
				}

				load_focus_tree = GRO_grossafrikanischer_reichsstaat_betrayal
				complete_national_focus = GRO_evil_and_betrayal

				remove_ideas = {
					GRO_REICHSSTAAT_boer_vasallenstaat_profits_0
					GRO_REICHSSTAAT_boer_vasallenstaat_profits_1
					GRO_REICHSSTAAT_boer_vasallenstaat_profits_2
				}
				add_ideas = GRO_REICHSSTAAT_the_boer_betrayal_0
			}
		}
	}
}

country_event = { # The Second South African Civil War
	id = GRO_REICHSSTAAT_BOERS.112
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.112" }
	title = GRO_REICHSSTAAT_BOERS.112.t
	desc = GRO_REICHSSTAAT_BOERS.112.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = { # And so it begins
		name = GRO_REICHSSTAAT_BOERS.112.a
		set_global_flag = second_south_african_civil_war

		BOR = {
			declare_war_on = {
				target = SAF
				type = annex_everything
			}
			declare_war_on = {
				target = SLF
				type = annex_everything
			}
			declare_war_on = {
				target = ZUL
				type = annex_everything
			}
		}

		ZUL = {
			declare_war_on = {
				target = SAF
				type = annex_everything
			}
		}

		hidden_effect = {
			every_country = {
				news_event = {
					id = WORLD.653
					days = 1
				}
			}

			if = {
				limit = {
					has_game_rule = {
						rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
						option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_SAF
					}
				}
				SAF = { apply_war_buff_with_10_divisions = yes }
			}
			else_if = {
				limit = {
					has_game_rule = {
						rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
						option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_SLF
					}
				}
				SLF = { apply_war_buff_with_10_divisions = yes }
				ZUL = { add_ideas = Custom_TNO_war_defense_buff }
			}
			else_if = {
				limit = {
					has_game_rule = {
						rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
						option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_BOR
					}
				}
				BOR = { apply_war_buff_with_10_divisions = yes }
			}
		}
	}
}

country_event = { # Chmielewski's new base of operations
	id = GRO_REICHSSTAAT_BOERS.113
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.113" }
	title = GRO_REICHSSTAAT_BOERS.113.t
	desc = GRO_REICHSSTAAT_BOERS.113.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes
	fire_only_once = yes

	option = { # Fight for Südafrika!
		name = GRO_REICHSSTAAT_BOERS.113.a

		SFG = {
			transfer_state = 942
			add_state_core = 942

			declare_war_on = {
				target = BOR
				type = annex_everything
			}
			declare_war_on = {
				target = SAF
				type = annex_everything
			}
			declare_war_on = {
				target = SLF
				type = annex_everything
			}
			declare_war_on = {
				target = CDL
				type = annex_everything
			}
			declare_war_on = {
				target = ZUL
				type = annex_everything
			}
			declare_war_on = {
				target = LTH
				type = annex_everything
			}
			declare_war_on = {
				target = SWZ
				type = annex_everything
			}

			hidden_effect = {
				add_ideas = {
					SFG_huttig_division
					SFG_restoring_order_in_sudafrika
				}
				load_oob = "SFG_SCW"
				inherit_technology = GRO
			}
		}

		hidden_effect = {
			GRO_Karl_Chmielewski = {
				set_nationality = SFG
			}
			GRO = {
				add_ideas = { GRO_Generic_Vacant_eco }
			}
			SFG = {
				add_country_leader_role = {
					character = GRO_Karl_Chmielewski
					country_leader = {
						desc = "POLITICS_KARL_CHMIELEWSKI_DESC"
						expire = "1999.1.23"
						ideology = national_socialism_burgundian_system_subtype
						traits = {

						}
					}
					promote_leader = yes
				}
				if = {
					limit = {
						has_game_rule = {
							rule = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME
							option = SAF_SECOND_SOUTH_AFRICAN_WAR_OUTCOME_SFG
						}
					}
					set_country_flag = request_strong_CCP_buff
					apply_war_buff_with_20_divisions = yes
				}
			}
		}
	}
}

country_event = { # Chemical attacks from the north
	id = GRO_REICHSSTAAT_BOERS.114
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.114" }
	title = GRO_REICHSSTAAT_BOERS.114.t
	desc = GRO_REICHSSTAAT_BOERS.114.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.114.a

		add_ideas = GRO_REICHSSTAAT_chemical_launches_ssafcw
	}
}

country_event = { # The Reichsstaat assaults our border
	id = GRO_REICHSSTAAT_BOERS.115
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.115" }
	title = GRO_REICHSSTAAT_BOERS.115.t
	desc = GRO_REICHSSTAAT_BOERS.115.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.115.a

		add_ideas = GRO_REICHSSTAAT_border_attacks_ssafcw
	}
}

country_event = { # The Return of Chmielewski
	id = GRO_REICHSSTAAT_BOERS.116
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.116" }
	title = GRO_REICHSSTAAT_BOERS.116.t
	desc = GRO_REICHSSTAAT_BOERS.116.desc
	picture = GFX_report_event_generic_sign_treaty1

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.116.a

		add_ideas = GRO_REICHSSTAAT_border_attacks_ssafcw
	}
}

country_event = { # Hertzog steps down from the presidency
	id = GRO_REICHSSTAAT_BOERS.117
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.117" }
	title = GRO_REICHSSTAAT_BOERS.117.t
	desc = GRO_REICHSSTAAT_BOERS.117.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.117.a
		retire_character = BOR_Albert_Hertzog
		promote_character = BOR_Boere_Volksraad
		set_politics = { ruling_party = fascism }
		add_popularity = {
			ideology = national_socialism
			popularity = -0.15
		}
		add_popularity = {
			ideology = fascism
			popularity = 0.15
		}

		GRO = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.119
				days = 40
			}
		}
	}
}

country_event = { # Malan steps down
	id = GRO_REICHSSTAAT_BOERS.118
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.118" }
	title = GRO_REICHSSTAAT_BOERS.118.t
	desc = GRO_REICHSSTAAT_BOERS.118.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.118.a
		retire_character = SAF_Magnus_Malan
		promote_character = BOR_Boere_Volksraad

		GRO = {
			country_event = {
				id = GRO_REICHSSTAAT_BOERS.119
				days = 40
			}
		}
	}
}

country_event = { # First Elections of the Boer Republic
	id = GRO_REICHSSTAAT_BOERS.119
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_BOERS.119" }
	title = GRO_REICHSSTAAT_BOERS.119.t
	desc = GRO_REICHSSTAAT_BOERS.119.desc
	picture = GFX_report_event_lithuania_army

	is_triggered_only = yes
	fire_only_once = yes

	option = {
		name = GRO_REICHSSTAAT_BOERS.119.a

		set_temp_variable = { BOR_chance_for_botha = GRO_REICHSSTAAT_cabal_power }
		set_temp_variable = { BOR_election_diceroll = random }
		if = {
			limit = {
				has_game_rule = { rule = BOR_ELECTION_OUTCOME option = BOR_ELECTION_OUTCOME_BOTHA }
				check_variable = { GRO_REICHSSTAAT_cabal_power > 0 }
			}
			set_temp_variable = { BOR_chance_for_botha = 100 }
		}
		else_if = {
			limit = {
				has_game_rule = { rule = BOR_ELECTION_OUTCOME option = BOR_ELECTION_OUTCOME_MARAIS }
			}
			set_temp_variable = { BOR_chance_for_botha = 0 }
		}
		if = {
			limit = { check_variable = { BOR_election_diceroll < BOR_chance_for_botha } }
			BOR = {
				remove_faction_status = yes
				set_cosmetic_tag = BOR_Pakt
				promote_character = BOR_P_W_Botha
			}

			GER = {
				country_event = {
					id = GRO_REICHSSTAAT_REICH.11
					days = 1
				}
			}
		}
		else = {
			BOR = {
				remove_faction_status = yes
				promote_character = BOR_Jaap_Marais
			}

			GER = {
				country_event = {
					id = GRO_REICHSSTAAT_REICH.12
					days = 1
				}
			}
		}
	}
}

###############################
#Reich-Reichsstaat interactions#
###############################

#country_event = { # Göring reacts to the Reichsstaat forming
#	id = GRO_REICHSSTAAT_REICH.1
#	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.1" }
#	title = GRO_REICHSSTAAT_REICH.1.t
#	desc = GRO_REICHSSTAAT_REICH.1.desc
#	picture = GFX_report_event_generic_sign_treaty3
#
#	is_triggered_only = yes
#	fire_only_once = yes
#
#
#	option = {
#		name = GRO_REICHSSTAAT_REICH.1.a
#
#
#	}
#}

country_event = { # Speer reacts to the Reichsstaat forming
	id = GRO_REICHSSTAAT_REICH.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.2" }
	title = GRO_REICHSSTAAT_REICH.2.t
	desc = GRO_REICHSSTAAT_REICH.2.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.2.a
	}
}

country_event = { # Bormann reacts to the Reichsstaat forming
	id = GRO_REICHSSTAAT_REICH.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.3" }
	title = GRO_REICHSSTAAT_REICH.3.t
	desc = GRO_REICHSSTAAT_REICH.3.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.3.a
	}
}

country_event = { # Speer reacts to the Reichsstaat forming, while the GCW is going on
	id = GRO_REICHSSTAAT_REICH.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.4" }
	title = GRO_REICHSSTAAT_REICH.4.t
	desc = GRO_REICHSSTAAT_REICH.4.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.4.a
	}
}

country_event = { # The Reich reacts to a Forschner victory
	id = GRO_REICHSSTAAT_REICH.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.6" }
	title = GRO_REICHSSTAAT_REICH.6.t
	desc = GRO_REICHSSTAAT_REICH.6.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.6.a
	}
}

country_event = { # The Reich reacts to a von Hassel victory
	id = GRO_REICHSSTAAT_REICH.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.7" }
	title = GRO_REICHSSTAAT_REICH.7.t
	desc = GRO_REICHSSTAAT_REICH.7.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.7.a
		GER = { add_to_faction = GRO }
		GRO = {
			save_party_popularities = yes
			get_current_government_type = yes
			GER = {
				set_autonomy = {
					target = GRO
					autonomy_state = autonomy_military_government
				}
			}
			apply_party_popularities = yes
			restore_previous_government_type = yes
			if = {
				limit = { has_global_flag = german_civil_war_speervic }
				join_zollverein = yes
			}
			econ_join_sphere_GER = yes
			remove_faction_status = yes
			add_ideas = Pakt_Military_Authority
		}
		GER = {
			set_temp_variable = { SeaZone_ID = 2 } # 2; South Atlantic
			Cold_War_GUI_PowerProjection_AddSeaZone = yes
		}
	}
}

country_event = { # Bormann reacts to the Reichsstaat forming, while the GCW is going on
	id = GRO_REICHSSTAAT_REICH.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.8" }
	title = GRO_REICHSSTAAT_REICH.8.t
	desc = GRO_REICHSSTAAT_REICH.8.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.8.a
	}
}

country_event = { # Heydrich reacts to the Reichsstaat forming, while the GCW is going on
	id = GRO_REICHSSTAAT_REICH.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.9" }
	title = GRO_REICHSSTAAT_REICH.9.t
	desc = GRO_REICHSSTAAT_REICH.9.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.9.a
	}
}

country_event = { # Göring reacts to the Reichsstaat forming, while the GCW is going on
	id = GRO_REICHSSTAAT_REICH.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.10" }
	title = GRO_REICHSSTAAT_REICH.10.t
	desc = GRO_REICHSSTAAT_REICH.10.desc
	picture = GFX_report_event_generic_sign_treaty3

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.10.a
	}
}

country_event = { # MEMORANDUM ON THE BOER REPUBLIC (1)
	id = GRO_REICHSSTAAT_REICH.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.11" }
	title = GRO_REICHSSTAAT_REICH.11.t
	desc = GRO_REICHSSTAAT_REICH.11.desc
	picture = GFX_report_event_GRO_von_hassel

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.11.a
		add_to_faction = BOR
		BOR = {
			if = {
				limit = { has_global_flag = german_civil_war_speervic }
				join_zollverein = yes
			}
			econ_join_sphere_GER = yes
			add_ideas = Pakt_Bundnispartner
		}
		hidden_effect = {
			GER = {
				country_event = {
					id = GRO_REICHSSTAAT_REICH.14
					days = 20
				}
				country_event = {
					id = GRO_REICHSSTAAT_REICH.13
					days = 10
				}
			}
			every_country = {
				limit = { is_ai = no }
				news_event = { id = WORLD.18109 }
			}
		}
	}
}

country_event = { # MEMORANDUM ON THE BOER REPUBLIC (2)
	id = GRO_REICHSSTAAT_REICH.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.12" }
	title = GRO_REICHSSTAAT_REICH.12.t
	desc = GRO_REICHSSTAAT_REICH.12.desc
	picture = GFX_report_event_GRO_von_hassel

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.12.a
		every_country = {
			limit = { is_ai = no }
			news_event = { id = WORLD.18110 }
		}
	}
}

country_event = { # The Wehrmacht Returns to Afrika
	id = GRO_REICHSSTAAT_REICH.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.13" }
	title = GRO_REICHSSTAAT_REICH.13.t
	desc = GRO_REICHSSTAAT_REICH.13.desc
	picture = GFX_report_event_GER_army_2

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.13.a
	}
}

country_event = { # Allies with Economic Benefits
	id = GRO_REICHSSTAAT_REICH.14
	immediate = { log = "[GetDateText]: [Root.GetName]: event GRO_REICHSSTAAT_REICH.14" }
	title = GRO_REICHSSTAAT_REICH.14.t
	desc = GRO_REICHSSTAAT_REICH.14.desc
	picture = GFX_report_event_GER_hermann_josef_abs

	is_triggered_only = yes
	fire_only_once = yes


	option = {
		name = GRO_REICHSSTAAT_REICH.14.a
		set_temp_variable = { gdp_growth_temp = 0.5 }
		econ_gdp_growth_change = yes
	}
}
