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

Barkdreg

Kaplander
77 Badges
May 14, 2001
2.650
1
  • Tyranny: Archon Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis III: Collection
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: No Step Back
  • Europa Universalis III
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Arsenal of Democracy
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
In the colonial_release.txt file are the events that give extra dissent when releasing colonies. Seems somone made some extra events for a released Scansinavia by Copy-Paste of the Belgian event for released Congo.
Result? If the USSSR, Germany, the UK or the US have Scandinavia as a puppet Belgium will get some dissent

Code:
event = {
	id = 15135
	trigger = { 
	puppet = { country = CON country = BEL }
	}
	random = no

	country = BEL 

	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1953 }

	action_a = {
		name = "EVT_15100_ACTA"
		command = { type = dissent value = 15 }
		}
	}

event = {
	id = 15136
	trigger = { 
	puppet = { country = SCA country = GER }
	}
	random = no

	country = BEL 

	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1953 }

	action_a = {
		name = "EVT_15100_ACTA"
		command = { type = dissent value = 15 }
		}
	}

event = {
	id = 15137
	trigger = { 
	puppet = { country = SCA country = SOV }
	}
	random = no

	country = BEL 

	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1953 }

	action_a = {
		name = "EVT_15100_ACTA"
		command = { type = dissent value = 10 }
		}
	}

event = {
	id = 15138
	trigger = { 
	puppet = { country = SCA country = ENG }
	}
	random = no

	country = BEL 

	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1953 }

	action_a = {
		name = "EVT_15100_ACTA"
		command = { type = dissent value = 5 }
		}
	}

event = {
	id = 15139
	trigger = { 
	puppet = { country = SCA country = USA }
	}
	random = no

	country = BEL 

	name = "EVT_15100_NAME"
	desc = "EVT_15100_DESC"
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 1
	deathdate = { day = 29 month = december year = 1953 }

	action_a = {
		name = "EVT_15100_ACTA"
		command = { type = dissent value = 5 }
		}
	}
 

Kevin Mc Carthy

Former SF Weapons Sergeant
13 Badges
Jun 25, 2001
3.808
0
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • For the Motherland
  • Hearts of Iron III
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2
  • 500k Club
  • Europa Universalis III: Collection
  • Hearts of Iron II: Beta
Noted, thanks.