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

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
I can't believe how badly Portugal is bugged! Does anyone play Portugal in AGCEEP? I'm stuck with Regency Council after death of Sebastiăo I because events for Portuguese reaction to Filipe II's claims will only happen if Sebastiăo I died crusading in Morocco. Of course, I totally conquered Morocco in 15th century, so POR events for Filipe II's claims never happened to me, entirely braking the event chain for succession crisis. This is the fix so that the events can happen even if Sebastiăo I died in his sleep:

Code:
#(1580) Filipe II's Claim to the Throne
event = {
	id = 3274 #triggered by SPA_3163 A
	trigger = {
[COLOR=Yellow]		OR = {
			event = 260072 #POR: Death of King Sebastião
			event = 260071 #POR: The Regency
		}[/COLOR]
	}
	random = no
	country = POR
	name = "EVENTNAME3274" #Filipe II's Claim to the Throne
	desc = "EVENTHIST3274"

	action_a = {
		name = "ACTIONNAME3274A" #Support Filipe II
		command = { type = stability value = -5 }
		command = { type = province_revoltrisk which = 441 value = 25 } #Tago
		command = { type = revolt which = 441 } #Tago
		command = { type = revolt which = 441 } #Tago
		command = { type = revolt which = 441 } #Tago
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = desertion which = 441 value = 15000 } #Tago
		command = { type = domestic which = ARISTOCRACY value = 1 }
	}
	action_b = {
		name = "ACTIONNAME3274B" #Support Dom Antonio
		command = { type = stability value = -6 }
		command = { type = breakvassal which = SPA }
		command = { type = relation which = SPA value = -200 }
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = SERFDOM value = -2 }
		command = { type = revoltrisk which = 24 value = 3 }
		command = { type = wakemonarch which = 0110519 } #Antonio I °
		command = { type = wakemonarch which = 0110520 } #Cristovão I °
		command = { type = wakemonarch which = 0110521 } #João IV
	}
}
#-#In 1580, a regency council convened in Portugal to settle the succession. With the death of Sebastião I, Portugal was left with no clear heir. In 1580, several people had claims to the throne: Filipe II of Spain, son of D. Isabel (daugther of D. Manuel I) who had a large support of the nobles but lacked peasant support, D. Antonio, despised by the nobles because he was an illegitimate son of D. Luis (son of D. Manuel I) but had great support from the lower classes, and finally, D. Catarina, the Duchess of Bragança. She was the legitimate daughter of D. Duarte (son of D. Manuel I). Duchess Catarina Bragança had the best claim to the throne but the nobles were unwilling to overlook her gender. Dismissing her claims left the nobles to either appeal to a foreign power, the claims of Filipe II of Spain, or accept Dom Antonio, illegitimate son of D. Luis. Filipe II sent diplomats to Lisbon to convince the aristocracy that he was the ideal heir for Portugal. If the Kingdom entered into a personal union with Spain, Filipe II would allow Portugal to keep its own laws and Cortes. Such a union would also be highly profitable at a time when the Portuguese economy was failing as no longer would the Spanish Kingdom fight against its trading interests. Lacking a suitable alternative, the nobles joined forces with the Spanish.


Code:
#(1580) Filipe II's Claim to the Throne - alternate
event = {
	id = 260091 #triggered by SPA_285276 A
	trigger = {
[COLOR=Yellow]		OR = {
			event = 260072 #POR: Death of King Sebastião
			event = 260071 #POR: The Regency
		}[/COLOR]
	}
	random = no
	country = POR
	name = "EVENTNAME3274" #Filipe II's Claim to the Throne
	desc = "EVENTHIST260091"

	action_a = {
		name = "ACTIONNAME260091A" #We join with Spain!
		command = { type = wakemonarch which = 0110509 } #Filipe I
		command = { type = wakemonarch which = 0110510 } #Filipe II
		command = { type = wakemonarch which = 0110511 } #Filipe III
		command = { type = wakemonarch which = 0110512 } #João IV
		command = { type = sleepmonarch which = 0110519 } #Antonio I ° - one of these lines might have been activated
		command = { type = sleepmonarch which = 0110520 } #Cristovão I °
		command = { type = sleepmonarch which = 0110521 } #João IV
		command = { type = sleepmonarch which = 0110522 } #Catarina I °
		command = { type = sleepmonarch which = 0110523 } #Teodosio I °
		command = { type = sleepmonarch which = 0110524 } #João IV
		command = { type = trigger which = 3162 } #SPA: The Portuguese Crown
		command = { type = sleepevent which = 260073 } #POR: The House of Bragança #1580 version
		command = { type = sleepevent which = 260088 } #POR: The House of Bragança #1581 version
	}
}
#-#In 1580, a regency council convened in Portugal to settle the succession. With the death of Sebastião I, Portugal was left with no clear heir. In 1580, several people had claims to the throne: Filipe II of Spain, D. Antonio, and D. Catarina, the Duchess of Bragança. Filipe II sent diplomats to Lisbon to convince the aristocracy that he was the ideal heir for Portugal. If the Kingdom entered into a personal union with Spain, Filipe II would allow Portugal to keep its own laws and Cortes. Given its position of weakness, Spain's offer was more than generous. Responding in kind, the nobles had no choice but to accept the offer.
 

