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:
#-#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.
#-#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.
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
}
}
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
}
}