################
# SUPER EVENTS #
################

add_namespace = super
add_namespace = super_info

country_event = { #info
	id = super_info.1
	title = super_info.1.t
	desc = super_info.1.d
	picture = GFX_super_event_picture

	is_triggered_only = yes
	
	fire_only_once = no

	option = { #changelog
		name = super_info.1.a
		country_event = { id = super_info.2 }
	}
	option = { #bye
		name = super_info.1.b
	}
}

country_event = { #changelog
	id = super_info.2
	title = super_info.2.t
	desc = super_info.2.d
	picture = GFX_report_event_physics_lab_01

	is_triggered_only = yes
	
	fire_only_once = no

	option = { #bye
		name = super_info.2.a
	}
}

country_event = {	#ww2
	id = super.1
	title = super.1.t
	desc = super.1.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND = {
			GER = { has_government = fascism }
			OR = {
				GER = { has_offensive_war_with = ENG }
				GER = { has_offensive_war_with = FRA }
			}
			NOT = {
				has_global_flag = Super_WW2
			}
		}
	}

	option = {
		name = super.1.a
		
        set_global_flag = GER_WW2
		set_global_flag = Super_Event_Visible
		play_song = "super_ww2"
		
		#WW2 Flag
		set_global_flag = Super_WW2
	}
}

country_event = {	#Second Sino Japanese War
	id = super.2
	title = super.2.t
	desc = super.2.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		JAP = { has_war_with = CHI }
	}

	option = {
		name = super.2.a
		
        set_global_flag = JAP_Sino_Japanese
		set_global_flag = Super_Event_Visible
		play_song = "super_sino_japanese_war"
	}
}

country_event = {	#Spanish Civil War
	id = super.3
	title = super.3.t
	desc = super.3.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = spanish_civil_war
	}
	
	option = {
		name = super.3.a
		
        set_global_flag = SPA_Civil_War
		set_global_flag = Super_Event_Visible
		play_song = "super_spainish_civil_war"
	}
}

country_event = {	#Pacific War
	id = super.4
	title = super.4.t
	desc = super.4.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		USA = { has_defensive_war_with = JAP }
	}
	
	option = {
		name = super.4.a
		
        set_global_flag = USA_Pacific_War
		set_global_flag = Super_Event_Visible
		play_song = "super_pacific_war"
	}
}

country_event = {	#Barb
	id = super.5
	title = super.5.t
	desc = super.5.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND = {
			GER = { has_offensive_war_with = SOV }
			GER = { has_government = fascism }
		}
	}
	
	option = {
		name = super.5.a
		
        set_global_flag = GER_Barbarossa
		set_global_flag = Super_Event_Visible
		play_song = "super_barbarossa"
	}
}

country_event = {	#Nationalist Victory
	id = super.6
	title = super.6.t
	desc = super.6.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			AND = { 
				has_global_flag = SPR_franco_won
				NOT = { has_global_flag = SPR_carlist_uprising_flag }
				has_global_flag = scw_early_end
			}
			AND = {
				has_global_flag = SPR_franco_won
				has_global_flag = SPR_carlist_uprising_flag
			}
			AND = {
			has_global_flag = SPR_franco_won
				NOT = {
				has_global_flag = SPR_carlist_uprising_flag
				has_global_flag = scw_early_end
				}
			}
		}
	}
	
	option = {
		name = super.6.a
		
        set_global_flag = SPA_Nationalist
		set_global_flag = Super_Event_Visible
		play_song = "super_nationalist_victory"
	}
}

country_event = {	#Republican Victory
	id = super.7
	title = super.7.t
	desc = super.7.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_democrats_won
	}
	
	option = {
		name = super.7.a
		
        set_global_flag = SPA_Republican
		set_global_flag = Super_Event_Visible
		play_song = "super_republican_victory"
	}
}