Garbon

Sultan d'Afrique
74 Badges
Feb 1, 2002
9.764
251
www.crystalempiregames.com
  • For The Glory
  • Europa Universalis 4: Emperor
  • Crusader Kings III
  • Europa Universalis IV
  • Imperator: Rome
  • Cities: Skylines Industries
  • Crusader Kings II
  • Crusader Kings II: Holy Knight (pre-order)
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Way of Life
  • Deus Vult
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Divine Wind
Good catch, Lord Grave, although you've made the wrong fix. The problem is in this event:

Code:
#(1580) Catarina Bragança
event = {
	id = 260097
	random = no
	trigger = {
		[color=red]NOT = {[/color]
		[color=yellow]OR = {
			NOT = {[/color] exists = SPA[color=yellow] }
			NOT = {[/color] event = 3272 [color=yellow]}[/color] #POR: King Sebastião's Expedition to North Africa
		}
	}
	country = POR
	name = "EVENTNAME260097" #Catarina Bragança
	desc = "EVENTHIST260097"
	#-#
	date = { day = 29 month = january year = 1580 }
	offset = 0
	deathdate = { day = 29 month = february year = 1580 }

	action_a = {
		name = "ACTIONNAME260097A" #Our Queen!
		command = { type = revoltrisk which = 12 value = 5 }
		command = { type = wakemonarch which = 0110522 } #Catarina I °
		command = { type = wakemonarch which = 0110523 } #Teodosio I °
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 3274 } #POR: Filipe II's Claim to the Throne
		command = { type = sleepevent which = 260091 } #POR: Filipe II's Claim to the Throne - alternate
		command = { type = sleepevent which = 260071 } #POR: The Regency
		command = { type = sleepevent which = 260073 } #POR: The House of Bragança 1580_version
		command = { type = sleepevent which = 260088 } #POR: The House of Bragança 1581_version
		command = { type = sleepevent which = 18105 } #POR: Triumph of Aviz
	}
}
In January of 1580, King Sebastião died quite unexpectedly in his sleep. Predeceased by his uncle, Henrique, the royal house of Aviz had officially died out. Catarina Bragança, as daughter of Prince Duarte (son of Manuel I), had the strongest claim of any of the nobles, although some were displeased with the idea of a female monarch. Facing little opposition, Catarina became Queen of Portugal.


This event is supposed to fire if Spain doesn't exist OR if Sebastião never went on crusade as Morocco was conquered. If you change the NOT statement to the appropriate NOTs nestled in an OR statement the series should work as outlined here.
 
Last edited:

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Garbon said:
Good catch, Lord Grave, although you've made the wrong fix.

I'm sorry about this mistake. I wasn't aware that there was a brief breakdown of all possibilities. I guess I was mislead by the fact that Spain still gets to claim the throne, so I assumed that the problem was in Portuguese response event. Should I delete my previous post so as not to confuse Yoda?
 

Garbon

