• 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.
In AGCEEP_Specific_Italy.eue we need some consistency with monarchs going to rule a Kingdom of Italy formed by Milan according to the

choice made in MLO_228031 by a human player.


AFAIK when a human chooses to be "event-annexed" by an AI driven country, the command inherit doesn't work...

If a human playing Milan manages to become Italy before 2 november 1535, he will have the choice to be ruled by Savoyard Kings only, but

if he fail in it, ie Milan exists on 1 November 1535, he will be able to choose the dynasty that is going to rule in Milan and then Italy

once it is formed:
1- the Savoyards if MLO_228031 action A Milan reverted to the Empire (Spain) is taken
2- the Visconti-Orléans if MLO_228031 action B Milan refuses Charles V's decision and offers the ducal title to the Orléans

That means adding the line:

Code:
command = { type = trigger which = 193061 } #Sets the monarch to the [COLOR=Yellow]Orléans[/COLOR] monarchs #ITA: Italian leaders
after the line:
Code:
command = { type = trigger which = 193002 } #Sets the monarch to the [COLOR=Yellow]Savoyard[/COLOR] monarchs #ITA: Italian leaders
in MLO_228011, MLO_228012 and MLO_228013 (all the events are about the Coronation).


Here are the modified events
(N.B.: the events about the Coronation won't be posted here!)



Code:
#Sets the monarchs to the Milanese monarchs [COLOR=Yellow](House of Savoy after 1535)[/COLOR]
event = {
	id = 193002
	[COLOR=Yellow]trigger = { 
		NOT = { event = 285109 } #SPA: Milan defies the Empire
	}[/COLOR]
	random = no
	country = ITA
	name = "EVENTNAME193002" #Italian leaders
	desc = "EVENTHIST193002"
	#-#

	action_a = {
		name = "ACTIONNAME193002A" #Our new leaders!
		command = { type = wakemonarch which = 064560 } #Filippo Maria
		command = { type = wakemonarch which = 064561 } #Francesco Sforza
		command = { type = wakemonarch which = 064562 } #Galeazzo Maria Sforza
		command = { type = wakemonarch which = 064563 } #Gian Galeazzo Sforza
		command = { type = wakemonarch which = 064564 } #Ludovico il Moro
		command = { type = wakemonarch which = 064565 } #Ercole Massimiliano
		command = { type = wakemonarch which = 064566 } #Francesco II
		command = { type = wakemonarch which = 064567 } #Charles III le Bon
		command = { type = wakemonarch which = 064568 } #Emmanuel-Philibert
		command = { type = wakemonarch which = 064569 } #Charles Emmanuel I[COLOR=Yellow]er[/COLOR]
		command = { type = wakemonarch which = 064570 } #Victor Amédée I[COLOR=Yellow]er[/COLOR]
		command = { type = wakemonarch which = 064571 } #François-Hyacinthe
		command = { type = wakemonarch which = 064572 } #Charles Emmanuel II
		command = { type = wakemonarch which = 064573 } #Vittorio Amedeo II
		command = { type = wakemonarch which = 064574 } #Carlo Emanuele III
		command = { type = wakemonarch which = 064575 } #Vittorio Amedeo III
		command = { type = wakemonarch which = 064576 } #Carlo Emanuele IV
		command = { type = wakemonarch which = 064577 } #Vittorio Emanuele I[COLOR=Red]er[/COLOR]
		#command = { type = AI which = Italy.ai }
	}
}


and the new event (triggered in the same way as for the one above):


Code:
#Sets the monarchs to the Milanese monarchs (House of Visconti-Orléans after 1535)
event = {
	id = 193061
	trigger = { event = 285109 } #SPA: Milan defies the Empire
	random = no
	country = ITA
	name = "EVENTNAME193002" #Italian leaders
	desc = "EVENTHIST193002"
	#-#

	action_b = {
		name = "ACTIONNAME193002A" #Our new leaders! 
		command = { type = wakemonarch which = 064560 } #Filippo Maria
		command = { type = wakemonarch which = 064561 } #Francesco Sforza
		command = { type = wakemonarch which = 064562 } #Galeazzo Maria Sforza
		command = { type = wakemonarch which = 064563 } #Gian Galeazzo Sforza
		command = { type = wakemonarch which = 064564 } #Ludovico il Moro
		command = { type = wakemonarch which = 064565 } #Ercole Massimiliano
		command = { type = wakemonarch which = 064566 } #Francesco II
		command = { type = wakemonarch which = 064609 } #Francesco III 1535-1540
		command = { type = wakemonarch which = 064610 } #Carlo I 1540-1545
		command = { type = wakemonarch which = 064611 } #Valois Regency 1545-1549
		command = { type = wakemonarch which = 064612 } #Luigi II 1549-1550
		command = { type = wakemonarch which = 064613 } #Carlo II Massimiliano 1550-1560
		command = { type = wakemonarch which = 064614 } #Enrico Alessandro 1560-1574
		command = { type = wakemonarch which = 064615 } #Valois Regency 1574-1589
		command = { type = wakemonarch which = 064616 } #Bourbon Regency 1589-1626
		command = { type = wakemonarch which = 064617 } #Gastone Giambattista 1626-1660
		command = { type = wakemonarch which = 064618 } #Filippo II 1660-1701	
		command = { type = wakemonarch which = 064619 } #Filippo III 1701-1723
		command = { type = wakemonarch which = 064620 } #Luigi III 1723-1752
		command = { type = wakemonarch which = 064621 } #Luigi Filippo I 1752-1785
		command = { type = wakemonarch which = 064622 } #Luigi Filippo II 1785-1793
		command = { type = wakemonarch which = 064623 } #Luigi Filippo III, King of France in 1830
		command = { type = ai which = Italy.ai }
		command = { type = sleepevent which = 193051 } #ITA: A new King for Italy (No longer Savoyard Kings of Italy)
	}	
}

monarchs.ita will have new entries according to id #s shown in the event above (id# 064609-064623) and with the same stats used by the alternative Visconti-Orléans ruler in monarchs.mlo!
 
Last edited:
Barbalele said:
I disagree. In some timeframe (do you remember Luther?) catholic church was really weak.

I wouldn't disagree. Even when, in the late 1861, Italy was unificated, Rome at first was not part of the Kingdom because of the Catholic Church. Only after a while it was annexed.
 
Bordic said:
AFAIK when a human chooses to be "event-annexed" by an AI driven country, the command inherit doesn't work...
Yes, that's why "(End Game)" is a rule for the name of such actions. A player shouldn't choose them (or be forced to have this only choice). Game is over!

I agree with this proposal for Milan... and for the "Ier" (already discussed).