country_event = {	#Anarchist Victory
	id = super.8
	title = super.8.t
	desc = super.8.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_anarchists_won
	}
	
	option = {
		name = super.8.a
		
        set_global_flag = SPA_Anarchist
		set_global_flag = Super_Event_Visible
		play_song = "super_anarchist_victory"
	}
}

country_event = {	#Communist Victory
	id = super.9
	title = super.9.t
	desc = super.9.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_poum_won
	}
	
	option = {
		name = super.9.a
		
        set_global_flag = SPA_Communist
		set_global_flag = Super_Event_Visible
		play_song = "super_communist_victory"
	}
}

country_event = {	#Falangist Victory
	id = super.10
	title = super.10.t
	desc = super.10.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_falange_won
	}
	
	option = {
		name = super.10.a
		
        set_global_flag = SPA_Falangist
		set_global_flag = Super_Event_Visible
		play_song = "super_falangist_victory"
	}
}

country_event = {	#Stalinist Victory
	id = super.11
	title = super.11.t
	desc = super.11.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_stalinists_won
	}
	
	option = {
		name = super.11.a
		
        set_global_flag = SPA_Stalinist
		set_global_flag = Super_Event_Visible
		play_song = "super_stalinist_victory"
	}
}

country_event = {	#Carlist Victory
	id = super.12
	title = super.12.t
	desc = super.12.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = scw_over
		has_global_flag = SPR_carlists_won
	}
	
	option = {
		name = super.12.a
		
        set_global_flag = SPA_Carlist
		set_global_flag = Super_Event_Visible
		play_song = "super_carlist_victory"
	}
}

country_event = {	#Fall of UK
	id = super.13
	title = super.13.t
	desc = super.13.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = ENG
			}
			ENG = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.13.a
		
        set_global_flag = ENG_fall
		set_global_flag = Super_Event_Visible
		play_song = "super_british_collapse"
	}
}

country_event = {	#Fall of Germany
	id = super.14
	title = super.14.t
	desc = super.14.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = GER
			}
			GER = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.14.a
		
        set_global_flag = GER_fall
		set_global_flag = Super_Event_Visible
		play_song = "super_fall_germany"
	}
}

country_event = {	#Fall of Russia
	id = super.15
	title = super.15.t
	desc = super.15.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = SOV
			}
			SOV = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.15.a
		
        set_global_flag = SOV_fall
		set_global_flag = Super_Event_Visible
		play_song = "super_soviet_end"
	}
}

country_event = {	#Fall of Japan
	id = super.16
	title = super.16.t
	desc = super.16.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = JAP
			}
			JAP = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.16.a
		
        set_global_flag = JAP_fall
		set_global_flag = Super_Event_Visible
		play_song = "super_japanese_surrender"
	}
}

country_event = {	#Fall of USA
	id = super.17
	title = super.17.t
	desc = super.17.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = USA
			}
			USA = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.17.a
		
        set_global_flag = USA_fall
		set_global_flag = Super_Event_Visible
		play_song = "super_fall_america"
	}
}

country_event = {	#1st Nuke
	id = super.18
	title = super.18.t
	desc = super.18.d
	picture = GFX_report_event_diplomatic_message

	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = first_nuke_dropped
	}
	
	option = {
		name = super.18.a
		
        set_global_flag = SP_Nuke
		set_global_flag = Super_Event_Visible
		play_song = "super_nuke"
	}
}

country_event = { #Imperial Fed
	id = super.19
	title = super.19.t
	desc = super.19.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		ENG = { has_completed_focus = ENG_imperial_federation }
	}
	
	option = {
		name = super.19.a 
		
		set_global_flag = UK_ImpFed
		set_global_flag = Super_Event_Visible
		play_song = "super_imperial_federation"
	}
}

country_event = { #Decolonization
	id = super.20
	title = super.20.t
	desc = super.20.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		ENG = { has_completed_focus = ENG_decolonization }
	}
	
	option = {
		name = super.20.a 
		
		set_global_flag = UK_Decolonization
		set_global_flag = Super_Event_Visible
		play_song = "super_decolonization"
	}
}