Sultan d'Afrique
74 Badges
Feb 1, 2002
9.764
251
www.crystalempiregames.com
  • For The Glory
  • Europa Universalis 4: Emperor
  • Crusader Kings III
  • Europa Universalis IV
  • Imperator: Rome
  • Cities: Skylines Industries
  • Crusader Kings II
  • Crusader Kings II: Holy Knight (pre-order)
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Way of Life
  • Deus Vult
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Divine Wind
Lord Grave said:
I'm sorry about this mistake. I wasn't aware that there was a brief breakdown of all possibilities. I guess I was mislead by the fact that Spain still gets to claim the throne, so I assumed that the problem was in Portuguese response event. Should I delete my previous post so as not to confuse Yoda?

Actually I'd keep, otherwise, my post makes no sense. :D Spain should still get a claim but in that alt-timeline it isn't strong enough to get the nobles to side with it (the response event that shouldn't fire in this case).
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Two more issues about Portugal:

1) I just read that Duke Teodosio II of Braganca, the alternate King Teodosio I of Portugal, died mad. Shouldn't his madness have an event for Portugal in case he is the king?

2) Is it ok to still have Joao IV's military reforms if Filipe II didn't get the throne of Portugal? The reforms were causes by the Portuguese War of Independence against Spain, and if there is no reign of Filipe II then there is no war, and if there was no war, would Joao still have made those reforms?
 
Last edited:

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
A Protestant or Reformed Spain shouldn't be interested in Irish Catholics even if it could annoy England and why should Irish Catholics be volunteers for such Spain..? Proposed changes:
Code:
#(1600-1602) The Spanish landing in Ireland
#by Fodoron
event = {
	id = 285090
	trigger = {
		event = 21000 #ENG: the Irish plantations
		[COLOR=Yellow]OR = {
			religion = catholic
			religion = counterreform
		}[/COLOR]
	}
	random = no
	country = SPA
	name = "EVENTNAME285090" #The Spanish landing in Ireland
	desc = "EVENTHIST285090"
	#-#

	date = { day = 1 month = january year = 1600 }
	offset = 100
	deathdate = { day = 29 month = december year = 1602 }

	action_a = {
		name = "ACTIONNAME285090A" #Help the Irish Catholics
		command = { type = treasury value = -50 }
		command = { type = relation which = ENG value = -25 }
		command = { type = relation which = LEI value = 25 }
		command = { type = relation which = ULS value = 25 }
		command = { type = relation which = CON value = 25 }
		command = { type = relation which = MST value = 25 }
	}
	action_b = {
		name = "ACTIONNAME285090B" #Do not get involved in Ireland
		command = { type = relation which = ENG value = 25 }
		command = { type = relation which = LEI value = -25 }
		command = { type = relation which = ULS value = -25 }
		command = { type = relation which = CON value = -25 }
		command = { type = relation which = MST value = -25 }
		command = { type = sleepevent which = 285091 } #SPA: The Irish Tercios
	}
}
#-#When the Tudor decided to recover control of Ireland they met with stern resistance. The solution applied by Queen Elizabeth I was the establishment of the Plantations, depriving the Irish from their land and giving it to English settlers. When the plantations reached Ulster, Hugh O'Neill, the great Earl of Tyrone rose in rebellion and asked the King of Spain for help. Felipe III considered that it was a good opportunity to tie up English resources and sent a small army under command of Don Juan de Aguila that landed near Cork on October 2, 1601. The landing at the South of the Island when the rebels were at the North, lack of coordination, and lack of Irish experience in pitched battles, contributed to their defeat at the hands of the English army of Lord Mountjoy on January 3, 1602 (December 24, 1601 for the English Julian calendar) at Kinsale. The Spaniards embarked and left Ireland, but Felipe continued supporting the rebels with money. The rebellion was finally suppressed by the English scorched earth strategy, and O'Neill surrendered in March 1603. However the Irish rebellion nearly bankrupted England and contributed to the signing of peace between England and Spain. The Irish did not forget the help received from Spain even if insufficient.

