### Statuses are modifiers so they can contain the same things are other modifiers
# however they are not applied to a character but to the offmap_power
# they can also have flags that can be tested from the offmap_power scope

china_stable = {
	frame = 1
}

china_unrest = {
	frame = 2
}

china_civil_war = {
	#Note: If the China is currently in conflict (i.e. Civil War or Being Invaded by Japan) the power of the Western Governorate is significantly lowered (they can call upon fewer regiments from China to aid them), making it easier to open China by force.
	frame = 3
}

china_mongol_invasion = {
	frame = 4
}

china_jurchen_invasion = {
	frame = 5
}

china_famine = {
	flags = { disallow_interactions disallow_troops }
	frame = 6
}

china_plague = {
	frame = 7
}

china_golden_age = {
	frame = 8
}