• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Leave the Axis and invade you allies!

Code:
#leave_faction
diplomatic_decisions = {

	leave_faction = {
		potential = {
			AND = {
			war = no
			OR = {
			faction = comintern
			faction = allies
			faction = axis
			}
		}
	}

		allow = {
			national_unity = 70
			ruling_party = { popularity = 40 }

		effect = {
			leave_faction = comintern
			leave_faction = axis
			leave_faction = allies
			ruling_party = { popularity = -10 }
			dissent = 2

		ai_will_do = {
			factor = 0
		}
	}
}