Code:
#(1605-1606) The Irish Tercios
#by Fodoron
event = {
	id = 285091
	trigger = {
		event = 285090 #SPA: The Spanish landing in Ireland
		[COLOR=Yellow]OR = {
			religion = catholic
			religion = counterreform
		}[/COLOR]
	}
	random = no
	country = SPA
	name = "EVENTNAME285091" #The Irish Tercios
	desc = "EVENTHIST285091"
	#-#

	date = { day = 1 month = january year = 1605 }
	offset = 100
	deathdate = { day = 29 month = december year = 1606 }

	action_a = {
		name = "ACTIONNAME285091A" #Welcome the Irish volunteers
		command = { type = inf which = 379 value = 2000 } #Irish volunteers in Artois
		command = { type = inf which = 380 value = 2000 } #Irish volunteers in Flandern
		command = { type = inf which = 378 value = 2000 } #Irish volunteers in Brabant
		command = { type = inf which = 377 value = 2000 } #Irish volunteers in Luxembourg
		command = { type = wakeleader which = 0127880 } #Thomas Preston (SPA)
		command = { type = wakeleader which = 0127881 } #Owen O'Neill (SPA)
	}
}
#-#After the Irish rebellion was defeated, many Irishmen left the island and entered the service of Spain, leading to the creation of several Irish Tercios (regiments) that participated in the wars in Netherlands. Their two best commanders were Thomas Preston and Owen Roe O'Neill. Owen Roe (Red) was a nephew of Hugh O'Neill, the great Earl of Tyrone (Ulster) that left Ireland in the Flight of the Earls. He joined the King's army in 1603, when the Irish rebels surrendered, and by 1605 he was already captain. He distinguished himself in many battles, and became famous after his defence of Arras for two months with only 1500 men against 90,000 French soldiers. Thomas Preston was from Meath (Leinster), and entered service with 2,000 Irish soldiers under his command in 1605. He is famous for his defence of Leuven. Both commanders actively recruited Irish soldiers for the Spanish army, and participated in the famous conquest of Breda immortalized by Velazquez. However as good Irish, they were separated by bitter rivalry. After the Irish rebellion of 1641, they both abandoned the service of Spain to join the Irish rebels. Preston was made commander of the Leinster forces and met with mixed results. O'Neill became the commander in chief of the Ulster forces and had great success against the English, until the dissensions between the Confederates paved the way for the Irish defeat and the terrible massacres of Cromwell. Preston would be created Viscount Tara by King Charles II in exile in 1650.
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
YodaMaster said:
A Protestant or Reformed Spain shouldn't be interested in Irish Catholics even if it could annoy England and why should Irish Catholics be volunteers for such Spain..?

That's logical. But a non-Catholic Spain? Has that ever been seen by anyone?
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Yes, I saw "Spain went with Help the Irish Catholics in The Spanish landing in Ireland." so many times in the history... Of course, AI Spain was always CRC when it happened in my tests but...
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Here's the madness of Teodosio I proposed earlier. I can't find any more detailed information about this. Actually, there are only 2 different sentences about this in all internet sources. If I could find out the exact date when he went insane I could add some reductions to monarch skills. As it currently is, adding those commands would be risky because if the event triggers late they could carry over to the next monarch.

Code:
#(1625-1630) Madness of Teodosio
event = {
	id = 260146
	trigger = {
			monarch = 0110523 #Teodosio I
	}
	random = no
	country = POR
	name = "EVENTNAME260146" #Madness of Teodosio
	desc = "EVENTHIST260146"

	date = { day = 15 month = november year = 1625 }
	offset = 300
	deathdate = { day = 29 month = november year = 1630 }

	action_a = {
		name = "ACTIONNAME260146A" #Ouch
		command = { type = stability value = -1 }
	}
}

#-#King Teodosio I of Portugal (historically Duke Teodosio II of Bragança) went insane in his old age. Fortunately, he didn't live long enough afterwards to cause major damage to Portugal before he was succeeded by his son, King João IV.
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
I noticed many monarchs have their nicknames included (HRE and Burgundy for example), so why shouldn't all of them:

Code:
historicalmonarch = {
	id = { type = 6 id = 0110524 }
	startdate = {
		day = 29
		month = november
		year = 1630
	}
	deathdate = {
		day = 6
		month = november
		year = 1656
	}
	name = "João IV [COLOR=Yellow]o Restaurador[/COLOR]"
	DIP = 8
	ADM = 6
	MIL = 6
	dormant = no #for 1648 scenario
}
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Bragança or Braganza? The first seems to be used more often in the events so I propose these corrections to adopt it as a standard:

