add_namespace = TSD_NEWS

######################
#Chinese Victory in Gansu War

news_event = {
	id = TSD_NEWS.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event TSD_NEWS.1" }
	title = TSD_NEWS.1.t
	desc = TSD_NEWS.1.desc
	picture = GFX_news_event_QIN_victory_in_gansu

	is_triggered_only = yes

	option = {
		name = TSD_NEWS.1.a #USA
		trigger = {
			OR = {
				tag = USA
				is_in_faction_with = USA
			}
		}
	}
	option = {
		name = TSD_NEWS.1.b #Japan
		trigger = {
			OR = {
				tag = JAP
				is_in_faction_with = JAP
			}
		}
	}	
	option = {
		name = TSD_NEWS.1.c #Germany
		trigger = {
			OR = {
				tag = GER
				is_in_faction_with = GER
			}
		}
	}
	option = {
		name = TSD_NEWS.1.d #NWRG
		trigger = {
			tag = QIN
		}
	}
	option = {
		name = TSD_NEWS.1.e #rest of the world, except NWRG
		trigger = {
			NOT = {
				OR = {
					tag = USA
					is_in_faction_with = USA
				}
				OR = {
					tag = GER
					is_in_faction_with = GER
				}
				OR = {
					tag = JAP
					is_in_faction_with = JAP
				}
				tag = QIN
			}
		}
	}
}

#Japanese Victory in Gansu War

news_event = {
	id = TSD_NEWS.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event TSD_NEWS.2" }
	title = TSD_NEWS.2.t
	desc = TSD_NEWS.2.desc
	picture = GFX_news_event_JAP_IJA_gansu

	is_triggered_only = yes

	option = {
		name = TSD_NEWS.2.a #USA
		trigger = {
			tag = USA
		}
	}
	option = {
		name = TSD_NEWS.2.b #Japan
		trigger = {
			tag = JAP
		}
	}	
	option = {
		name = TSD_NEWS.2.c #Germany
		trigger = {
			tag = GER
		}
	}
	option = {
		name = TSD_NEWS.2.d #Gansu IJA Garisson
		trigger = {
			tag = GAN
		}
	}
	option = {
		name = TSD_NEWS.2.e #rest of the world, except Gansu IJA Garisson
		trigger = {
			NOT = {
				tag = USA
				tag = JAP
				tag = GER
				tag = GAN
			}
		}
	}
}

# East Turkestan Victory In Uyghur Insurgency

news_event = {
	id = TSD_NEWS.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event TSD_NEWS.3" }
	title = TSD_NEWS.3.t
	desc = TSD_NEWS.3.desc
	picture = GFX_news_event_ETR

	is_triggered_only = yes

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

# Xinjiang Victory In Uyghur Insurgency

news_event = {
	id = TSD_NEWS.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event TSD_NEWS.4" }
	title = TSD_NEWS.4.t
	desc = TSD_NEWS.4.desc
	picture = GFX_news_event_XIN

	is_triggered_only = yes

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

# Red Xinjiang Victory In Uyghur Insurgency

news_event = {
	id = TSD_NEWS.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event TSD_NEWS.5" }
	title = TSD_NEWS.5.t
	desc = TSD_NEWS.5.desc
	picture = GFX_news_event_XIN_red

	is_triggered_only = yes

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


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