country_event = { #King's Party
	id = super.21
	title = super.21.t
	desc = super.21.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		ENG = { has_completed_focus = ENG_the_kings_party }
	}
	
	option = {
		name = super.21.a 
		
		set_global_flag = UK_King
		set_global_flag = Super_Event_Visible
		play_song = "super_king_edward"
	}
}

country_event = { #Mosley
	id = super.22
	title = super.22.t
	desc = super.22.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND = {
			ENG = { has_completed_focus = ENG_organize_the_blackshirts }
			ENG = { has_government = fascism }
		}
	}
	
	option = {
		name = super.22.a 
		
		set_global_flag = UK_Mosley
		set_global_flag = Super_Event_Visible
		play_song = "super_mosley"
	}
}

country_event = { #Communist Britain
	id = super.23
	title = super.23.t
	desc = super.23.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND = {
			ENG = { has_completed_focus = ENG_concessions_to_the_trade_unions }
			ENG = { has_government = communism }
		}
	}
	
	option = {
		name = super.23.a 
		
		set_global_flag = UK_Communist
		set_global_flag = Super_Event_Visible
		play_song = "super_communist_uk"
	}
}

#############
###GERMANY###
#############

country_event = { #Kaiser's WW2
	id = super.24
	title = super.24.t
	desc = super.24.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		
		AND = {
			GER = { has_government = neutrality }
			OR = {
				GER = { has_offensive_war_with = ENG }
				GER = { has_offensive_war_with = FRA }
			}
			NOT = {
				has_global_flag = Super_WW2
			}
		}
	}
	
	option = {
		name = super.24.a 
		
		set_global_flag = GER_KaiserWW2
		set_global_flag = Super_Event_Visible
		play_song = "super_ww2"
		
		#WW2 Flag
		set_global_flag = Super_WW2
	}
}

country_event = { #German Civil War
	id = super.25
	title = super.25.t
	desc = super.25.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		GER = { has_completed_focus = GER_oppose_hitler }
	}
	
	option = {
		name = super.25.a 
		
		set_global_flag = GER_GCW
		set_global_flag = Super_Event_Visible
		play_song = "super_german_civil_war"
	}
}

country_event = { #Kaiser Returns
	id = super.26
	title = super.26.t
	desc = super.26.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			GER = { 
				has_country_leader = { ruling_only = yes character = GER_wilhelm_ii }
			}
			GER = { 
				has_country_leader = { ruling_only = yes character = GER_wilhelm_iii }
			}
		}
	}
	
	option = {
		name = super.26.a 
		
		set_global_flag = GER_Kaiser
		set_global_flag = Super_Event_Visible
		play_song = "super_kaiser"
	}
}

country_event = { #Democracy in Germany
	id = super.27
	title = super.27.t
	desc = super.27.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		GER = { has_completed_focus = GER_the_monarchy_compromise }
	}
	
	option = {
		name = super.27.a 
		
		set_global_flag = GER_Democracy
		set_global_flag = Super_Event_Visible
		play_song = "super_german_democracy"
	}
}

