• 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.

Sgt Jack

Major
2 Badges
Mar 6, 2010
552
1
  • Hearts of Iron III
  • 500k Club
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
		}
	}
}