Involved events:
Code:
#(1420-1422) The Treaty of Troyes - Henry will Inherit the Crown
event = {
id = 1000008 #triggered by BUR_1000007 A
random = no
country = FRA
name = "EVENTNAME1000008" #The Treaty of Troyes - Henry will Inherit the Crown
desc = "EVENTHIST1000008"
#-#
action_a = {
name = "ACTIONNAME1000008A" #We can only capitulate...
command = { type = stability value = -6 }
command = { type = revoltrisk which = 18 value = 20 }
command = { type = relation which = BUR value = 50 }
command = { type = relation which = ENG value = 200 }
command = { type = relation which = DAU value = -200 }
command = { type = desertion which = -1 value = 5000 }
command = { type = desertion which = -1 value = 5000 }
[COLOR=DeepSkyBlue]command = { type = secedeprovince which = DAU value = 376 } #Champagne[/COLOR]
command = { type = secedeprovince which = ENG value = 384 } #Caux
[COLOR=DeepSkyBlue]command = { type = secedeprovince which = DAU value = 386 } #Nivernais[/COLOR]
command = { type = secedeprovince which = ENG value = 413 } #Normandie
command = { type = breakvassal which = BUR }
command = { type = trigger which = 1000179 } #DAU: The Treaty of Troyes
}
}
#-#On May 21, 1420, faced with the Anglo-Burgundian alliance and Parisian agitation, Charles VI was constrained to recognize Henry V as regent and legitimate successor, in effect disinheriting his son, designated the 'so-called Dauphin'. The latter however, did not have any intention to yield and resisted, aided by many barons allied to the Armagnacs. In 1420, no one could give the future Charles VII any chance, at least as long as the alliance between the English and the Burgundians endured.
Code:
#(1422) The Death of Charles VI (historical)
event = {
id = 1000015
trigger = { event = 1000005 } #BUR: The Alliance of Montereau
random = no
country = FRA
name = "EVENTNAME1000015" #The Death of Charles VI
desc = "EVENTHIST1000015"
#-#
date = { day = 21 month = october year = 1422 }
action_a = {
name = "ACTIONNAME1000015A" #Long Live King Charles VII!
command = { type = desertion which = -1 value = 10000 }
command = { type = desertion which = -1 value = 10000 }
[COLOR=DeepSkyBlue]command = { type = secedeprovince which = DAU value = 376 } #Champagne[/COLOR]
command = { type = secedeprovince which = BUR value = 383 } #Picardie
[COLOR=DeepSkyBlue]command = { type = secedeprovince which = DAU value = 384 } #Caux
command = { type = secedeprovince which = DAU value = 386 } #Nivernais
command = { type = secedeprovince which = DAU value = 413 } #Normandie[/COLOR]
command = { type = trigger which = 1000016 } #DAU: The Legacy of Charles VI
}
}
#-#On October 21, 1422, King Charles VI of France died in complete isolation. In accordance with the agreements made between the Dauphin and the Duke of Burgundy, the latter agreed to recognise Charles VII as successor to the throne, but at the price of great concessions regarding the government of the Kingdom. The Burgundians remained the puppetmaster, a neccessity in order to break the ambitions of the House of Lancaster.
Code:
#(1422) Succession of Charles VI
event = {
id = 1000013
trigger = { event = 1000008 } #FRA: The Treaty of Troyes - Henry will Inherit the Crown
random = no
country = FRA
name = "EVENTNAME1000013" #The Death of Charles VI
desc = "EVENTHIST1000013"
#-#
date = { day = 21 month = october year = 1422 }
action_a = {
name = "ACTIONNAME1000013A" #Long Live King Henry II of France !
command = { type = desertion which = -1 value = 10000 }
command = { type = desertion which = -1 value = 10000 }
command = { type = secedeprovince which = ENG value = 384 } #Caux
command = { type = secedeprovince which = ENG value = 413 } #Normandie
command = { type = secedeprovince which = BUR value = 383 } #Picardie
[COLOR=DeepSkyBlue]command = { type = secedeprovince which = DAU value = 376 } #Champagne
command = { type = secedeprovince which = DAU value = 386 } #Nivernais
command = { type = secedeprovince which = DAU value = 411 } #Orleanais[/COLOR]
command = { type = trigger which = 1000163 } #BUR: Henry VI Inherits the Crown of France
}
}
#-#On October 21, 1422, King Charles VI of France died in complete isolation. In accordance with the provisions in the Treaty of Troyes, it is not his son Charles, declared a bastard, who inherits the throne, but Henry VI of Lancaster, King of England since the death of his father Henry V some weeks earlier, and grandson of the late King of France.
What to do with blue commands and are other events involved?