Code:
#(1630-1649 or 1630-1668) National revolt in Portugal
event = {
	id = 260090 #triggered by SPA_3168 A
	trigger = {
		vassal = { country = SPA country = POR }
	}
	random = no
	country = POR
	name = "EVENTNAME3168" #National revolt in Portugal
	desc = "EVENTHIST3168"

	action_a = {
		name = "OK"
		command = { type = breakvassal which = SPA }
		command = { type = stability value = 2 }
		command = { type = relation which = SPA value = -200 }
	}
}
#-#In 1640, Portugal had been under the domination of Spanish Kings for 60 years, since the fall of the Aviz dynasty in 1578. However, in 1640, the Portuguese rose up in revolt and started a long liberation war against Spain. A long 24 years struggle, along with Spanish defeat in the Thirty Years War (1648), Peace with France (1659) would lead to a renewed independence for Portugal, under the new Bragança dynasty, which would turn to Stuart England as an ally and protector (marriage of Catherine of Bragança with Charles II and transfer of Bombay to England as a dowry).


Code:
#(1661) A Dowry of Territory from Catherine of Braganza
event = {
	id = 21081 #triggered by POR_21079 A
	random = no
	country = ENG
	name = "EVENTNAME21081" #The Dowry of Territory from Catherine of Bragança
	desc = "EVENTHIST21081"

	action_a = {
		name = "ACTIONNAME21081A" #Welcome Catherine of [COLOR=Yellow]Bragança[/COLOR] to England
		command = { type = relation which = POR value = 100 }
		command = { type = relation which = SPA value = -100 }
		command = { type = relation which = HOL value = -50 }
		command = { type = stability value = 1 }
		command = { type = dynastic which = POR }
	}
}

#-#Charles II has wed Catherine of Bragança. Included in the Portuguese dowry are the colonial possessions of Bombay and Tangiers. Although Bombay wouldn't actually be turned over for two years after the treaty was signed.


Code:
#(1661) A Dowry of Ducats from Catherine of Braganza
event = {
	id = 21082 #triggered by POR_21079 B / POR_21080 A
	random = no
	country = ENG
	name = "EVENTNAME21082" #The Dowry of Ducats from Catherine of Bragança
	desc = "EVENTHIST21082"

	action_a = {
		name = "ACTIONNAME21081A" #Welcome Catherine of [COLOR=Yellow]Bragança[/COLOR] to England
		command = { type = treasury value = 200 }
		command = { type = relation which = POR value = 50 }
		command = { type = relation which = SPA value = -50 }
		command = { type = relation which = HOL value = -25 }
		command = { type = stability value = 1 }
		command = { type = dynastic which = POR }
	}
}
#-#Charles II has wed Catherine of Bragança. The Portuguese dowry consisted of a monetary gift.


Code:
#(1750) Treaty of Madrid
#by Fodoron
event = {
	id = 285183
	trigger = {
		owned = { province = 217 data = -1 } #Parana
		owned = { province = 213 data = POR } #Curitiba (Tordesillas line trespassed)
	}
	random = no
	country = SPA
	name = "EVENTNAME285183" #Treaty of Madrid
	desc = "EVENTHIST285183"

	date = { day = 11 month = january year = 1750 }

	action_a = {
		name = "ACTIONNAME285183A" #Sign the agreement
		command = { type = population which = 216 value = -200 } #Artigas
		command = { type = provincetax which = 216 value = -1 } #Artigas
		command = { type = relation which = POR value = 100 }
	}
	action_b = {
		name = "ACTIONNAME285183B" #It is a foolish pact
		command = { type = relation which = POR value = -50 }
		command = { type = sleepevent which = 285184 } #SPA: The Jesuit Republic
	}
}
#-#After the Anglo-Spanish war of 1739-1748, known in England as War of Jenkin's ear, and in Spain as Guerra del Asiento, the Spanish King feared an English attack in the Rio de la Plata possessions. With a desire to solve the confrontation with Portugal over Sacramento, and on the advice of his Portuguese wife, Barbara de Bragança, he signed in 1750 an agreement to hand over all the lands East of the river Uruguay and North of the river Negro to Portugal in exchange for the colony of Sacramento. The vast region that was to become Portuguese was known as Seven Villages, for the seven Jesuit Reductions that exploited the area. The Jesuit Order obeyed, and the Indians were told to abandon their lands or become slaves to the Portuguese.