country_event = { #Endsieg
	id = super.28
	title = super.28.t
	desc = super.28.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		GER = { has_government = fascism }
		
		OR = { #Berlin
			GER = { has_full_control_of_state = 64 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 64
			}
		}
		OR = { #Vienna
			GER = { has_full_control_of_state = 4 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 4
			}
		}
		OR = { #London
			GER = { has_full_control_of_state = 126 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 126
			}
		}
		OR = { #Paris
			GER = { has_full_control_of_state = 16 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 16
			}
		}
		OR = { #Amsterdam
			GER = { has_full_control_of_state = 7 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 7
			}
		}
		OR = { #Brussels
			GER = { has_full_control_of_state = 6 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 6
			}
		}
		OR = { #Rome
			GER = { has_full_control_of_state = 2 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 2
			}
		}
		OR = { #Athens
			GER = { has_full_control_of_state = 47 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 47
			}
		}
		OR = { #Prague
			GER = { has_full_control_of_state = 9 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 9
			}
		}
		OR = { #Warsaw
			GER = { has_full_control_of_state = 10 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 10
			}
		}
		OR = { #Copenhagen
			GER = { has_full_control_of_state = 37 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 37
			}
		}
		OR = { #Oslo
			GER = { has_full_control_of_state = 110 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 110
			}
		}
		OR = { #Bucharest
			GER = { has_full_control_of_state = 46 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 46
			}
		}
		OR = { #Budapest
			GER = { has_full_control_of_state = 43 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 43
			}
		}
		OR = { #Belgrade
			GER = { has_full_control_of_state = 107 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 107
			}
		}
		OR = { #Sofia
			GER = { has_full_control_of_state = 48 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 48
			}
		}
		OR = { #Kiev
			GER = { has_full_control_of_state = 202 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 202
			}
		}
		OR = { #Leningrad
			GER = { has_full_control_of_state = 195 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 195
			}
		}
		OR = { #Moscow
			GER = { has_full_control_of_state = 219 }
			any_other_country = {
				is_in_faction_with = GER
				has_full_control_of_state = 219
			}
		}
	}
	
	option = {
		name = super.28.a 
		
		set_global_flag = GER_Endsieg
		set_global_flag = Super_Event_Visible
		play_song = "super_endsieg"
	}
}

country_event = { #Fall of France
	id = super.29
	title = super.29.t
	desc = super.29.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = FRA
			}
			FRA = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.29.a 
		
		set_global_flag = FRA_Fall
		set_global_flag = Super_Event_Visible
		play_song = "super_fall_france"
	}
}

country_event = { #Fall of Poland
	id = super.30
	title = super.30.t
	desc = super.30.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = POL
			}
			POL = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.30.a 
		
		set_global_flag = POL_Fall
		set_global_flag = Super_Event_Visible
		play_song = "super_fall_poland"
	}
}

country_event = { #Unholy Alliance
	id = super.31
	title = super.31.t
	desc = super.31.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		GER = { has_completed_focus = GER_soviet_ally }
		GER = { is_in_faction_with = SOV }
	}
	
	option = {
		name = super.31.a 
		
		set_global_flag = GER_Unholy
		set_global_flag = Super_Event_Visible
		play_song = "super_unholy_alliance"
	}
}

country_event = { #Austria-Hungary
	id = super.32
	title = super.32.t
	desc = super.32.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		any_country = { has_cosmetic_tag = HUN_EMPIRE }
	}
	
	option = {
		name = super.32.a 
		
		set_global_flag = AUS_HUN
		set_global_flag = Super_Event_Visible
		play_song = "super_austria_hungary"
	}
}

country_event = { #Kaiser's Soviet War
	id = super.33
	title = super.33.t
	desc = super.33.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		NOT = {
			GER = { has_government = fascism }
		}
		GER = { has_offensive_war_with = SOV }
	}
	
	option = {
		name = super.33.a 
		
		set_global_flag = GER_KaiserEast
		set_global_flag = Super_Event_Visible
		play_song = "super_eastern_front"
	}
}

country_event = { #Victoria 3
	id = super.34
	title = super.34.t
	desc = super.34.d 
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		GER = { 
			has_country_leader = { ruling_only = yes name = "Victoria" }
		}
	}
	
	option = {
		name = super.34.a 
		
		set_global_flag = GER_Victoria
		set_global_flag = Super_Event_Visible
		play_song = "super_victoria"
	}
}

##########
###ASIA###
##########

country_event = { #Fall of China
	id = super.35
	title = super.35.t
	desc = super.35.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			NOT = {
				country_exists = event_target:WTT_current_china_leader
			}
			event_target:WTT_current_china_leader = { has_capitulated = yes }
		}
	}
	
	option = {
		name = super.35.a
		
		set_global_flag = CHI_Fall
		set_global_flag = Super_Event_Visible
		play_song = "super_fall_china"
	}
} 

