add_namespace = WORLD

news_event = { #Frankfurt Meltdown
	id = WORLD.603
	immediate = {log = "[GetDateText]: [Root.GetName]: event WORLD.603"}
	title = WORLD.603.t
	desc = WORLD.603.desc
	picture = GFX_news_event_german_space

	fire_only_once = yes
	is_triggered_only = yes

	option = { #Everyone but Germany
		name = WORLD.603.a
	}
}

add_namespace = WORLD_REICH

#################################################
##=|            Göring World Events          |=##
##======================| |====================##
#################################################
# Reserved event slots: 300-399 (WORLD_REICH)

news_event = { # Göring Germany declares war on Burgundy for Fall Schwarz
	id = WORLD_REICH.300
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.300" }
	title = WORLD_REICH.300.t
	desc = WORLD_REICH.300.desc
	picture = GFX_news_event_GER_eastern_front_german_troops
	
	is_triggered_only = yes

	option = { # We will crush the traitors
		name = WORLD_REICH.300.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_SCHWARZ }
			TNO_fire_super_event = yes
		}
	}

	option = { # The decadent fools will face their doom
		name = WORLD_REICH.300.b
		trigger = { tag = BRG }
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_SCHWARZ }
			TNO_fire_super_event = yes
		}
	}

	option = { # The final battle is come
		name = WORLD_REICH.300.c
		trigger = {
			has_government = national_socialism
			NOT = {
				tag = BRG
				tag = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_SCHWARZ }
			TNO_fire_super_event = yes
		}
	}

	option = { # Oh my god!
		name = WORLD_REICH.300.e
		trigger = {
			NOT = {
				tag = BRG
				tag = GER
				is_in_faction_with = GER
			}
			OR = {
				has_government = communist
				has_government = ultranationalism
				has_government = national_socialism
				has_government = fascism
				has_government = conservatism
				has_government = progressivism
				has_government = liberalism
				has_government = socialist
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_SCHWARZ }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Göring Germany declares war on America for Fall Rockwell
	id = WORLD_REICH.301
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.301" }
	title = WORLD_REICH.301.t
	desc = WORLD_REICH.301.desc
	picture = GFX_news_event_USA_bomber

	is_triggered_only = yes

	option = { # We will never bow to tyrants!
		name = WORLD_REICH.301.a
		trigger = { tag = USA }
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROCKWELL }
			TNO_fire_super_event = yes
		}
	}

	option = { # Down with the Eagle!
		name = WORLD_REICH.301.b
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROCKWELL }
			TNO_fire_super_event = yes
		}
	}

	option = { # The OFN stands fast!
		name = WORLD_REICH.301.c
		trigger = {
			is_in_faction_with = USA
			NOT = { tag = USA }
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROCKWELL }
			TNO_fire_super_event = yes
		}
	}

	option = { # Oh my god!
		name = WORLD_REICH.301.d
		trigger = {
			NOT = {
				is_in_faction_with = USA
				is_in_faction_with = GER
				tag = GER
				tag = USA
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROCKWELL }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Göring Germany declares war on Japan for Fall Dammerung
	id = WORLD_REICH.302
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.302" }
	title = WORLD_REICH.302.t
	desc = WORLD_REICH.302.desc
	picture = GFX_news_event_MAD_madagaskar_civil_war

	is_triggered_only = yes

	option = { # Bring them to heel!
		name = WORLD_REICH.302.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_DAMMERUNG }
			TNO_fire_super_event = yes
		}
	}

	option = { # Let them come and face their death!
		name = WORLD_REICH.302.b
		trigger = { tag = JAP }
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_DAMMERUNG }
			TNO_fire_super_event = yes
		}
	}

	option = { # We shall rally to our friend!
		name = WORLD_REICH.302.c
		trigger = {
			NOT = { tag = JAP }
			is_in_faction_with = JAP
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_DAMMERUNG }
			TNO_fire_super_event = yes
		}
	}

	option = { # Oh my god!
		name = WORLD_REICH.302.d
		trigger = {
			NOT = {
				is_in_faction_with = JAP
				is_in_faction_with = GER
				tag = GER
				tag = JAP
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_DAMMERUNG }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Göring's Big Guns (Event for a New Age of Science)
	id = WORLD_REICH.303
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.303" }
	title = WORLD_REICH.303.t
	desc = WORLD_REICH.303.desc
	picture = GFX_news_event_generic_scientist

	is_triggered_only = yes

	option = { # Germany
		name = WORLD_REICH.303.a
		trigger = { tag = GER }
	}

	option = { # The Majors
		name = WORLD_REICH.303.b
		trigger = {
			OR = {
				tag = JAP
				tag = USA
			}
		}
	}

	option = { # The Minors
		name = WORLD_REICH.303.c
		trigger = {
			NOT = {
				original_tag = USA
				original_tag = GER
				original_tag = JAP
			}
		}
	}
}

news_event = { # Schörner coups Göring
	id = WORLD_REICH.305
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.305" }
	title = WORLD_REICH.305.t
	desc = WORLD_REICH.305.desc
	picture = GFX_news_event_GER_schorner_victory

	is_triggered_only = yes

	option = { #
		name = WORLD_REICH.305.a
	}
}

news_event = { # Göring Germany declares war on Russia for Fall Rot
	id = WORLD_REICH.306
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.306" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.306.desc
	picture = GFX_news_event_GER_eastern_front_german_troops

	is_triggered_only = yes

	option = { # Third time's the charm
		name = WORLD_REICH.306.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT }
			TNO_fire_super_event = yes
		}
	}

	option = { # Let them come and face their death!
		name = WORLD_REICH.306.b
		trigger = { is_russian_nation = yes }
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT }
			TNO_fire_super_event = yes
		}
	}

	option = { # Oh my god!
		name = WORLD_REICH.306.c
		trigger = {
			NOT = {
				is_in_faction_with = GER
				is_russian_nation = yes
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Göring Germany declares war on Italy for Fall Gaiseric
	id = WORLD_REICH.307
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.307" }
	title = WORLD_REICH.307.t
	desc = WORLD_REICH.307.desc
	picture = GFX_news_event_ITA_terrorist_attack_italy

	is_triggered_only = yes

	option = { # Bring them to heel!
		name = WORLD_REICH.307.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_GERMAN_ITALIAN_INVASION }
			TNO_fire_super_event = yes
		}
	}

	option = { # Let 'em in, don't let 'em out
		name = WORLD_REICH.307.b
		trigger = { 
			OR = {
				tag = ITA
				is_subject_of = ITA
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_GERMAN_ITALIAN_INVASION }
			TNO_fire_super_event = yes
		}
	}

	option = { # We wish them good luck.
		name = WORLD_REICH.307.c
		trigger = {
			OR = {
				tag = USA
				tag = jAP
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_GERMAN_ITALIAN_INVASION }
			TNO_fire_super_event = yes
		}
	}

	option = { # Oh my god!
		name = WORLD_REICH.307.d
		trigger = {
			NOT = {
				tag = ITA
				is_subject_of = ITA
				is_in_faction_with = GER
				tag = USA
				tag = JAP
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_GERMAN_ITALIAN_INVASION }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Germany nukes huttig
	id = WORLD_REICH.308
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.308" }
	title = WORLD_REICH.308.t
	desc = WORLD_REICH.308.desc
	picture = GFX_news_event_GER_germany_nuke_anarchy

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.308.a
		trigger = {
			OR = {
				tag = GER
				is_subject_of = GER
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_HUTTIG_NUCLEAR_BOMBING }
			TNO_fire_super_event = yes
		}
	}

	option = { # Wth
		name = WORLD_REICH.308.b
		trigger = {
			NOT = {
				is_subject_of = GER
				tag = GER
				tag = GRO
			}
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_HUTTIG_NUCLEAR_BOMBING }
			TNO_fire_super_event = yes
		}
	}

	option = { # Wha-
		name = WORLD_REICH.308.c
		trigger = {
			tag = GRO
		}
		if = {
			limit = { is_ai = no }
			set_temp_variable = { TNO_temp_super_event = token:SE_HUTTIG_NUCLEAR_BOMBING }
			TNO_fire_super_event = yes
		}
	}
}


