• 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.
Continuing the discussion from Italy thread, post #1269 and following replies...

Here is a further attempt at changing this sequence. Main issue is to have all events depend on the French decision to intervene against Venice, thus removing event ENG_20094 (which has no France, England won HYW) and HAB_3182 (without France no league was possible). I would like to add instead a HUN event to join the league (Hungary still had claims to the Adriatic Coast).

Since Savoy had also claims to the rule over Cyprus (iirc) she used this league to attack Venice. Should we also cover this case? SAV with too good relations to FRA could be too easy to be diplo-annexed by France.
Code:
#(1503) Seeing a Chance in Romagna
#by Chanda "Phillip V" Choun modded by Isaac Brock 
event = {
	id = 17017
	trigger = { 
		OR = {
			core = { province = 389 data = FRA } #Lombardia (France should have intervened in Italy)
			event = 12022 #NAP: Charles VIII presses claims on Naples
			event = 170040 #FRA: The French King in Naples
		}
	}
	random = no
	country = VEN
	name = "EVENTNAME17017" #Seeing a Chance in Romagna
	desc = "EVENTHIST17017"
	#-#

	date = { day = 17 month = August year = 1503 } #Pope Alexander VI's death

	action_a = {
		name = "ACTIONNAME17017A" #Look West
		command = { type = addcore which = 391 } #Romagna
		[COLOR=Red]command = { type = treasury value = -50 } #IB They ought to lose money.-[/COLOR]
		command = { type = land value = 500 } [COLOR=Red]#-Those magnates needed subsidies, and I don't see this as being-[/COLOR]
		[COLOR=Red]command = { type = trade value = -500 } #-the sort of thing that private merchants would have jumped on,-[/COLOR]
		command = { type = domestic which = land value = 1 } [COLOR=Red]#-the cities were taken for strategic not trade reasons.[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME17017B" #Look East
		command = { type = removecore which = 389 } #Lombardia
		command = { type = removecore which = 390 } #Mantua
		command = { type = removecore which = 391 } #Romagna
		command = { type = domestic which = land value = -1 } [COLOR=Red]#IB restored I changed my mind[/COLOR]
		command = { type = stability value = 1 } [COLOR=Red]#IB I can't see why they get a stab penalty for maintining current priorities.[/COLOR]
 		command = { type = naval value = 500 } [COLOR=Red]#This way it's more (superficially) balanced[/COLOR]
		[COLOR=Red]command = { type = infra value = -500 }[/COLOR]
		command = { type = sleepevent which = 251045 } #PAP: The Demand for Romagna
		command = { type = sleepevent which = 3107 } #FRA: The League of Cambrai
		[COLOR=Red]command = { type = sleepevent which = 3182 } #(if FRA doesn't exist) #HAB: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 3545 } #PAP: The League of Cambrai
		command = { type = sleepevent which = 3649 } #TOS: The League of Cambrai
		[COLOR=Red]command = { type = sleepevent which = 20094 } #ENG: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 17020 } #SPA: The League of Cambrai
		command = { type = sleepevent which = 17019 } #ARG: The League of Cambrai
		command = { type = sleepevent which = 17023 } #(if HAB doesn't exist) #FRA: The League of Cambrai
		command = { type = sleepevent which = 220009 } #MAN: The League of Cambrai
		command = { type = sleepevent which = 252009 } #PAM: The League of Cambrai
		command = { type = sleepevent which = 17018 } #VEN: Realizing Great Danger
		[COLOR=Yellow]command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
		command = { type = sleepevent which = 236006 } #MUS: The Holy League against France (no PAP)[/COLOR]
	}
}
Modifications to this PAP event according to my previous post in Italy thread
Code:
# (1503) The Demand for Romagna 
# by Bordic
event = {
	id = 251045
	trigger = { 	
		event = 17017 #VEN: Seeing a Chance in Romagna
		NOT = { control = { province = 391 data = -1 } } #romagna (not Modena in a new map)	   
	}	
	random = no
	country = PAP
	name = "EVENTNAME251045" #The Demand for Romagna
	desc = "EVENTHIST17017"
	#-#

	date = { day = 15 month = January year = 1504 } 
	
	action_a = {
		name = "ACTIONNAME251045A" #Request what is yours by God's will
		[COLOR=Yellow]command = { type = addcore which = 391 } #romagna (not Modena in a new map)[/COLOR]
		command = { type = casusbelli which = VEN value = 60 }
		command = { type = relation which = VEN value = [COLOR=Yellow]-200 [/COLOR] }
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = BUR value = 50 }
		command = { type = relation which = HAB value = 50 }
	}
	[COLOR=Yellow]action_b = {
		name = "ACTIONNAME251045B" #Let Venice administer for us...
		command = { type = removecore which = 391 } #romagna
		command = { type = relation which = VEN value = 100 }
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = BUR value = 50 }
		command = { type = relation which = HAB value = 50 }
		command = { type = DIP which = -2 value = 120 }
		command = { type = MIL which = -2 value = 120 }
		command = { type = ADM which = -2 value = 120 }
	}[/COLOR]
}
a new text line

ACTIONNAME251045B;Let Venice administer for us...;;;;;;;;;;

Code:
#(1508) The League of Cambrai
#reworked by Isaac Brock
event = {
	id = 3107
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
		exists = VEN
		exists = HAB
	}
	random = no
	country = FRA
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = 9 month = December year = 1508 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 60 }[/COLOR]
		command = { type = relation which = VEN value = [COLOR=Yellow]-200 }
		command = { type = relation which = HAB value = 100 }
		command = { type = relation which = PAP value = 100 }
		command = { type = relation which = ARG value = 100 }
		command = { type = relation which = SPA value = 100 }[/COLOR]
		[COLOR=Yellow]command = { type = sleepevent which = 17023 } #(if HAB doesn't exist) #FRA: The League of Cambrai[/COLOR]
		command = { type = trigger which = 174007 } #GEN: The League of Cambrai
		command = { type = trigger which = 17021 } #HAB: The League of Cambrai
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore 
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = ARG value = -50 }
		command = { type = relation which = SPA value = -50 }
		[COLOR=Yellow]command = { type = sleepevent which = 17023 } #(if HAB doesn't exist) #FRA: The League of Cambrai[/COLOR]
		command = { type = trigger which = 17022 } #HAB: The League of Cambrai
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = ARG value = -150 }
		command = { type = relation which = SPA value = -150 }
		[COLOR=Yellow]command = { type = sleepevent which = 17023 } #(if HAB doesn't exist) #FRA: The League of Cambrai[/COLOR]
		command = { type = trigger which = 17022 } #HAB: The League of Cambrai
	}
}

Code:
#(1508) League of Cambrai (FRA accepts)
#reworked by Isaac Brock
event = {
	id = 17021 #triggered by FRA_3107 A
	random = no
	country = HAB
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 36 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = ARG value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = ARG value = -150 }
	}
}

#(1508) League of Cambrai (FRA refuses)
#reworked by Isaac Brock [COLOR=Yellow]and by Bordic[/COLOR]
event = {
	id = 17022 #triggered by FRA_3107 B [COLOR=Yellow]or C[/COLOR]
	random = no
	country = HAB
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 36 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = ARG value = -50 }
		[COLOR=Yellow]command = { type = sleepevent which = 3545 } #PAP: The League of Cambrai
		command = { type = sleepevent which = 3649 } #TOS: The League of Cambrai
		command = { type = sleepevent which = 17020 } #SPA: The League of Cambrai
		command = { type = sleepevent which = 17019 } #ARG: The League of Cambrai
		command = { type = sleepevent which = 220009 } #MAN: The League of Cambrai
		command = { type = sleepevent which = 252009 } #PAM: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 17018 } #VEN: Realizing Great Danger
		[COLOR=Yellow]command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
		command = { type = sleepevent which = 236006 } #MUS: The Holy League against France (no PAP)[/COLOR]
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = ARG value = -150 }
		[COLOR=Yellow]command = { type = sleepevent which = 3545 } #PAP: The League of Cambrai
		command = { type = sleepevent which = 3649 } #TOS: The League of Cambrai
		command = { type = sleepevent which = 17020 } #SPA: The League of Cambrai
		command = { type = sleepevent which = 17019 } #ARG: The League of Cambrai
		command = { type = sleepevent which = 220009 } #MAN: The League of Cambrai
		command = { type = sleepevent which = 252009 } #PAM: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 17018 } #VEN: Realizing Great Danger
		[COLOR=Yellow]command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
		command = { type = sleepevent which = 236006 } #MUS: The Holy League against France (no PAP)[/COLOR]
	}
}
Code:
#(1508) League of Cambrai (HAB doesn't exists)
#reworked by Isaac Brock 
event = {
	id = 17023
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
		exists = VEN
		NOT = { exists = HAB }
		NOT = { event = 3107 } #earlier FRA Cambrai event
	}
	random = no
	country = FRA
	name = "EVENTNAME3107"  #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	[COLOR=Red]date = { day = 9 month = December year = 1508 } #must be after deathdate of 3107[/COLOR]
	[COLOR=Yellow]date = { day = 10 month = December year = 1508 } #must be after deathdate of FRA_3107[/COLOR]
	offset = 5
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 60 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = ARG value = 150 }
		command = { type = relation which = SPA value = 150 }
		command = { type = trigger which = 174007 } #GEN: The League of Cambrai
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = ARG value = -50 }
		command = { type = relation which = SPA value = -50 }
		[COLOR=Yellow]command = { type = sleepevent which = 3545 } #PAP: The League of Cambrai
		command = { type = sleepevent which = 3649 } #TOS: The League of Cambrai
		command = { type = sleepevent which = 17020 } #SPA: The League of Cambrai
		command = { type = sleepevent which = 17019 } #ARG: The League of Cambrai
		command = { type = sleepevent which = 220009 } #MAN: The League of Cambrai
		command = { type = sleepevent which = 252009 } #PAM: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 17018} #VEN: Realizing Great Danger
		[COLOR=Yellow]command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
		command = { type = sleepevent which = 236006 } #MUS: The Holy League against France (no PAP)[/COLOR]
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = ARG value = -150 }
		command = { type = relation which = SPA value = -150 }
		[COLOR=Yellow]command = { type = sleepevent which = 3545 } #PAP: The League of Cambrai
		command = { type = sleepevent which = 3649 } #TOS: The League of Cambrai
		command = { type = sleepevent which = 17020 } #SPA: The League of Cambrai
		command = { type = sleepevent which = 17019 } #ARG: The League of Cambrai
		command = { type = sleepevent which = 220009 } #MAN: The League of Cambrai
		command = { type = sleepevent which = 252009 } #PAM: The League of Cambrai[/COLOR]
		command = { type = sleepevent which = 17018} #VEN: Realizing Great Danger
		[COLOR=Yellow]command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
		command = { type = sleepevent which = 236006 } #MUS: The Holy League against France (no PAP)[/COLOR]
	}
}
Code:
#(1508-1509) The League of Cambrai
#adapted by Isaac Brock
event = {
	id = 3545
	trigger = {
		exists = VEN
		event = 17017 #VEN: Seeing a Chance in Romagna
		[COLOR=Yellow]OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}[/COLOR]	
	}
	random = no
	country = PAP
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]10[/COLOR] month = December year = 1508 }
	offset = 5
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Yellow]command = { type = addcore which = 391 } #romagna (not Modena in a new map)[/COLOR]
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 24 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		[COLOR=Yellow]command = { type = removecore which = 391 } #romagna (not Modena in a new map)[/COLOR]
		command = { type = relation which = VEN value = 50 }
		[COLOR=Red]command = { type = relation which = FRA value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = ARG value = -50 }[/COLOR]
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		[COLOR=Yellow]command = { type = removecore which = 391 } #romagna (not Modena in a new map)[/COLOR]
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = ARG value = -150 }
	}
}
Code:
[COLOR=Red]#(1508-1509) The League of Cambrai
#by Joakim 'Greven' Bergqwist - modified by Isaac Brock
event = {
	id = 3649
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
		exists = VEN
	OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}
	}
	random = no
	country = TOS
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = 10 month = December year = 1508 }
	offset = 20
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		command = { type = casusbelli which = VEN value = 36 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = ARG value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = ARG value = -150 }
	}
}