country_event = { #Chinese Civil War
	id = super.36
	title = super.36.t
	desc = super.36.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		event_target:WTT_current_china_leader = { has_war_with = event_target:WTT_communist_china }
	}
	
	option = {
		name = super.36.a
		
		set_global_flag = CHI_CW
		set_global_flag = Super_Event_Visible
		play_song = "super_chinese_civil_war"
	}
}

country_event = { #Communists Unify China
	id = super.37
	title = super.37.t
	desc = super.37.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND {
			#Game Start Controller
			#Manchurian States
			event_target:WTT_communist_china = { has_full_control_of_state = 717 }
			event_target:WTT_communist_china = { has_full_control_of_state = 714 }
			event_target:WTT_communist_china = { has_full_control_of_state = 328 }
			event_target:WTT_communist_china = { has_full_control_of_state = 715 }
			event_target:WTT_communist_china = { has_full_control_of_state = 716 }
			event_target:WTT_communist_china = { has_full_control_of_state = 761 }		
			event_target:WTT_communist_china = { has_full_control_of_state = 610 }
			#Japanese States
			event_target:WTT_communist_china = { has_full_control_of_state = 745 }
			event_target:WTT_communist_china = { has_full_control_of_state = 609 }
			event_target:WTT_communist_china = { has_full_control_of_state = 524 }
			#Mengjiang States
			event_target:WTT_communist_china = { has_full_control_of_state = 612 }
			event_target:WTT_communist_china = { has_full_control_of_state = 611 }
			#Shanxi States
			event_target:WTT_communist_china = { has_full_control_of_state = 621 }
			event_target:WTT_communist_china = { has_full_control_of_state = 746 }
			event_target:WTT_communist_china = { has_full_control_of_state = 615 }
			#Communist China
			event_target:WTT_communist_china = { has_full_control_of_state = 622 }
			#Xibei San Ma
			event_target:WTT_communist_china = { has_full_control_of_state = 283 }
			event_target:WTT_communist_china = { has_full_control_of_state = 616 }
			event_target:WTT_communist_china = { has_full_control_of_state = 753 }
			event_target:WTT_communist_china = { has_full_control_of_state = 756 }
			event_target:WTT_communist_china = { has_full_control_of_state = 755 }
			event_target:WTT_communist_china = { has_full_control_of_state = 604 }
			event_target:WTT_communist_china = { has_full_control_of_state = 754 }
			#Sinkiang
			event_target:WTT_communist_china = { has_full_control_of_state = 759 }
			event_target:WTT_communist_china = { has_full_control_of_state = 760 }
			event_target:WTT_communist_china = { has_full_control_of_state = 618 }
			event_target:WTT_communist_china = { has_full_control_of_state = 287 }
			event_target:WTT_communist_china = { has_full_control_of_state = 619 }
			#Yunnan
			event_target:WTT_communist_china = { has_full_control_of_state = 747 }
			event_target:WTT_communist_china = { has_full_control_of_state = 325 }
			#Guangxi
			event_target:WTT_communist_china = { has_full_control_of_state = 599 }
			event_target:WTT_communist_china = { has_full_control_of_state = 594 }
			event_target:WTT_communist_china = { has_full_control_of_state = 591 }
			event_target:WTT_communist_china = { has_full_control_of_state = 592 }
			event_target:WTT_communist_china = { has_full_control_of_state = 593 }
			#China
			#Northern China
			event_target:WTT_communist_china = { has_full_control_of_state = 608 }
			event_target:WTT_communist_china = { has_full_control_of_state = 614 }
			event_target:WTT_communist_china = { has_full_control_of_state = 597 }
			event_target:WTT_communist_china = { has_full_control_of_state = 743 }
			#Eastern China
			event_target:WTT_communist_china = { has_full_control_of_state = 607 }
			event_target:WTT_communist_china = { has_full_control_of_state = 598 }
			event_target:WTT_communist_china = { has_full_control_of_state = 606 }
			event_target:WTT_communist_china = { has_full_control_of_state = 620 }
			event_target:WTT_communist_china = { has_full_control_of_state = 613 }
			event_target:WTT_communist_china = { has_full_control_of_state = 749 }
			event_target:WTT_communist_china = { has_full_control_of_state = 596 }
			event_target:WTT_communist_china = { has_full_control_of_state = 600 }
			event_target:WTT_communist_china = { has_full_control_of_state = 753 }
			event_target:WTT_communist_china = { has_full_control_of_state = 595 }
			#Southern China
			event_target:WTT_communist_china = { has_full_control_of_state = 750 }
			event_target:WTT_communist_china = { has_full_control_of_state = 602 }
			event_target:WTT_communist_china = { has_full_control_of_state = 603 }
			event_target:WTT_communist_china = { has_full_control_of_state = 748 }
			event_target:WTT_communist_china = { has_full_control_of_state = 751 }
			#Western China
			event_target:WTT_communist_china = { has_full_control_of_state = 605 }
			event_target:WTT_communist_china = { has_full_control_of_state = 744 }
			event_target:WTT_communist_china = { has_full_control_of_state = 753 }
			#Qinghai
			event_target:WTT_communist_china = { has_full_control_of_state = 752 }
			event_target:WTT_communist_china = { has_full_control_of_state = 601 }
		}
	}
	
	option = {
		name = super.37.a
		
		set_global_flag = CHI_CommieUnify
		set_global_flag = Super_Event_Visible
		play_song = "super_unify_china_commie"
	}
}

