### Policies 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_open = {
	frame = 1
}

china_isolationist = {
	flags = { disallow_interactions disallow_troops }
	frame = 2
}

china_expansionist = {
	frame = 3
}