news_event = { # Russiche Reich formed
	id = WORLD_REICH.309
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.309" }
	title = WORLD_REICH.309.t
	desc = WORLD_REICH.309.desc
	picture = GFX_news_event_russia_aryan_brotherhood

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.309.a
		trigger = {
			OR = {
				tag = GER
				is_subject_of = GER
			}
		}
	}

	option = { # Wth
		name = WORLD_REICH.309.b
		trigger = {
			NOT = {
				is_subject_of = GER
				tag = GER
			}
		}
	}
}

news_event = { # ARC won yappie
	id = WORLD_REICH.310
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.310" }
	title = WORLD_REICH.310.t
	desc = WORLD_REICH.310.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # we'll be back
		name = WORLD_REICH.310.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}

	option = { # yappie
		name = WORLD_REICH.310.b
		trigger = {
			is_russian_nation = yes
		}
	}

	option = {
		name = WORLD_REICH.310.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_russian_nation = yes
			}
		}
	}
}


news_event = { # German invasion of Iberia
	id = WORLD_REICH.311
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.311" }
	title = WORLD_REICH.311.t
	desc = { 
		text = WORLD_REICH.311.desc.a
		trigger = {
			has_global_flag = Iberian_Wars
		}
	}
	desc = {
		text = WORLD_REICH.311.desc.b
		trigger = {
			NOT = { has_global_flag = Iberian_Wars }
		}
	}
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes
	fire_only_once = yes

	option = { # yappie
		name = WORLD_REICH.311.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}

	option = { # kys
		name = WORLD_REICH.311.b
		trigger = {
			is_iberian_country = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.311.c
		trigger = {
			has_global_flag = Iberian_Wars
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_iberian_country = yes
			}
		}
	}

	option = { # k fam
		name = WORLD_REICH.311.d
		trigger = {
			NOT = {
				has_global_flag = Iberian_Wars
				tag = GER
				is_in_faction_with = GER
				is_iberian_country = yes
			}
		}
	}
}