country_event = { #Nationalists Unify China
	id = super.38
	title = super.38.t
	desc = super.38.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND {
			NOT = {
			event_target:WTT_current_china_leader = { has_government = communism }
			}

			#Game Start Controller
			#Manchurian States
			event_target:WTT_current_china_leader = { has_full_control_of_state = 717 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 714 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 328 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 715 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 716 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 761 }		
			event_target:WTT_current_china_leader = { has_full_control_of_state = 610 }
			#Japanese States
			event_target:WTT_current_china_leader = { has_full_control_of_state = 745 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 609 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 524 }
			#Mengjiang States
			event_target:WTT_current_china_leader = { has_full_control_of_state = 612 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 611 }
			#Shanxi States
			event_target:WTT_current_china_leader = { has_full_control_of_state = 621 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 746 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 615 }
			#Communist China
			event_target:WTT_current_china_leader = { has_full_control_of_state = 622 }
			#Xibei San Ma
			event_target:WTT_current_china_leader = { has_full_control_of_state = 283 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 616 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 753 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 756 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 755 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 604 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 754 }
			#Sinkiang
			event_target:WTT_current_china_leader = { has_full_control_of_state = 759 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 760 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 618 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 287 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 619 }
			#Yunnan
			event_target:WTT_current_china_leader = { has_full_control_of_state = 747 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 325 }
			#Guangxi
			event_target:WTT_current_china_leader = { has_full_control_of_state = 599 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 594 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 591 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 592 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 593 }
			#China
			#Northern China
			event_target:WTT_current_china_leader = { has_full_control_of_state = 608 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 614 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 597 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 743 }
			#Eastern China
			event_target:WTT_current_china_leader = { has_full_control_of_state = 607 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 598 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 606 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 620 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 613 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 749 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 596 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 600 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 595 }
			#Southern China
			event_target:WTT_current_china_leader = { has_full_control_of_state = 750 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 602 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 603 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 748 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 751 }
			#Western China
			event_target:WTT_current_china_leader = { has_full_control_of_state = 605 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 744 }
			#Qinghai
			event_target:WTT_current_china_leader = { has_full_control_of_state = 752 }
			event_target:WTT_current_china_leader = { has_full_control_of_state = 601 }
		}
	}
	
	option = {
		name = super.38.a
		
		set_global_flag = CHI_NationalistUnify
		set_global_flag = Super_Event_Visible
		play_song = "super_unify_china_nationalist"
	}
}

country_event = { #2nd Russo-Japanese War
	id = super.39
	title = super.39.t
	desc = super.39.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		JAP = { has_war_with = SOV }
	}
	
	option = {
		name = super.39.a
		
		set_global_flag = JAP_Russo
		set_global_flag = Super_Event_Visible
		play_song = "super_russo_japanese_war"
	}
}

country_event = { #Qing Dynasty
	id = super.40
	title = super.40.t
	desc = super.40.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		MAN = { has_completed_focus = MAN_claim_the_mandate_of_heaven }
	}
	
	option = {
		name = super.40.a
		
		set_global_flag = MAN_Qing
		set_global_flag = Super_Event_Visible
		play_song = "super_qing"
	}
}

country_event = { #Co-Prosperity
	id = super.41
	title = super.41.t
	desc = super.41.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		JAP = { has_government = fascism }
		
		OR = { #Tokyo
			JAP = { has_full_control_of_state = 282 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 282
			}
		}
		
		OR = { #Beijing
			JAP = { has_full_control_of_state = 608 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 608
			}
		}
		
		OR = { #Nanjing
			JAP = { has_full_control_of_state = 613 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 613
			}
		}
		
		OR = { #Chongqing
			JAP = { has_full_control_of_state = 605 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 605
			}
		}
		
		OR = { #Hong Kong
			JAP = { has_full_control_of_state = 326 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 326
			}
		}
		
		OR = { #Nanning
			JAP = { has_full_control_of_state = 594 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 594
			}
		}
		
		OR = { #Saigon
			JAP = { has_full_control_of_state = 286 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 286
			}
		}
		
		OR = { #Bangkok
			JAP = { has_full_control_of_state = 289 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 289
			}
		}
		
		OR = { #Calcutta
			JAP = { has_full_control_of_state = 431 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 431
			}
		}
		
		OR = { #Singapore
			JAP = { has_full_control_of_state = 336 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 336
			}
		}
		
		OR = { #Batavia
			JAP = { has_full_control_of_state = 335 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 335
			}
		}
		
		OR = { #Manila
			JAP = { has_full_control_of_state = 327 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 327
			}
		}
		
		OR = { #Iwo Jima
			JAP = { has_full_control_of_state = 645 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 645
			}
		}
		
		OR = { #Hawaii
			JAP = { has_full_control_of_state = 629 }
			any_other_country = {
				is_in_faction_with = JAP
				has_full_control_of_state = 629
			}
		}
	}
	
	option = {
		name = super.41.a
		
		set_global_flag = JAP_GEACPS
		set_global_flag = Super_Event_Visible
		play_song = "super_geacps"
	}
}

country_event = { #Japanese Civil War
	id = super.42
	title = super.42.t
	desc = super.42.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR {
			JAP = { has_completed_focus = JAP_pre_emptive_coup }
			JAP = { has_completed_focus = JAP_cast_the_die }
		}
	}
	
	option = {
		name = super.42.a
		
		set_global_flag = JAP_CW
		set_global_flag = Super_Event_Visible
		play_song = "super_japanese_civil_war"
	}
}

country_event = { #Chinese Victory Against Japan
	id = super.43
	title = super.43.t
	desc = super.43.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		AND {
			has_country_flag = achievement_JAP_sue_for_peace_CHI_completed
		
			OR {
				OR {
					event_target:WTT_current_china_leader = { owns_state = 745 }
					event_target:WTT_communist_china = { owns_state = 745 }
				}
				
				OR {
					event_target:WTT_current_china_leader = { owns_state = 328 }
					event_target:WTT_communist_china = { owns_state = 328 }
				}
			}
		}
	}
	
	option = {
		name = super.43.a
		
		set_global_flag = CHI_Victory
		set_global_flag = Super_Event_Visible
		play_song = "super_chinese_victory"
	}
}