#(1508-1509) The League of Cambrai
# Revised by Lambert Simnel and Isaac Brock
event = {
	id = 20094
	trigger = {
		exists = VEN
		event = 17017 #VEN: Seeing a Chance in Romagna
		event = 1000062 #ENG: English Final Victory (in HYW)
		NOT = { event = 20007 } #FRA: The Glory of France is Reborn!
	}
	random = no
	country = ENG
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = 9 month = December year = 1508 }
	offset = 5
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = ARG value = -50 }
		command = { type = relation which = SPA value = -50 }
	}
	action_b = {
		name = "ACTIONNAME3107A" #Express Support
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = ARG value = 150 }
		command = { type = relation which = SPA value = 150 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = ARG value = -150 }
		command = { type = relation which = SPA value = -150 }
	}
}[/COLOR]
Code:
#(1508-1509) The League of Cambrai
#Modified by Isaac Brock
event = {
	id = 17020
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
		exists = VEN
		NOT = { exists = ARG }
		[COLOR=Yellow]OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}[/COLOR]
	}
	random = no
	country = SPA
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]10[/COLOR] month = December year = 1508 }
	offset = 20
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 36 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = FRA value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = FRA value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = FRA value = -150 }
	}
}
Code:
#(1508-1509) The League of Cambrai
#Modified by Isaac Brock
event = {
	id = 17019
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
		exists = VEN
		[COLOR=Yellow]OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}[/COLOR]
	}
	random = no
	country = ARG
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]10[/COLOR] month = December year = 1508 }
	offset = 20
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 36 }[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = FRA value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = FRA value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = FRA value = -150 }
	}
}
Code:
#(1508-1509) The League of Cambrai
#adapted by Isaac Brock
#added by Bordic
event = {
	id = 220009
	trigger = {
		exists = VEN
		event = 17017 #VEN: Seeing a Chance in Romagna
		[COLOR=Yellow]OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}[/COLOR]
	}
	random = no
	country = MAN
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]10[/COLOR] month = December year = 1508 }
	offset = 15
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 36 }[/COLOR]
		command = { type = relation which = VEN value = [COLOR=Yellow]-200 [/COLOR] }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = ARG value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = ARG value = -150 }
	}
}
Code:
#(1508-1509) The League of Cambrai
#adapted by Isaac Brock
#added by Bordic
event = {
	id = 252009
	trigger = {
		exists = VEN
		event = 17017 #VEN: Seeing a Chance in Romagna
		[COLOR=Yellow]OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}[/COLOR]
	}
	random = no
	country = PAM
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]10[/COLOR] month = December year = 1508 }
	offset = 10
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		[COLOR=Red]command = { type = casusbelli which = VEN value = 72 }[/COLOR]
		[COLOR=Yellow]command = { type = casusbelli which = VEN value = 60 } #Ferrara/Modena didn't join the Holy League[/COLOR]
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = ARG value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3107B" #Ignore
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = ARG value = -50 }
	}
	action_c = {
		name = "ACTIONNAME3107C" #Express Hostility
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = ARG value = -150 }
	}
}
and the closing event of the sequence:
Code:
#(1509-1510) Realizing Great Danger
#by Phillip V modified by Isaac Brock 
[COLOR=Red]#IB: removed choice B, chose +50 relations, added ARG
#triggers now VEN Great chance and one of the FRA-HAB Cambrai events.[/COLOR]
event = {
	id = 17018
	trigger = {
		event = 17017 #IB changed trigger remove atwar
		OR = {
			event = 3107 #FRA: League of Cambrai if HAB exists
			[COLOR=Red]event = 3182 #HAB: League of Cambrai if FRA doesn't exist[/COLOR]
			event = 17023 #FRA: League of Cambrai if HAB doesn't exist
		}
		[COLOR=Yellow]OR = {
			vassal = { country = HAB country = VEN }
			vassal = { country = FRA country = VEN }
			vassal = { country = PAP country = VEN }[/COLOR]
			[COLOR=Red]NOT = { 
				countrysize = 12  
				exists = PAP 
				owned = { province = 399 data = -1 } #Roma
			}[/COLOR]
			[COLOR=Yellow]AND = {
				exists = PAP
				NOT = { countrysize = 12 }
			}
			AND = {
				NOT = {	exists = PAP }
				NOT = {	owned = { province = 399 data = -1 } } #Roma
			}	
		}[/COLOR]
	}
	random = no
	country = VEN
	name = "EVENTNAME17018" #Realizing Great Danger
	desc = "EVENTHIST3107"
	#-#

	[COLOR=Yellow]date = { day = 24 month = february year = 1510 }[/COLOR] [COLOR=Red]#Agnadello -> 24 october 1509 left siege of Padua[/COLOR]
	offset = 30
 	[COLOR=Yellow]deathdate = { day = 20 month = september year = 1510 }[/COLOR] [COLOR=Red]#lifting of papal interdict[/COLOR]

	action_a = {
		name = "ACTIONNAME17018A" #Relinquish partial claims to Terraferma
		command = { type = stability value = 1 }
		[COLOR=Red]command = { type = removecore which = 389 } #Lombardia[/COLOR]
		command = { type = removecore which = 389 } #Mantua (not intended as Brescia though...)
		command = { type = removecore which = 391 } #Romagna (proper Romagna in new map, not Ferrara)
		[COLOR=Yellow]command = { type = independence which = MAN } #(Mantua properly)
		command = { type = independence which = PAM } #(if Ferrara, otherwise 391 to be seceded to PAP)
		command = { type = secedeprovince which = FRA value = 389 } #Lombardia[/COLOR]
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = HAB value = 50 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 50 }
		command = { type = relation which = ARG value = 50 }
		command = { type = relation which = SPA value = 50 }
		command = { type = relation which = PAM value = 50 }
		command = { type = relation which = MAN value = 50 }
		command = { type = relation which = GEN value = 50 }
	}
}
And the Holy League should only happen if France intervened and Venice lost:

Code:
#(1510-1512) Holy League of 1510 Papal Version
#From Fate, modded by Isaac Brock 
[COLOR=Red]#changed startdate to August 1510 (excommunication and invasion of Ferrara)
#Added deathdate of April 1512 battle of Ravenna
#The sequence is started by the papal event -all others require it.
#messy trigger-Venice did not defy the pope, France did interfere in Italy, France exists
#shortened CB to 36 months
#replaced SPA with ARG - but give SPA the event if ARG doens't exist.[/COLOR]
event = {
	id = 17024
	trigger = {
		exists = FRA #The alliance was against France
		[COLOR=Red]event = 17017 #VEN: Seeing a Chance in Romagna
		OR = {	#should happen if League of Cambrai came off
			event = 17023 #FRA: The League of Cambrai (if HAB doesn't exist)
			event = 3182 #HAB: The League of Cambrai (if FRA_3107 didn't fire)
			event = 3107 #FRA: The League of Cambrai (if HAB exists)
		}[/COLOR]
		event = 17018 #VEN: Realizing Great Danger [COLOR=Yellow](happens if Venice lost against the League of Cambrai)[/COLOR]
		OR = { #shouldn't happen if France hasn't intervened in Italy, alliance was formed to drive French from Milan
			core = { province = 389 data = FRA } #Lombardia
			event = 12022 #NAP: Charles VIII presses claims on Naples
			event = 170040 #FRA: The French King in Naples
		}
		NOT = { war = { country = PAP country = VEN } }
	}
	random = no
	country = PAP
	name = "EVENTNAME17024" #The Holy League against France
	desc = "EVENTHIST17024"
	#-#

	date = { day = 1 month = [COLOR=Yellow]October[/COLOR] year = 1510 } #-> 9 aug 1510 (papal interdict on Modena/Ferrara)
	offset = 10
	deathdate = { day = 1 month = April year = 1512 }

	action_a = {
		name = "ACTIONNAME17024A" #Express Support
		command = { type = casusbelli which = FRA value = 36 }
		command = { type = casusbelli which = PAM value = 48 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAM value = -75 }
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = ENG value = 150 }
		command = { type = relation which = ARG value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = addcore which = 402 } #Emilia (Parma on the new map)
		command = { type = addcore which = 391 } #Romagna (Modena on the new map)
		command = { type = trigger which = 252016 } #PAM: The Holy League against France
		command = { type = trigger which = 17028 } #VEN: The Holy League against France
	}
	action_b = {
		name = "ACTIONNAME17024B" #Stay neutral
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = PAM value = 25 }
		command = { type = relation which = ENG value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = VEN value = -50 }
		command = { type = relation which = ARG value = -50 }
		command = { type = sleepevent which = 17025 } #HAB: The Holy League against France
		command = { type = sleepevent which = 17026 } #ARG: The Holy League against France
		command = { type = sleepevent which = 17027 } #SPA: The Holy League against France
		command = { type = sleepevent which = 17029 } #ENG: The Holy League against France
		command = { type = sleepevent which = 17030 } #HEL: The Holy League against France
		command = { type = sleepevent which = 12025 } #FRA: French troops abandon Milan
	}
	action_c = {
		name = "ACTIONNAME17024C" #Express Hostility
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAM value = 75 }
		command = { type = relation which = ENG value = -150 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = ARG value = -150 }
		command = { type = sleepevent which = 17025 } #HAB: The Holy League against France
		command = { type = sleepevent which = 17026 } #ARG: The Holy League against France
		command = { type = sleepevent which = 17027 } #SPA: The Holy League against France
		command = { type = sleepevent which = 17029 } #ENG: The Holy League against France
		command = { type = sleepevent which = 17030 } #HEL: The Holy League against France
		command = { type = sleepevent which = 12025 } #FRA: French troops abandon Milan
	}
}

#(1510-1512) Holy League of 1510 - No Papal States
event = {
	id = 236006
	trigger = {
		exists = FRA #The alliance was against France
		[COLOR=Red]event = 17017 #VEN: Seeing a Chance in Romagna
		OR = { #shouldn't happen if no-one supported the League of Cambrai
			event = 17023 #FRA: The League of Cambrai (if HAB doesn't exist)
			event = 3182 #HAB: The League of Cambrai (if FRA_3107 didn't fire)
			event = 3107 #FRA: The League of Cambrai (if HAB exists)
		}[/COLOR]
		event = 17018 #VEN: Realizing Great Danger [COLOR=Yellow](happens if Venice lost against the League of Cambrai)[/COLOR]
		OR = { #shouldn't happen if France hasn't intervened in Italy, alliance was formed to drive French from Milan
			core = { province = 389 data = FRA } #Lombardia
			event = 12022 #NAP: Charles VIII presses claims on Naples
			event = 170040 #FRA: The French King in Naples
		}
		NOT = { exists = PAP }
		NOT = { event = 17024 } #PAP: the Holy League against France
	}
	random = no
	country = MUS
	name = "EVENTNAME17024" #The Holy League against France
	desc = "EVENTHIST17024"
	#-#

	date = { day = 1 month = [COLOR=Yellow]October[/COLOR] year = 1510 }
	offset = 10
	deathdate = { day = 1 month = April year = 1512 }

	action_a = {
		name = "ACTIONNAME17024A" #Express Support
		command = { type = trigger which = 252016 } #PAM: The Holy League against France
		command = { type = trigger which = 17028 } #VEN: The Holy League against France
		command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
	}
	action_b = {
		name = "ACTIONNAME17024B" #Stay neutral
		command = { type = sleepevent which = 17025 } #HAB: The Holy League against France
		command = { type = sleepevent which = 17026 } #ARG: The Holy League against France
		command = { type = sleepevent which = 17027 } #SPA: The Holy League against France
		command = { type = sleepevent which = 17029 } #ENG: The Holy League against France
		command = { type = sleepevent which = 17030 } #HEL: The Holy League against France
		command = { type = sleepevent which = 12025 } #FRA: French troops abandon Milan
		command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
	}
	action_c = {
		name = "ACTIONNAME17024C" #Express Hostility
		command = { type = sleepevent which = 17025 } #HAB: The Holy League against France
		command = { type = sleepevent which = 17026 } #ARG: The Holy League against France
		command = { type = sleepevent which = 17027 } #SPA: The Holy League against France
		command = { type = sleepevent which = 17029 } #ENG: The Holy League against France
		command = { type = sleepevent which = 17030 } #HEL: The Holy League against France
		command = { type = sleepevent which = 12025 } #FRA: French troops abandon Milan
		command = { type = sleepevent which = 17024 } #PAP: The Holy League against France
	}
}

EDIT: changed the CBs to Venice, France and Modena have a CB of 48 months, while all others have a CB of 24 months as to be in time for the creation of the Holy League against France and Modena.

EDIT2: removed HUN event and changed CBs from 24 to 36, while France and Modena have a CB of 60 towards Venice.

EDIT3: removed ENG and TOS event and added changes according to Toio's following posts except for the addition of PAP_251045 in the trigger of FRA_3107. In case PAP doesn't exist the perpetual Pope (MUS) will take place. And because the PAP event doesn't trigger any other event in the sequence we don't need an ad hoc MUS event.

EDIT4: Also to be changed starting date of following events concerning the sequence "The Holy League against France":

HAB_17025 ARG_17026 SPA_17027 ENG_17029 HEL_17030

with
Code:
	date = { day = [COLOR=Yellow]10 month = October [/COLOR] year = 1510 }

EDIT5: since the trigger of VEN_17018 was bugged, I have already posted a bugfix in 1.52 bugfix thread and so corrected the conditions about which PAP should be.
 
Last edited:
@bordic

In regards to HUN having rights to the adriatic, they , HUn sold all their rights to VEN in 1437 via sigsmund, if you are referring to the croatian coast , which we do not have in AGCEEP, it is then the province of Istria which HUN should not have access to via core. I think only the austrias should get a core on istria after 1580 when they supported the uskoks and led to the 1616 gradisca war.



Is this ok for core for PAP on romagna, note date change

#(1473) Papal lands
event = {
id = 251070
trigger = {
NOT = { exists = PAM }
}
random = no
country = PAP
name = "EVENTNAME251070" #Romagna is Papal lands
desc = "EVENTHIST251070"
#-#In 1471, Sixtus IV abandoned universal interests, concentrating on Italian politics and revealing his confirmed nepotism. His beneficiaries were members of his own family, whom he greatly enriched and who involved him in messy disputes, the worst of which was a conspiracy against Lorenzo de' Medici. Other disputes where against the Este family in failing to provide the annual tribute for usage of Papal lands in the Romagna. To gain these lands from the Este family for his own family, Sixtus IV committed himself rather scandalously to Venice's aim in destroying the kingdom of Ferrara, which he incited the Venetians to attack in 1482. Venice refusing to desist from the hostilities that Sixtus had instigated and for appearing to be a dangerous rival to the Papal States after taking all of the polesine, was placed under interdict in 1483.

date = { month = january year = 1473}
offset = 300
deathdate = { month = may year = 1800 }

action_a = {
name = "ACTIONNAME251070A" #Gain land
command = { type = addcore which = 391 } #romagna
}
}
 
Last edited:
Toio said:
@bordic

In regards to HUN having rights to the adriatic, they , HUn sold all their rights to VEN in 1437 via sigsmund, if you are referring to the croatian coast , which we do not have in AGCEEP, it is then the province of Istria which HUN should not have access to via core. I think only the austrias should get a core on istria after 1580 when they supported the uskoks and led to the 1616 gradisca war.
So do you mean we should drop with the HUN event? And no problem about cores as I am ot going to assign more, except to Venice and Papal States.
I think I am going to reduce the CB to Venice from 72 to 24 or 36, as it seems to me it is too long. The Holy League to chase the French away from Milan was created in October 1511 (at least 24-30 months later than Cambrai...)Any idea?

About the PAP event to get the core on Romagna, I'd prefer having it starting from 1473. As it is when Sixtus IV bought Imola for his nephew Riario.
 
Last edited:
Bordic said:
So do you mean we should drop with the HUN event? And no problem about cores as I am ot going to assign more, except to Venice and Papal States.

I would drop the HUN events,


I think I am going to reduce the CB to Venice from 72 to 24 or 36, as it seems to me it is too long. The Holy League to chase the French away from Milan was created in October 1511 (at least 24-30 months later than Cambrai...)Any idea?

36 for me

About the PAP event to get the core on Romagna, I'd prefer having it starting from 1473. As it is when Sixtus IV bought Imola for his nephew Riario.

agree,
 
Bordic said:
Amended post #361.


event 17017..........option a

why should they loose money?

why -500 on trade, more citzens, more land, new area of trade = more trade is my reasoning

the 7 cities that went under Venice in the romagna , asked venice to join. there was no military takeover, they also asked again in 1528

..........................................

event 3107

aoption a

has

command = { type = relation which = HAB value = 150 }
command = { type = relation which = PAP value = 150 }
command = { type = relation which = ARG value = 150 }
command = { type = relation which = SPA value = 150 }

they should all be only 50 , because you cannot turn around relations for following events unless u use -400

........................

did a quick count of all the relaitions for nations between one another with your events ( and existing events) and most exceed +200, this might lead to future unexpected vassalations for some
 
Last edited:
Toio said:
event 17017..........option a

why should they loose money?

why -500 on trade, more citzens, more land, new area of trade = more trade is my reasoning

the 7 cities that went under Venice in the romagna , asked venice to join. there was no military takeover, they also asked again in 1528
All comments are from Isaac Brock, as you can see current event in beta6. I have only added "-" for better understanding of the sentences. Don't know about other commands. I didn't change them.

..........................................

event 3107

aoption a

has

command = { type = relation which = HAB value = 150 }
command = { type = relation which = PAP value = 150 }
command = { type = relation which = ARG value = 150 }
command = { type = relation which = SPA value = 150 }

they should all be only 50 , because you cannot turn around relations for following events unless u use -400

........................

did a quick count of all the relaitions for nations between one another with your events ( and existing events) and most exceed +200, this might lead to future unexpected vassalations for some
Yes, I know they are the same as for the Holy League of 1510 against France and I don't know how to interprete them. How should we change them? in actions A B and C? Any suggestions for the Holy League of 1510?
 
@bordic

below are my changes that you need to test , I have only amended your post 361

I also only copied the relevant parts of the events that I think need changing (tested)