news_event = { # German invasion of Africa?
	id = WORLD_REICH.312
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.312" }
	title = WORLD_REICH.312.t
	desc = WORLD_REICH.312.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.312.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}

	option = { # kys
		name = WORLD_REICH.312.b
		trigger = {
			is_african_nation = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.312.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_african_nation = yes
			}
		}
	}
}

news_event = { # West African ceasefire
	id = WORLD_REICH.313
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.313" }
	title = WORLD_REICH.313.t
	desc = WORLD_REICH.313.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # lol what
		name = WORLD_REICH.313.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}

	option = { # kys
		name = WORLD_REICH.313.b
		trigger = {
			is_russian_nation = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.313.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_russian_nation = yes
			}
		}
	}
}

news_event = { # German invasion of Turkey
	id = WORLD_REICH.314
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.314" }
	title = WORLD_REICH.314.t
	desc = WORLD_REICH.314.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.314.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}

	option = { # kys
		name = WORLD_REICH.314.b
		trigger = {
			is_russian_nation = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.314.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_russian_nation = yes
			}
		}
	}
}


news_event = { # Fall Rot - Yazov
	id = WORLD_REICH.315
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.315" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.315.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.315.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_YAZOV }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.315.b
		trigger = {
			tag = OMS
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_YAZOV }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.315.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = OMS
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_YAZOV }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Fall Rot - WRRF
	id = WORLD_REICH.316
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.316" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.316.desc
	picture = GFX_news_event_russia_wrrf_1

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.316.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_WRRF }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.316.b
		trigger = {
			tag = WRS
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_WRRF }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.316.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = WRS
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_WRRF }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Fall Rot - Samara
	id = WORLD_REICH.317
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.317" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.317.desc
	picture = GFX_news_event_GER_eastern_front_german_troops

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.317.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_SAMARA }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.317.b
		trigger = {
			tag = SAM
			NOT = {
				has_government = national_socialism
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_SAMARA }
			TNO_fire_super_event = yes
		}
	}


	option = { # kys
		name = WORLD_REICH.317.c
		trigger = {
			tag = SAM
			has_government = national_socialism
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_SAMARA }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.317.d
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = SAM
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_SAMARA }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Fall Rot - Taboritsky
	id = WORLD_REICH.318
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.318" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.318.desc
	picture = GFX_news_event_GER_germany_nuke_anarchy

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.318.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.318.b
		trigger = {
			tag = SAM
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.318.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = SAM
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Fall Rot - Vagner
	id = WORLD_REICH.319
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.319" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.319.desc
	picture = GFX_news_event_GER_eastern_front_german_troops

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.319.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VAGNER }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.319.b
		trigger = {
			tag = PRM
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VAGNER }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.319.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = PRM
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VAGNER }
			TNO_fire_super_event = yes
		}
	}
}


news_event = { # Fall Rot - Velimir
	id = WORLD_REICH.320
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.320" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.320.desc
	picture = GFX_news_event_GER_eastern_front_german_troops

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.320.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VELIMIR }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.320.b
		trigger = {
			tag = PRM
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VELIMIR }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.320.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				tag = PRM
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_VELIMIR }
			TNO_fire_super_event = yes
		}
	}
}

news_event = { # Fall Rot - Tabby AM
	id = WORLD_REICH.321
	immediate = { log = "[GetDateText]: [Root.GetName]: event WORLD_REICH.321" }
	title = WORLD_REICH.306.t
	desc = WORLD_REICH.321.desc
	picture = GFX_news_event_GER_germany_nuke_anarchy

	is_triggered_only = yes

	option = { # yappie
		name = WORLD_REICH.321.a
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY_AM }
			TNO_fire_super_event = yes
		}
	}

	option = { # kys
		name = WORLD_REICH.321.b
		trigger = {
			is_after_midninght_russian_nation = yes
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY_AM }
			TNO_fire_super_event = yes
		}
	}

	option = { # k fam
		name = WORLD_REICH.321.c
		trigger = {
			NOT = {
				tag = GER
				is_in_faction_with = GER
				is_after_midninght_russian_nation = yes
			}
		}
		if = {
			limit = {
				is_ai = no
			}
			set_temp_variable = { TNO_temp_super_event = token:SE_FALL_ROT_TABORITSKY_AM }
			TNO_fire_super_event = yes
		}
	}
}