country_event = { #Russian Civil War Left/Right Opposition
	id = super.44
	title = super.44.t
	desc = super.44.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		OR = {
			any_country = { has_cosmetic_tag = SOV_left_opposition }
			any_country = { has_cosmetic_tag = SOV_right_opposition }
		}
	}
	
	option = {
		name = super.44.a
		
		set_global_flag = SOV_Civil_War_Communist
		set_global_flag = Super_Event_Visible
		play_song = "super_russian_civil_war_commie"
	}
}

country_event = { #Russian Civil War Whites
	id = super.45
	title = super.45.t
	desc = super.45.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		any_country = { has_cosmetic_tag = SOV_PROVISIONAL }
	}
	
	option = {
		name = super.45.a
		
		set_global_flag = SOV_Civil_War_White
		set_global_flag = Super_Event_Visible
		play_song = "super_russian_civil_war_white"
	}
}

country_event = { #Romanov Restoration
	id = super.46
	title = super.46.t
	desc = super.46.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		SOV = { 
			has_country_leader = { ruling_only = yes character = SOV_tsar_vladimir_kirillovich }
		}
	}
	
	option = {
		name = super.46.a
		
		set_global_flag = SOV_Romanov
		set_global_flag = Super_Event_Visible
		play_song = "super_romanov"
	}
}

country_event = { #Poland-Lithuania
	id = super.47
	title = super.47.t
	desc = super.47.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		any_country = { has_cosmetic_tag = PLC_UNIFIED }
	}
	
	option = {
		name = super.52.a
		
		set_global_flag = POL_LIT
		set_global_flag = Super_Event_Visible
		play_song = "super_plc"
	}
}

country_event = { #Winter War
	id = super.48
	title = super.48.t
	desc = super.48.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		any_country = { has_idea = winter_war_ns }
	}
	
	option = {
		name = super.53.a
		
		set_global_flag = FIN_Winter_War
		set_global_flag = Super_Event_Visible
		play_song = "super_winter_war"
	}
}

country_event = { #Macedonian Empire
	id = super.49
	title = super.49.t
	desc = super.49.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = form_macedonian_empire_flag
	}
	
	option = {
		name = super.49.a
		
		set_global_flag = GRE_Macedon
		set_global_flag = Super_Event_Visible
		play_song = "super_macedon"
	}
}

country_event = { #Byzantine Empire
	id = super.50
	title = super.50.t
	desc = super.50.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = form_byzantine_empire_flag
	}
	
	option = {
		name = super.50.a
		
		set_global_flag = GRE_Byzantine
		set_global_flag = Super_Event_Visible
		play_song = "super_byzantium"
	}
}

country_event = { #Ottoman Empire
	id = super.51
	title = super.51.t
	desc = super.51.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		TUR = { has_completed_focus = TUR_reclaiming_our_lost_empire }
	}
	
	option = {
		name = super.51.a
		
		set_global_flag = TUR_Ottoman
		set_global_flag = Super_Event_Visible
		play_song = "super_ottoman_empire"
	}
}

country_event = { #Turan
	id = super.52
	title = super.52.t
	desc = super.52.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		has_global_flag = form_turan_flag
	}
	
	option = {
		name = super.52.a
		
		set_global_flag = TUR_Turan
		set_global_flag = Super_Event_Visible
		play_song = "super_turan"
	}
}

country_event = { #Balkan Unification
	id = super.53
	title = super.53.t
	desc = super.53.d
	picture = GFX_report_event_diplomatic_message
	
	is_triggered_only = no
	
	fire_only_once = yes
	
	hidden = yes
	
	trigger = {
		BUL = { has_completed_focus = BUL_the_unification_of_the_balkans }
	}
	
	option = {
		name = super.53.a
		
		set_global_flag = BUL_Balkan
		set_global_flag = Super_Event_Visible
		play_song = "super_balkan_unification"
	}
}