#Qing should naval invade taiwan if it loses a foothold
QNG_invade_rebellious_taiwan = {
	enable = {
		tag = QNG
		has_war_with = TAW 
		NOT={controls_state = 524}
	}
	abort = {
		QNG={NOT = { has_war_with = TAW }}
	}

	ai_strategy = {
		type = invade
		id = "TAW"
		value = 200
	}

	ai_strategy = {
		type = antagonize
		id = "TAW"
		value = 200
	}
}