Code:
#(1503) Seeing a Chance in Romagna
#by Chanda "Phillip V" Choun modded by Isaac Brock and by Bordic 
event = {
	id = 17017
	trigger = { 
		OR = {
			core = { province = 389 data = FRA } #Lombardia (France should have intervened in Italy)
			event = 12022 #NAP: Charles VIII presses claims on Naples
			event = 170040 #FRA: The French King in Naples
		}
	}
	random = no
	country = VEN
	name = "EVENTNAME17017" #Seeing a Chance in Romagna
	desc = "EVENTHIST17017"
	#-#

	date = { day = 17 month = August year = 1503 } #Pope Alexander VI's death

	action_a = {
		name = "ACTIONNAME17017A" #Look West
		command = { type = addcore which = 391 } #Romagna
		[COLOR=Red]command = { type = treasury value = -50 } #IB They ought to lose money.-[/COLOR]
		command = { type = land value = 500 } #-Those magnates needed subsidies, and I don't see this as being-
		[COLOR=Red]command = { type = trade value = -500 } #-the sort of thing that private merchants would have jumped on,-[/COLOR]
		command = { type = domestic which = land value = 1 } #-the cities were taken for strategic not trade reasons.
	}
	action_b = {
		name = "ACTIONNAME17017B" #Look East
		command = { type = removecore which = 389 } #Lombardia
		command = { type = removecore which = 390 } #Mantua
		command = { type = removecore which = 391 } #Romagna
		command = { type = domestic which = land value = -1 } #IB restored I changed my mind
		command = { type = stability value = 1 } #IB I can't see why they get aNo stab penalty for maintining current priorities.
 		command = { type = naval value = 500 } #This way it's more (superficially) balanced
		[COLOR=Red]command = { type = infra value = -500 }[/COLOR]
		command = { type = sleepevent which = 251045 } #PAP: The Demand for Romagna
		command = { type = sleepevent which = 3107 } #FRA: The League of Cambrai

why would you loose money ?
why would you loose trade or infra, you have gained lands/cities that asked Venice to join the republic

........................................................


Code:
# (1503) The Demand for Romagna 
# by Bordic
event = {
	id = 251045
	trigger = { 	
		event = 17017 #VEN: Seeing a Chance in Romagna
		NOT = { control = { province = 391 data = -1 } } #romagna (not Modena in a new map)	   
	}	
	random = no
	country = PAP
	name = "EVENTNAME251045" #The Demand for Romagna
	desc = "EVENTHIST17017"
	#-#

	date = { day = 15 month = January year = 1504 } 
	
	action_a = {
		name = "ACTIONNAME251045A" #Request what is yours by God's will
		command = { type = addcore which = 391 } #romagna (not Modena in a new map)
		command = { type = casusbelli which = VEN value = 60 }
		command = { type = relation which = VEN value = [COLOR=Yellow]-200 }[/COLOR]
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = BUR value = 50 }
		command = { type = relation which = HAB value = 50 }

............................................................

Code:
#(1508) The League of Cambrai
#reworked by Isaac Brock
event = {
	id = 3107
	trigger = {
		event = 17017 #VEN: Seeing a Chance in Romagna
                [COLOR=Yellow]event = 251045 [/COLOR]
		exists = VEN
		exists = HAB
	}
	random = no
	country = FRA
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = 9 month = December year = 1508 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = casusbelli which = VEN value = 60 }
		command = { type = relation which = VEN value = [COLOR=Yellow]-200 }
		command = { type = relation which = HAB value = 100 }
		command = { type = relation which = PAP value = 100 }
		command = { type = relation which = ARG value = 100 }
		command = { type = relation which = SPA value = 100 }[/COLOR]
		command = { type = sleepevent which = 17023 } #(if HAB doesn't exist) #FRA: The League of Cambrai
		command = { type = trigger which = 174007 } #GEN: The League of Cambrai
		command = { type = trigger which = 17021 } #HAB: The League of Cambrai
	}

trigger added for event or else france would never have warred VEN, due to an existing alliance between each other (1508)

...................................................................................

event 3649

DID TOS join the league, I know they came later and sided with the PAP against SPA. to which they where overrun and the Medici re placed back in chargwe of TOS , IIRC 1527

...............................................................................

Code:
#(1508-1509) The League of Cambrai
#adapted by Isaac Brock
#added by Bordic
event = {
	id = 220009
	trigger = {
		exists = VEN
		event = 17017 #VEN: Seeing a Chance in Romagna
		OR = {
			event = 3107  #FRA: The League of Cambrai
			event = 17023 #FRA: The League of Cambrai (HAB doesn't exists)
		}
	}
	random = no
	country = MAN
	name = "EVENTNAME3107" #The League of Cambrai
	desc = "EVENTHIST3107"
	#-#

	date = { day = 10 month = December year = 1508 }
	offset = 15
	deathdate = { day = 1 month = April year = 1509 }

	action_a = {
		name = "ACTIONNAME3107A" #Express Support
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = casusbelli which = VEN value = 36 }
		command = { type = relation which = VEN value = [COLOR=Yellow]-200[/COLOR] }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = ARG value = 150 }
	}

.............................................................................

Code:
#(1509-1510) Realizing Great Danger
#by Phillip V modified by Isaac Brock and by Bordic
#IB: removed choice B, chose +50 relations, added ARG
#triggers now VEN Great chance and one of the FRA-HAB Cambrai events.
event = {
	id = 17018
	trigger = {
		event = 17017 #IB changed trigger remove atwar
		OR = {
			event = 3107 #FRA: League of Cambrai if HAB exists
			event = 3182 #HAB: League of Cambrai if FRA doesn't exist
			event = 17023 #FRA: League of Cambrai if HAB doesn't exist
		}
		OR = {
			vassal = { country = HAB country = VEN }
			vassal = { country = FRA country = VEN }
			vassal = { country = PAP country = VEN }
			NOT = { 
				countrysize = 12  
				exists = PAP 
				owned = { province = 399 data = -1 } #Roma
			}	
		}
	}
	random = no
	country = VEN
	name = "EVENTNAME17018" #Realizing Great Danger
	desc = "EVENTHIST3107"
	#-#

	date = { day = [COLOR=Yellow]24 month = february year = 1510 [/COLOR]} #Agnadello -> 24 october 1509 left siege of Padua
	offset = 30
 	deathdate = { day = [COLOR=Yellow]20 month = september[/COLOR] year = 1510 } #lifting of papal interdict

	action_a = {
		name = "ACTIONNAME17018A" #Relinquish partial claims to Terraferma
		command = { type = stability value = 1 }
		[COLOR=Red]command = { type = removecore which = 389 } #Lombardia[/COLOR]
		command = { type = removecore which = 389 } #Mantua (not intended as Brescia though...)
		command = { type = removecore which = 391 } #Romagna (proper Romagna in new map, not Ferrara)
		command = { type = independence which = MAN } #(Mantua properly)
		command = { type = independence which = PAM } #(if Ferrara, otherwise 391 to be seceded to PAP)
		command = { type = secedeprovince which = FRA value = 389 } #Lombardia
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = HAB value = 50 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 50 }
		command = { type = relation which = ARG value = 50 }
		command = { type = relation which = SPA value = 50 }
		command = { type = relation which = PAM value = 50 }
		command = { type = relation which = MAN value = 50 }
		command = { type = relation which = GEN value = 50 }
	}
}

fixed dates and we need to leave VEN with lombardy core due to the 1515 wars with FRA against the city of MLO


......................................................

Code:
#(1510-1512) Holy League of 1510 Papal Version
#From Fate, modded by Isaac Brock and by Bordic
#changed startdate to August 1510 (excommunication and invasion of Ferrara)
#Added deathdate of April 1512 battle of Ravenna
#The sequence is started by the papal event -all others require it.
#messy trigger-Venice did not defy the pope, France did interfere in Italy, Frane exists
#shortened CB to 36 months
#replaced SPA with ARG - but give SPA the event if ARG doens't exist.
event = {
	id = 17024
	trigger = {
		exists = FRA #The alliance was against France
		event = 17017 #VEN: Seeing a Chance in Romagna
		OR = {	#should happen if League of Cambrai came off
			event = 17023 #FRA: The League of Cambrai (if HAB doesn't exist)
			event = 3182 #HAB: The League of Cambrai (if FRA_3107 didn't fire)
			event = 3107 #FRA: The League of Cambrai (if HAB exists)
		}
		event = 17018 #VEN: Realizing Great Danger (happens if Venice lost against the League of Cambrai)
		OR = { #shouldn't happen if France hasn't intervened in Italy, alliance was formed to drive French from Milan
			core = { province = 389 data = FRA } #Lombardia
			event = 12022 #NAP: Charles VIII presses claims on Naples
			event = 170040 #FRA: The French King in Naples
		}
		NOT = { war = { country = PAP country = VEN } }
	}
	random = no
	country = PAP
	name = "EVENTNAME17024" #The Holy League against France
	desc = "EVENTHIST17024"
	#-#

	date = { day = 1 month = [COLOR=Yellow]october[/COLOR] year = 1510 } #-> 9 aug 1510 (papal interdict on Modena/Ferrara)
	offset = 10
	deathdate = { day = 1 month = April year = 1512 }

change date to all corresponding events
.........................................................................


NOTE: I was also testing that from august 1509, ----A new event that states if MAN and VEN are at war, and aloo if VEN at war with either FRA or HAB, then VEN inherit man ( captured of MAN monarch)
and MAN reappear when event 17024 fire..... this represents an easier represtation of wars between VEN and FRA also AGCEEP land confirnments mean that if MAN is not "eliminated" during this period then the whole event is pointless as VEN will win every naval war against FRA .

......................................................

conclude...........the extra time given between events 17017 and 17018 results in greater participation of the countries involved.

...............................................

i will look at the following events in the series
 
having 251045 in the trigger of FRA_3107 is indeed risky as PAP could be already disappear, so we could consider a MUS event, but being a check only event it is uncecessary for the sequence as the Pope would always be agaisnt Venice. No PAP means not owned Romagna...

About all relations didn't you decide to revise them all in all three actions?

About TOS event, should we remove it? With Pope Leo X perhaps we would have Tuscany agaisnt Venice, after 1513 iirc.

Don't know about core on Lombardia, when should we remove that core, with which event? With 326039?

As for Mantua, I don't know. It seems we would have many events in a too short time span...Don't know about playability.
 
Bordic said:
having 251045 in the trigger of FRA_3107 is indeed risky as PAP could be already disappear, so we could consider a MUS event, but being a check only event it is uncecessary for the sequence as the Pope would always be agaisnt Venice. No PAP means not owned Romagna...

If PAP does not fire this event, why would FRA war with VEN

do not understand what u mean

About all relations didn't you decide to revise them all in all three actions?

I did test revising all, but on thinking of other modders, they would be annoyed as these led to wars.
My changes above are for all relevant events that are similar

About TOS event, should we remove it? With Pope Leo X perhaps we would have Tuscany agaisnt Venice, after 1513 iirc.

I would delete it, TOS appears in 1512 when the PAP armies moved in and annexed the republic, this was its only appearance in the war of cambrai

Don't know about core on Lombardia, when should we remove that core, with which event? With 326039?

my thoughts as well, even though the PAP and VEN asked for sforza to be monarch, until MLO reappears then VEN should hold core (to free MLO)

As for Mantua, I don't know. It seems we would have many events in a too short time span...Don't know about playability.

I already have one event, it sometimes fires 50-50, this helps FRA dominate the wars , if MAN is left in existance and does not give FRA passage, then FRA loose all naval wars to VEN
 
Toio said:
If PAP does not fire this event, why would FRA war with VEN

do not understand what u mean
If PAP does not fire this event, a MUS event can be used in its place: the perpetual Pope. Otherwise, if you think we should have a "secular" Papal States for this sequence to happen, ok .



I did test revising all, but on thinking of other modders, they would be annoyed as these led to wars.
My changes above are for all relevant events that are similar
OK.



I would delete it, TOS appears in 1512 when the PAP armies moved in and annexed the republic, this was its only appearance in the war of cambrai
Then let's remove it. TOS_3649. :D



my thoughts as well, even though the PAP and VEN asked for sforza to be monarch, until MLO reappears then VEN should hold core (to free MLO)
In any case, shouldn't Venice have the core removed somewhere in 16th century?



I already have one event, it sometimes fires 50-50, this helps FRA dominate the wars , if MAN is left in existance and does not give FRA passage, then FRA loose all naval wars to VEN
Ok.

And about VEN_17017, well with your suggestions we can now remove the comments of Isaac Brock which I have pointed out in yellow. However in FRA_3107 you have two commands giving CB to Venice, the one with 60 should be in.
 
Last edited:
I have amended post #361 and about the removal of VEN core on Lombardia I would think about:

Code:
#(1513) Another treaty at Blois
#by Bordic
event = {
	id = 326037
	trigger = {
		event = 12025 #FRA: French troops abandon Milan
	}
	random = no
	country = VEN
	name = "EVENTNAME326037" #Another treaty at Blois
	desc = "EVENTHIST12025"
	#-#

	date = { day = 1 month = March year = 1513 }
	offset = 20
	deathdate = { day = 6 month = June year = 1513 } #the battle at Novara

	action_a = {
		name = "ACTIONNAME326037A" #Reject Pope's offer
		command = { type = stability value = -1 }
		command = { type = MIL which = 2 value = 12 } #the French released B. d'Alviano
		command = { type = alliance which = FRA }
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = SPA value = -25 }
		command = { type = relation which = ARG value = -25 }
		command = { type = relation which = MLO value = -25 }
		command = { type = relation which = PAP value = -25 }
	}
	action_b = {
		name = "ACTIONNAME326037B" #Submit to Pope's will
		command = { type = stability value = 1 }
		[COLOR=Yellow]command = { type = removecore which = 389 } #Lombardia[/COLOR]
		[COLOR=Red]command = { type = DIP which = -2 value = 12 }[/COLOR]
		[COLOR=Red]command = { type = population which = -2 value = -2000 } #the Emperor acquiring territories[/COLOR]
		command = { type = relation which = HAB value = 25 }
		command = { type = relation which = MLO value = 25 }
		command = { type = relation which = PAP value = 25 }
	}
}
#-#In spite of their victories in Northern Italy, the French troops were forced to abandon the battlefield both because of financial reasons and because after the successful battle of Ravenna the Emperor was withdrawing troops and would have joined the holy league formed by Papal States, Spain, England and Venice with the help of Swiss troops hired by Pope Julius II himself and led into war by the Bishop of Sion, Mathias Schiner. Thence the decision to withdraw from Milan. Julius II recovered Ravenna, Bologna and the rest of the Romagna, while his commander, the Duke of Urbino, easily occupied Reggio and Modena, though Alfonso d'Este refused any settlement that would deprive him of Ferrara. After having chased out the French from Italy, the congress of allies which met at Mantua in August made over to the Pope Parma and Piacenza, to which he had at best a shadowy claim. The Emperor and Fernando would have been glad to give Milan to their grandson Charles but the Swiss were in possession and, supported by the Pope, made their will good. The duchy was given to Ercole Massimiliano Sforza, the elder son of Ludovico. The Venetian claims were left unsettled with Brescia still held out and the Swiss claiming Cremona and the Ghiara d'Adda for the duchy. And more, the Emperor demanded Vicenza and Verona. Florence, who in 1509 had ended her long war by the recovery of Pisa, was punished for her support of France by the restoration of the Medici. Entering Milan, Ercole Massimiliano Sforza received the keys to the city from the Swiss soldiers, who promised to protect the duchy of Milan and to help the Duke in sending to him all the troops he would need. The Duke granted them the acquisition of the ducal territories Ticino and Valtellina, the most important accesses to the Alpine passes. Genoa drew back its allegiance to the French King, who in 1506 harshly repressed a local rebellion that broke out owing to the decision taken by the French governor to grant privileges to the nobilty. But Julius II made also a treaty with his late ally, Maximilian, against Venice. The emperor was to support the Lateran council to oppose that one proclaimed by Louis XII in Pisa and to hand over Modena to the Pope, while Julius II was to join in compelling Venice to give up the fiefs which the Emperor claimed since Cambrai and to use on behalf of his new ally also the always convincing 'spiritual weapons'. When this treaty was made public, it had only the effect to drive Venice to side with France.


Code:
#(1523-1525) Switching sides
event =  {
	id = 326039
	trigger = {
		relation = { country = FRA data = 100 }
		OR = { #some Habsburg influence in northern Italy exists
			neighbour = HAB
			neighbour = SPA
			alliance = { country = MLO country = SPA }
			alliance = { country = MLO country = HAB }
			vassal  = { country = SPA country = MLO }
			vassal  = { country = HAB country = MLO }
		}
		NOT = { #not already under Habsburg influence
			alliance = { country = VEN country = SPA }
			vassal  = { country = HAB country = VEN }
			vassal  = { country = SPA country = VEN }
		}
	}
	random = no
	country = VEN
	name = "EVENTNAME326039" #Switching sides
	desc = "EVENTHIST326039"
	#-#
	date = { day = 20 month = july year = 1523 }
	offset = 20
	deathdate = { day = 20 month = february year = 1525 }

	action_a = {
		name = "ACTIONNAME326039A" #A new ally
		command = { type = stability value = 1 }
		[COLOR=Yellow]command = { type = removecore which = 389 } #Lombardia
		command = { type = independence which = MLO }[/COLOR]
		command = { type = relation which = SPA value = 20 }
		command = { type = dynastic which = HAB }
		command = { type = relation which = HAB value = 30 }
		command = { type = relation which = FRA value = -50 }
		command = { type = DIP which = 2 value = 60 }
		command = { type = cash value = -50 }
	}
}

#-#It was time for Venice to reconsider her position. Her alliance with France was an increasing liability, particularly since the recent Spanish victories over the French. To gain future Spanish aid against the Turk, a treaty was signed that outlined, the payment of 200,000 ducats by Venice to keep all the former Imperial territories held at that time by Venice and each party agreed to come to the defence of the other unless the aggressor was the Pope. The treaty was also signed by Francesco II Sforza whom the Emperor had reestablished on the throne of Milan.
 
Bordic said:
In any case, shouldn't Venice have the core removed somewhere in 16th century?


yes





And about VEN_17017, well with your suggestions we can now remove the comments of Isaac Brock which I have pointed out in yellow. However in FRA_3107 you have two commands giving CB to Venice, the one with 60 should be in.


the changes I presented meant,

I agree with all your changes, but amend or delete what I have include on top of yours
 
This event should represent the change in Venetian policy in Northern Italy under Habsburg influence.


Code:
#(1529-1535) End of expansionism in Terraferma
#by Bordic
event = {
	id = 326067
	trigger = {
		exists = HAB
		NOT = { 
			vassal = { country = VEN country = SPA }
		}
		event = 285107 #SPA: The coronation of Charles V 
		event = 17018 #VEN: Realizing Great Danger (happened if Venice lost the Cambrai wars)
	}
	random = no
	country = VEN
	name = "EVENTNAME326067" #End of expansionism in Terraferma
	desc = "EVENTHIST285107"
	#-#

	date = { day = 0 month = november year = 1529 } 
	offset = 60
	deathdate = { day = 0 month = October year = 1535 }

	action_a = {
		name = "ACTIONNAME326067A" #Hail to the Emperor
		command = { type = DIP which = -2 value = 12 }
		command = { type = removecore which = 389 } #Lombardia
		command = { type = independence which = MLO }
		command = { type = independence which = MAN }
		command = { type = independence which = PAM }
		command = { type = independence which = PIS }
		command = { type = independence which = TOS }
		command = { type = secedeprovince which = SAV value = 404 } #Piemonte
		#Austrian and Spanish Habsburg claims
		command = { type = secedeprovince which = HAB value = 327 } #Ostmarch
		command = { type = secedeprovince which = HAB value = 350 } #Salzburg
		command = { type = secedeprovince which = HAB value = 351 } #Austria
		command = { type = secedeprovince which = HAB value = 352 } #Odenburg
		command = { type = secedeprovince which = HAB value = 367 } #Krain
		command = { type = secedeprovince which = HAB value = 369 } #Steiermark
		command = { type = secedeprovince which = HAB value = 371 } #Tirol
		command = { type = secedeprovince which = SPA value = 393 } #Napoli
		command = { type = secedeprovince which = SPA value = 394 } #Apulia
		#Papal lands
		command = { type = secedeprovince which = PAP value = 402 } #Emilia
		command = { type = secedeprovince which = PAP value = 392 } #Marche
	}
}
#-#In late 1529, according to the treaty stipulated in Barcelona a few months before, Charles V came to Bologna to meet the Pope. Princes and ambassadors of all Italian states came to this encounter with the intention to confirm their allegiance to the Empire. Charles V used his strengthened political influence to definitely settle the Italian balance of powers and the conflicts between the Italian minors that deceitfully used to switch sides between France and the Empire. According to Mercurino da Gattinara's advices Charles V granted independence to all the imperial fiefs and, with the mediation of Pope Clemens VII, even to Francesco Sforza who was reinstated in his duchy in spite of his joining the league of Cognac. Pope Clemens VII instead, receiving the territory of Parma was to renounce his claims to Modena and Ferrara and to promise to arrange for a Concile in the next future to discuss about the Reform of the Church. Settled the political affairs in the peninsula, Charles was crowned by Pope Clement VII King of Italy on 22 February 1530 and Holy Roman Emperor two day later, in two solemn ceremonies arranged in Bologna. The imperial crown was a really big gift for his 30th birthday: Charles V resulted, in facts, the last Holy Roman Emperor in history to be personally crowned by the Pope.


EVENTNAME326067;End of expansionism in Terraferma;;;;;;;;;;
ACTIONNAME326067A;Hail to the Emperor;;;;;;;;;;

EDIT: added the trigger checking if Venice lost the Cambrai wars, if not why would Venice lose her ahistorically gained Terraferma cores? ;)

EDIT2: added more secede provinces to Austria and trigger conditions that Austria should exist and Spain shouldn't be vassal of Venice. Venice could be liege of Austria and this events would fire the same. In eu2 terms Austria could be easily vassalized so...
 
Last edited:
Bordic said:
This event should represent the change in Venetian policy in Northern Italy under Habsburg influence.


Code:
#(1529-1535) End of expansionism in Terraferma
#by Bordic
event = {
	id = 326067
	trigger = {
		event = 285107 #SPA: The coronation of Charles V 
		event = 17018 #VEN: Realizing Great Danger (happened if Venice lost the Cambrai wars)
	}
	random = no
	country = VEN
	name = "EVENTNAME326067" #End of expansionism in Terraferma
	desc = "EVENTHIST285107"
	#-#

	date = { day = 0 month = november year = 1529 } 
	offset = 60
	deathdate = { day = 0 month = October year = 1535 }

	action_a = {
		name = "ACTIONNAME326067A" #Hail to the Emperor
		command = { type = DIP which = -2 value = 12 }
		command = { type = removecore which = 389 } #Lombardia 
		command = { type = independence which = MLO }
		command = { type = independence which = MAN }
		command = { type = independence which = PAM }
		command = { type = independence which = PIS }
		command = { type = independence which = TOS }
		#Habsburg lands
		command = { type = secedeprovince which = HAB value = 367 } #Krain
		command = { type = secedeprovince which = HAB value = 369 } #Steiermark
		command = { type = secedeprovince which = HAB value = 371 } #Tirol
		command = { type = secedeprovince which = SPA value = 393 } #Napoli
		command = { type = secedeprovince which = SPA value = 394 } #Apulia
		#Papal lands
		command = { type = secedeprovince which = PAP value = 404 } #Piemonte
		command = { type = secedeprovince which = PAP value = 402 } #Emilia
		command = { type = secedeprovince which = PAP value = 392 } #Marche
	}
}
#-#In late 1529, according to the treaty stipulated in Barcelona a few months before, Charles V came to Bologna to meet the Pope. Princes and ambassadors of all Italian states came to this encounter with the intention to confirm their allegiance to the Empire. Charles V used his strengthened political influence to definitely settle the Italian balance of powers and the conflicts between the Italian minors that deceitfully used to switch sides between France and the Empire. According to Mercurino da Gattinara's advices Charles V granted independence to all the imperial fiefs and, with the mediation of Pope Clemens VII, even to Francesco Sforza who was reinstated in his duchy in spite of his joining the league of Cognac. Pope Clemens VII instead, receiving the territory of Parma was to renounce his claims to Modena and Ferrara and to promise to arrange for a Concile in the next future to discuss about the Reform of the Church. Settled the political affairs in the peninsula, Charles was crowned by Pope Clement VII King of Italy on 22 February 1530 and Holy Roman Emperor two day later, in two solemn ceremonies arranged in Bologna. The imperial crown was a really big gift for his 30th birthday: Charles V resulted, in facts, the last Holy Roman Emperor in history to be personally crowned by the Pope.


EVENTNAME326067;End of expansionism in Terraferma;;;;;;;;;;
ACTIONNAME326067A;Hail to the Emperor;;;;;;;;;;

EDIT: added the trigger checking if Venice lost the Cambrai wars, if not why would Venice lose her ahistorically gained Terraferma cores? ;)


agree

but sede piemonte to PAP and not SAV ?
 
I would have an idea to avoid Aragon being involved in an ahistorical alliance with Provence and France!

What about using the "trick" of vassal+alliance+breakvassal commands which I have experimented for the WoSS?

Here it is:

Code:
#(1435-1436) The Visconti's about-face
#by Bordic
event = {
	id = 228020
	trigger = {
		OR = {
			event = 262005  #PRO: The Angevin Inheritance of Naples
			event = 3555   	#ARG: The Aragonese Inheritance of Naples
		}
		OR = {
			vassal = { country = MLO country = GEN }
			AND = {
				NOT = { exists = GEN }
				owned = { province = 403 data = -1 } #Liguria
			}
		}
	}
	random = no
	country = MLO
	name = "EVENTNAME228020" #The Visconti's about-face
	desc = "EVENTHIST228020"
	#-#

	date = { day = 27 month = November year = 1435 }
	offset = 30
	deathdate = { day = 27 month = January year = 1436 }

	action_a = {
		name = "ACTIONNAME228020A" #Support Alfonso
		command = { type = independence which = GEN }
		command = { type = relation which = PRO value = -25 }
		command = { type = relation which = PAP value = -25 }
		[COLOR=Yellow]command = { type = vassal which = ARG }
		command = { type = trigger which = 174027 } #GEN: The betrayal of Visconti[/COLOR]
		command = { type = trigger which = 228057 } #MLO: [COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
		[COLOR=Red]command = { type = trigger which = 174027 } #GEN: The betrayal of Visconti
		command = { type = trigger which = 111013 } #ARG: Visconti supports the Aragonese cause[/COLOR]
	}
}
EVENTHIST228020;After the death of Giovanna of Anjou without natural heirs, a war of succession for the Kingdom of Naples broke out between the two claimants, René of Anjou and Alfons of Aragon, both designated heirs in two different times by Giovanna. Filippo Maria Visconti of Milan, also Signore of Genoa, preoccupied for the increasing Aragonese influence in the Mediterranean sea trade routes as much as in the Italian peninsula, decided to support the Angevins. Alfons of Aragon was defeated and captured by a Genovese fleet at the battle of Ponza in 1435. Transferred to Milan, Alfons succeeded in gaining Visconti's favour to his cause against the French Angevins. He convinced Filippo Maria that a French presence in Italy could be against the interests of Milan since the House of Orléans had never hidden its dynastic claims on the Duchy of Milan. Alfonso and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Visconti. But Genoa, a bitter rival of Aragon during centuries of dispute over Sardinia, Corsica, and the control of the Western Mediterranean trade, was appalled by Visconti's sudden change of sides, and immediately joined the Venetian-Florentine league against her former suzerain.;;;;;;;;;;

This text is used by following events:

MLO_228020 GEN_174027 ARG_111013 VEN_326034 TOS_297017 all of them have the same description to be fixed.



No need to check for GEN core provinces now, but a plain new event to get Aragon into Milanese alliance:

Code:
#(1435-1436) [COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
#by Bordic
event = {
	id = 228057 #triggered by MLO_228020
	[COLOR=Red]trigger = {
		OR = {
			owned = { province = 465 data = -1 } #Kerch
			owned = { province = 398 data = -1 } #Corsica
		}
	}[/COLOR]
	random = no
	country = MLO
	name = "EVENTNAME228057" #[COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
	desc = "EVENTHIST228057"
	#-#
	action_a = {
		name = "[COLOR=Red]DAMN[/COLOR][COLOR=Yellow]OK[/COLOR]"
		command = { type = secedeprovince which = GEN value = 398 } #Corsica
		command = { type = secedeprovince which = GEN value = 465 } #Kerch
		[COLOR=Yellow]command = { type = alliance which = ARG }
		command = { type = trigger which = 111013 } #ARG: Visconti supports the Aragonese cause[/COLOR]
	}
}
EVENTNAME228057;The independence of GenoaThe secret alliance with Aragon;;;;;;;;;;
EVENTHIST228057;While Genoa was breaking her allegiance to Visconti, Alfons of Aragon and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Filippo Maria.

And this event to break the vassalization, of course the alliance is still valid as Milan always starts as leader of its alliance with MAN and PAM:
Code:
#(1435) Visconti supports the Aragonese cause
#by Bordic
event = {
	id = 111013 #triggered by MLO_228020
	random = no
	country = ARG
	name = "EVENTNAME111013" #Visconti supports the Aragonese cause
	[COLOR=Red]desc = "EVENTHIST228020"[/COLOR]
	[COLOR=Yellow]desc = "EVENTHIST111013"[/COLOR]
	#-#

	action_a = {
		name = "ACTIONNAME111013A" #Magnificent!
		[COLOR=Yellow]command = { type = breakvassal which = MLO }
		command = { type = dynastic which = MLO }
		command = { type = stability value = 3 }[/COLOR]
		command = { type = relation which = MLO value = 75 }
		command = { type = relation which = GEN value = -50 }
		command = { type = casusbelli which = GEN value = 36 }
	}
}
a new text line:

EVENTHIST111013;After the death of Giovanna of Anjou without natural heirs, a war of succession for the Kingdom of Naples broke out between the two claimants, René of Anjou and Alfons of Aragon, both designated heirs in two different times by Giovanna. Filippo Maria Visconti of Milan, also Signore of Genoa, preoccupied for the increasing Aragonese influence in the Mediterranean sea trade routes as much as in the Italian peninsula, decided to support the Angevins. Alfons of Aragon was defeated and captured by a Genovese fleet at the battle of Ponza in 1435. Transferred to Milan, Alfons succeeded in gaining Visconti's favour to his cause against the French Angevins. He convinced Filippo Maria that a French presence in Italy could be against the interests of Milan since the House of Orléans had never hidden its dynastic claims on the Duchy of Milan. But Genoa, a bitter rival of Aragon during centuries of dispute over Sardinia, Corsica, and the control of the Western Mediterranean trade, was appalled by Visconti's sudden change of sides, and immediately joined the Venetian-Florentine league against her former suzerain. While Genoa was breaking her allegiance to Visconti, Alfons of Aragon and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Filippo Maria.;;;;;;;;;;


Well, that's a try! ;)
 
Last edited:
Modification to my previous post #377 with the correction of a possible CTD due to the bug of crossed-vassalization:

The events are currently in game with 1.54beta4, but I have left the modifications to be done from version 1.53:
Code:
#(1435-1436) The Visconti's about-face
#by Bordic
event = {
	id = 228020
	trigger = {
		OR = {
			event = 262005  #PRO: The Angevin Inheritance of Naples
			event = 3555   	#ARG: The Aragonese Inheritance of Naples
		}
		OR = {
			vassal = { country = MLO country = GEN }
			AND = {
				NOT = { exists = GEN }
				owned = { province = 403 data = -1 } #Liguria
			}
		}
		[COLOR=Yellow]NOT = { event = 228058 } #MLO: The Visconti's about-face (MLO vassal of ARG)
		NOT = { vassal = { country = ARG country = MLO } }[/COLOR]
	}
	random = no
	country = MLO
	name = "EVENTNAME228020" #The Visconti's about-face
	desc = "EVENTHIST228020"
	#-#

	date = { day = 27 month = November year = 1435 }
	offset = 30
	deathdate = { day = 27 month = January year = 1436 }

	action_a = {
		name = "ACTIONNAME228020A" #Support Alfonso
		command = { type = independence which = GEN }
		command = { type = relation which = PRO value = -25 }
		command = { type = relation which = PAP value = -25 }
		[COLOR=Yellow]command = { type = vassal which = ARG }
		command = { type = sleepevent which = 228058 } MLO: The Visconti's about-face (MLO vassal of ARG)
		command = { type = trigger which = 174027 } #GEN: The betrayal of Visconti[/COLOR]
		command = { type = trigger which = 228057 } #MLO: [COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
		[COLOR=Red]command = { type = trigger which = 174027 } #GEN: The betrayal of Visconti
		command = { type = trigger which = 111013 } #ARG: Visconti supports the Aragonese cause[/COLOR]
	}
}
EVENTHIST228020;After the death of Giovanna of Anjou without natural heirs, a war of succession for the Kingdom of Naples broke out between the two claimants, René of Anjou and Alfons of Aragon, both designated heirs in two different times by Giovanna. Filippo Maria Visconti of Milan, also Signore of Genoa, preoccupied for the increasing Aragonese influence in the Mediterranean sea trade routes as much as in the Italian peninsula, decided to support the Angevins. Alfons of Aragon was defeated and captured by a Genovese fleet at the battle of Ponza in 1435. Transferred to Milan, Alfons succeeded in gaining Visconti's favour to his cause against the French Angevins. He convinced Filippo Maria that a French presence in Italy could be against the interests of Milan since the House of Orléans had never hidden its dynastic claims on the Duchy of Milan. Alfonso and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Visconti. But Genoa, a bitter rival of Aragon during centuries of dispute over Sardinia, Corsica, and the control of the Western Mediterranean trade, was appalled by Visconti's sudden change of sides, and immediately joined the Venetian-Florentine league against her former suzerain.;;;;;;;;;;

This text is used by following events:

MLO_228020 GEN_174027 ARG_111013 VEN_326034 TOS_297017 all of them have the same description to be fixed.

Here is the new event for MLO in case of ARG is liege:
Code:
#(1435-1436) The Visconti's about-face (MLO vassal of ARG)
#by Bordic
event = {
	id = 228058
	trigger = {
		OR = {
			event = 262005  #PRO: The Angevin Inheritance of Naples
			event = 3555   	#ARG: The Aragonese Inheritance of Naples
		}
		OR = {
			vassal = { country = MLO country = GEN }
			AND = {
				NOT = { exists = GEN }
				owned = { province = 403 data = -1 } #Liguria
			}
		}
		vassal = { country = ARG country = MLO }
		NOT = { event = 228020 } #MLO: The Visconti's about-face (MLO vassal of ARG)[/COLOR]
	}
	random = no
	country = MLO
	name = "EVENTNAME228020" #The Visconti's about-face
	desc = "EVENTHIST228020"
	#-#

	date = { day = 27 month = November year = 1435 }
	offset = 30
	deathdate = { day = 27 month = January year = 1436 }

	action_a = {
		name = "ACTIONNAME228020A" #Support Alfonso
		command = { type = independence which = GEN }
		command = { type = relation which = PRO value = -25 }
		command = { type = relation which = PAP value = -25 }
		command = { type = sleepevent which = 228020 } MLO: The Visconti's about-face 
		command = { type = trigger which = 174027 } #GEN: The betrayal of Visconti
	}
}


No need to check for GEN core provinces now, but a plain new event to get Aragon into Milanese alliance:

Code:
#(1435-1436) [COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
#by Bordic
event = {
	id = 228057 #triggered by MLO_228020
	[COLOR=Red]trigger = {
		OR = {
			owned = { province = 465 data = -1 } #Kerch
			owned = { province = 398 data = -1 } #Corsica
		}
	}[/COLOR]
	random = no
	country = MLO
	name = "EVENTNAME228057" #[COLOR=Red]The independence of Genoa[/COLOR][COLOR=Yellow]The secret alliance with Aragon[/COLOR]
	desc = "EVENTHIST228057"
	#-#
	action_a = {
		name = "[COLOR=Red]DAMN[/COLOR][COLOR=Yellow]OK[/COLOR]"
		command = { type = secedeprovince which = GEN value = 398 } #Corsica
		command = { type = secedeprovince which = GEN value = 465 } #Kerch
		[COLOR=Yellow]command = { type = alliance which = ARG }
		command = { type = trigger which = 111013 } #ARG: Visconti supports the Aragonese cause[/COLOR]
	}
}
EVENTNAME228057;The independence of GenoaThe secret alliance with Aragon;;;;;;;;;;
EVENTHIST228057;While Genoa was breaking her allegiance to Visconti, Alfons of Aragon and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Filippo Maria.

And this event to break the vassalization, of course the alliance is still valid as Milan always starts as leader of its alliance with MAN and PAM:
Code:
#(1435) Visconti supports the Aragonese cause
#by Bordic
event = {
	id = 111013 #triggered by [COLOR=Yellow]MLO_228057[/COLOR]
	random = no
	country = ARG
	name = "EVENTNAME111013" #Visconti supports the Aragonese cause
	[COLOR=Red]desc = "EVENTHIST228020"[/COLOR]
	[COLOR=Yellow]desc = "EVENTHIST111013"[/COLOR]
	#-#

	action_a = {
		name = "ACTIONNAME111013A" #Magnificent!
		[COLOR=Yellow]command = { type = breakvassal which = MLO }
		command = { type = dynastic which = MLO }
		command = { type = stability value = 3 }[/COLOR]
		command = { type = relation which = MLO value = 75 }
		command = { type = relation which = GEN value = -50 }
		command = { type = casusbelli which = GEN value = 36 }
	}
}
a new text line:

EVENTHIST111013;After the death of Giovanna of Anjou without natural heirs, a war of succession for the Kingdom of Naples broke out between the two claimants, René of Anjou and Alfons of Aragon, both designated heirs in two different times by Giovanna. Filippo Maria Visconti of Milan, also Signore of Genoa, preoccupied for the increasing Aragonese influence in the Mediterranean sea trade routes as much as in the Italian peninsula, decided to support the Angevins. Alfons of Aragon was defeated and captured by a Genovese fleet at the battle of Ponza in 1435. Transferred to Milan, Alfons succeeded in gaining Visconti's favour to his cause against the French Angevins. He convinced Filippo Maria that a French presence in Italy could be against the interests of Milan since the House of Orléans had never hidden its dynastic claims on the Duchy of Milan. But Genoa, a bitter rival of Aragon during centuries of dispute over Sardinia, Corsica, and the control of the Western Mediterranean trade, was appalled by Visconti's sudden change of sides, and immediately joined the Venetian-Florentine league against her former suzerain. While Genoa was breaking her allegiance to Visconti, Alfons of Aragon and Visconti secretly planned a hegemonic division of Italy in two zones of influence at the expenses of the other Italian States, with the Southern part for Alfonso, and the Northern part for Filippo Maria.;;;;;;;;;;


Code:
#(1442-1447) Alfons of Aragon took Naples
#by Bordic
event = {
	id = 228021
	trigger = {
		[COLOR=Yellow]OR = {
			event = 228020 #MLO: The Visconti's about-face
			event = 228058 #MLO: The Visconti's about-face (MLO vassal of ARG)
		}[/COLOR]
		event = 111014 #ARG: The Aragonese Kingdom of Naples
		NOT = { war = { country = MLO country = NAP } }
	}
	random = no
	country = MLO
	name = "EVENTNAME228021" #Alfons of Aragon took Naples
	desc = "EVENTHIST239009"
	#-#

	date = { day = 12 month = August year = 1442 }
 	offset = 30
 	deathdate = { day = 12 month = August year = 1447 } #Visconti's death

	action_a = {
		name = "EXCELLENT"
		command = { type = relation which = NAP value = 50 }
		command = { type = relation which = ARG value = 50 }
		command = { type = alliance which = NAP } #ratification of the 1435 secret agreement
		command = { type = relation which = TOS value = -25 }
		command = { type = relation which = VEN value = -25 }
		command = { type = relation which = GEN value = -25 }
	}
}

#-#After his release from Milan, Alfons returned to Naples, where his brother Pedro had conquered Gaeta. Naples was defended by Isabelle of Lorraine with the support of Pope Eugenius IV. For three years Alfonso conducted as much a diplomatic war as a military one, gaining allies to his cause from the Neapolitan nobles. In 1438, René of Anjou paid a huge ransom to Burgundy for his release, and arrived in the Kingdom, but since he had exhausted his funds his allies abandoned him and he had to retreat to Naples. A long siege was then established, during which the Infante Don Pedro was killed by a chance shot to the great grief of his brother. The support of the Genoese fleet allowed René to sustain the besieged capital, but finally on June 1, 1442, 300 well-armed men entered the town through an open drain accesible during the dry season, revealed to Alfons' son Ferrante by some prisoners. After several hours of fighting, Naples was conquered and René escaped to Florence. After conquering the rest of the Kingdom, Alfons entered the capital in triumph on February 23, 1443. Pope Eugenius refused to invest Alfons as King of Naples and threatened to declare him in unlawful possession of Naples, Sicily, Corsica and Sardinia. Alfons threatened back with his support for an anti-Pope, Felix V, chosen at the Council of Basel, and Eugenius accepted to invest him in exchange for his support as the genuine Pope and help against the Turks that never materialized. Ferrante was named Prince of Calabria, and the Neapolitans were pleased that their Kingdom was not going to be incorporated to Aragon. Alfons, who as a Castilian had always felt a foreigner in Barcelona, never returned to Aragon, and his court in Naples was filled with the splendor of the Renaissance. Alfons soon gained the nickname of the Magnanimous.
 
Last edited:
As I promised in breakvassal+vassal bugfix thread I post here my suggestions about the revolt of Siena under the Habsburgs. :)


I am using a province specific event to release PIS in case it is still being owned by SPA or HAB before the 1552 sequence is due to start:

Code:
#(1549-1551) The Rebellion of Siena
event = {
	id = 338418
	trigger = {
		OR = { #whether the Italian Wars are still on
			emperor = yes
			core = { province = 389 data = SPA } #Lombardia
			core = { province = 393 data = SPA } #Napoli
			event = 17351 #SPA: Vassalizes PIS
			event = 17354 #HAB: Vassalizes PIS
		}
		OR = {
			AND = {
				owned = { province = 400 data = SPA } #Siena
				control = { province = 400 data = SPA } 
			}
			AND = {
				owned = { province = 400 data = HAB } #Siena
				control = { province = 400 data = HAB } 
			}
		}
		NOT = { 
			domestic = { type = serfdom value = 1 } 
		}
		exists = FRA
	}
	random = no
	country = 400 #Siena
	name = "EVENTNAME338418" #The Rebellion of Siena
	desc = "EVENTHIST338418"
	#-#

	date = { day = 0 month = january year = 1549 }
	offset = 70
	deathdate = { day = 29 month = december year = 1551 }

	action_a = {
		name = "ALAS" 
		command = { type = revolt which = 400 } #Siena
		command = { type = revolt which = 400 } 
		command = { type = DIP which = -2 value = 6 }
		command = { type = diplomats value = -1 } #Mendoza
		command = { type = desertion which = 400 value = 10000 }
		command = { type = relation which = FRA value = -25 }
		command = { type = independence which = PIS }
	}
}
EVENTNAME338418;The Rebellion of Siena;;;;;;;;;;
EVENTHIST338418;In 1549 after increasing turmoil in Siena, the Spanish representative of the city, Don Diego di Mendoza, decided to build a fortress to ensure Spanish control of the territory. This decision was received with horror by the Sienese who begged with Charles V not to proceed. He refused, and several Sienese citizens in Rome received aid from French agents and collected an army. In 1552, as they marched on Siena the people revolted and threw out the Spanish troops, and an independent Siena took up a pro-French policy.;;;;;;;;;;


And then a rework in the triggers and the addition of comments and sleepevent commands:
Code:
#(1552) Burnt Siena [COLOR=Yellow](SPA exists)
# with apologies to Crayola[/COLOR]
event = {
	id = 17355
	trigger = {
		[COLOR=Red]event = 17351 #SPA: Vassalizes PIS
		NOT = { war = { country = PIS country = SPA } }
		vassal = { country = SPA country = PIS }[/COLOR]
		NOT = { event = 17354 } #HAB: Vassalizes PIS
		exists = SPA
		[COLOR=Yellow]OR = {
			AND = {
				event = 17351 #SPA: Vassalizes PIS
				vassal = { country = SPA country = PIS }
			}
			AND = {
				vassal = { country = SPA country = PIS }
				event = 338418 #ProvinceSpec*400: The Rebellion of Siena
			}
		}[/COLOR]
	}
	random = no
	country = PIS
	name = "EVENTNAME17355" #Burnt Siena
	desc = "EVENTHIST17355"
	#-#

	date = { day = 28 month = july year = 1552 }
	offset = 1
	deathdate = { day = 29 month = december year = 1552 }

	action_a = {
		name = "ACTIONNAME17355A" #Resist
		command = { type = breakvassal which = SPA }
		command = { type = manpower value = 10 }
		command = { type = cash value = 50 }
		command = { type = diplomats value = 2 }
		command = { type = INF which = -2 value = 6000 }
		command = { type = relation which = FRA value = 100 }
		command = { type = relation which = TOS value = -100 }
		command = { type = relation which = HAB value = -200 }
		[COLOR=Yellow]command = { type = sleepevent which = 17358 } #PIS: Burnt Siena (no SPA)[/COLOR]
		command = { type = trigger which = 17356 } #SPA: Revolt in Siena
	}
	action_b = {
		name = "ACTIONNAME17355B" #Submit
		command = { type = sleepmonarch which = 0107508 } #Habsburg Regency
		command = { type = wakemonarch which = 0107509 } #Repubblica
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = SPA value = 300 } #should allow them to annex
		command = { type = relation which = HAB value = 100 }
		command = { type = stability value = -3 }
		command = { type = revolt which = -2 }
		command = { type = fortress which = -2 value = 1 }
		[COLOR=Yellow]command = { type = sleepevent which = 17358 } #PIS: Burnt Siena (no SPA)[/COLOR]
	}
}
#-#In 1549 after increasing turmoil in Siena, the Spanish representative of the city, Don Diego di Mendoza, decided to build a fortress to ensure Spanish control of the territory. This decision was received with horror by the Sienese who begged with Charles V not to proceed. He refused, and several Sienese citizens in Rome received aid from French agents and collected an army. In 1552, as they marched on Siena the people revolted and threw out the Spanish troops, and an independent Siena took up a pro-French policy. Henri II, king of France, tried to exploit the situation by sending there an army led by Paul de Termes, who was successively substituted by Strozzi when an invasion of Corsica was attempted with the help of the Turkish fleet. On Emperor Charles V's decision to inflict an exemplary punishment upon the rebeling city, Cosimo I Duke of Tuscany responded to his call by invading and pillaging the villages surrounding Siena with the help of Spanish/imperial troops. After a year long siege laid by Medeghino and his Florentine troops, the city of Siena was eventually taken. Should we resisit the Spanish, or accept the fortification?

Code:
#(1552) Burnt Siena [COLOR=Yellow](SPA doesn't exist, HAB must exist)
# with apologies to Crayola[/COLOR]
event = {
	id = 17358
	trigger = {
		[COLOR=Red]event = 17354 #HAB: Vassalizes PIS
		NOT = { war = { country = PIS country = HAB } }
		vassal = { country = HAB country = PIS }[/COLOR]
		NOT = { exists = SPA }
		NOT = { event = 17351 } #SPA: vassalized PIS
		exists = HAB
		[COLOR=Yellow]OR = {
			AND = {
				event = 17354 #HAB: Vassalizes PIS
				vassal = { country = HAB country = PIS }
			}
			AND = {
				vassal = { country = HAB country = PIS }
				event = 338418 #ProvinceSpec*400: The Rebellion of Siena
			}
		}[/COLOR]
	}
	random = no
	country = PIS
	name = "EVENTNAME17355" #Burnt Siena
	desc = "EVENTHIST17358"
	#-#

	date = { day = 28 month = july year = 1552 }
	offset = 1
	deathdate = { day = 29 month = december year = 1552 }

	action_a = {
		name = "ACTIONNAME17355A" #Resist
		command = { type = breakvassal which = HAB }
		command = { type = manpower value = 10 }
		command = { type = cash value = 50 }
		command = { type = diplomats value = 2 }
		command = { type = INF which = -2 value = 6000 }
		command = { type = relation which = FRA value = 100 }
		command = { type = relation which = TOS value = -100 }
		[COLOR=Yellow]command = { type = sleepevent which = 17355 } #PIS: Burnt Siena (SPA exists)[/COLOR]
		command = { type = trigger which = 17359 } #HAB: Revolt in Siena
	}
	action_b = {
		name = "ACTIONNAME17355B" #Submit
		command = { type = sleepmonarch which = 0107508 } #Habsburg Regency
		command = { type = wakemonarch which = 0107509 } #Repubblica
		command = { type = relation which = FRA value = 50 }
		command = { type = relation which = HAB value = 300 } #should allow them to annex
		command = { type = stability value = -3 }
		command = { type = revolt which = -2 }
		command = { type = fortress which = -2 value = 1 }
		[COLOR=Yellow]command = { type = sleepevent which = 17355 } #PIS: Burnt Siena (SPA exists)[/COLOR]
	}
}
#-#In 1549 after increasing turmoil in Siena, the Spanish representative of the city, Don Diego di Mendoza, decided to build a fortress to ensure Spanish control of the territory. This decision was received with horror by the Sienese who begged with Charles V not to proceed. He refused, and several Sienese citizens in Rome received aid from French agents and collected an army. In 1552, as they marched on Siena the people revolted and threw out the Spanish troops, and an independent Siena took up a pro-French policy. Henri II, king of France, tried to exploit the situation by sending there an army led by Paul de Termes, who was successively substituted by Strozzi when an invasion of Corsica was attempted with the help of the Turkish fleet. On Emperor Charles V's decision to inflict an exemplary punishment upon the rebeling city, Cosimo I Duke of Tuscany responded to his call by invading and pillaging the villages surrounding Siena with the help of Spanish/imperial troops. After a year long siege laid by Medeghino and his Florentine troops, the city of Siena was eventually taken. Should we resisit the Austrians, or accept the fortification?

That is all!