Code:
#(1630-1649 or 1630-1668) National revolt in Portugal
event = {
	id = 3168 #triggered by SPA_3169 * or SPA_285228 *
	trigger = {
		OR = {
			owned = { province = 434 data = -1 } #Oporto
			owned = { province = 441 data = -1 } #Tago
			owned = { province = 442 data = -1 } #Algarve
			owned = { province = 823 data = -1 } #The Azores
			owned = { province = 818 data = -1 } #Cape Verde
			owned = { province = 201 data = -1 } #Maranhao
			owned = { province = 203 data = -1 } #Recife
			owned = { province = 205 data = -1 } #Pernambuc
			owned = { province = 206 data = -1 } #Alagoas
			owned = { province = 207 data = -1 } #Diamentina
			owned = { province = 208 data = -1 } #Minas Gerais
			owned = { province = 209 data = -1 } #Salvador
			vassal = { country = SPA country = POR }
		}
	}
	random = no
	country = SPA
	name = "EVENTNAME3168" #National revolt in Portugal
	desc = "EVENTHIST3168"

	action_a = {
		name = "ACTIONNAME3168A" #Put it down!
		#command = { type = breakvassal which = POR }
		#command = { type = relation which = POR value = -200 }
		command = { type = trigger which = 260090 } #POR: National revolt in Portugal
		command = { type = revolt which = 434 } #Oporto
		command = { type = revolt which = 441 } #Tago
		command = { type = revolt which = 442 } #Algarve
		command = { type = revolt which = 823 } #The Azores
		command = { type = revolt which = 818 } #Cape Verde
		command = { type = province_revoltrisk which = 201 value = 5 } #Maranhao
		command = { type = province_revoltrisk which = 203 value = 5 } #Recife
		command = { type = province_revoltrisk which = 205 value = 5 } #Pernambuc
		command = { type = province_revoltrisk which = 206 value = 5 } #Alagoas
		command = { type = province_revoltrisk which = 207 value = 5 } #Diamentina
		command = { type = province_revoltrisk which = 208 value = 5 } #Minas Gerais
		command = { type = province_revoltrisk which = 209 value = 5 } #Salvador
		command = { type = INF which = 435 value = 10000 } #Leon
		command = { type = domestic which = INNOVATIVE value = -1 }
	}
	action_b = {
		name = "ACTIONNAME3168B" #Appease them!
		command = { type = treasury value = -800 }
		command = { type = stability value = 1 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = domestic which = CENTRALIZATION value = -2 }
	}
}
#-#In 1640, Portugal had been under the domination of Spanish Kings for 60 years, since the fall of the Aviz dynasty in 1578. However, in 1640, the Portuguese rose up in revolt and started a long liberation war against Spain. A long 24 years struggle, along with Spanish defeat in the Thirty Years War (1648), Peace with France (1659) would lead to a renewed independence for Portugal, under the new Bragança dynasty, which would turn to Stuart England as an ally and protector (marriage of Catherine of Bragança with Charles II and transfer of Bombay to England as a dowry).
 

Canenald

Endarkened Despot
83 Badges
Jun 26, 2004
629
0
  • Europa Universalis IV: Rights of Man
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Way of Life
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion 2
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • 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
  • Heir to the Throne
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
New event:

Code:
#(1640-1656) Enlightment of João IV
event = {
	id = 260147
	trigger = {
		OR = { #João IV
			monarch = 0110524
			monarch = 0110512
			monarch = 0110521
			monarch = 0110533
		}
	}
	random = no
	country = POR
	name = "EVENTNAME260147" #Enlightment of João IV
	desc = "EVENTHIST260147"

	date = { day = 15 month = december year = 1640 }
	offset = 300
	deathdate = { day = 6 month = november year = 1656 }

	action_a = {
		name = "ACTIONNAME260114A" #Long live the King!
		command = { type = infra value = 200 }
	}
}
#-#True to the style of enlightened absolutism of his age, João IV was a patron of music and arts, a considerably sophisticated writer on music and a composer. He collected one of the largest libraries in the world in Lisbon and is well known for writings such as Defense of Palestrina and Defense of Modern Music.
 
Last edited: