It's pretty complex b/c I am using EEP. I have new leaders and events. They run smoothly, parsed and everything. The conflict is a monarch conflict upon re-uinifcation though. See
this thread
I have a re-producable one that I will outline for you to test/play around with if you want. It is not the same CtD that is occuring later on, but it is a CtD i discovered playing around with monarchs in order to investigate this whole thing. Here goes...
put this into monarch.eng, # out Henry V
historicalmonarch = {
id = { type = 6 id = 04031 }
name = "Transfered Henry VI"
startdate = {
day = 31
month = december
year = 1418
}
deathdate = {
day = 20
month = june
year = 1435
}
DIP = 7
ADM = 7
MIL = 7
dormant = no
Remark = "War of the Roses"
}
historicalmonarch = {
id = { type = 6 id = 04033 }
name = "NEW Henry VI"
startdate = {
day = 31
month = june
year = 1419
}
deathdate = {
day = 11
month = april
year = 1435
}
DIP = 1
ADM = 1
MIL = 1
dormant = no
Remark = "War of the Roses"
}
now put this into monarch.roy
historicalmonarch = {
id = { type = 6 id = 19985 }
name = "Richard Plantagenet" #Richard Plantagenet, Duke of York#
startdate = {
day = 1
month = january
year = 1419
}
deathdate = {
day = 31
month = december
year = 1424
}
DIP = 7
ADM = 7
MIL = 7
dormant = yes
Remark = "War of the Roses"
}
and add these events into major_eng.txt
#Eve of Civil War...
event = {
id = 2000050
random = no
country = ENG
trigger = {
owned = { province = 247 data = -1 }
owned = { province = 243 data = -1 }
OR = {
owned = { province = 382 data = -1 }
owned = { province = 383 data = -1 }
owned = { province = 384 data = -1 }
owned = { province = 380 data = -1 }
}
}
date = { day = 1 month = may year = 1419 }
offset = 30
deathdate = { day = 1 month = december year = 1419 }
name = "The Eve of Civil War..."
desc = CHOOSE A"
action_a = {
name = "The House of York..."
command = { type = country which = ROY }
command = { type = trigger which = 2000079 }
}
action_b = {
name = "The House of Lancaster..."
command = { type = independence which = ROY }
}
}
#####################################
# Having picked Yorkists, the Lancaster faction is outlined
###################################
# player as ROY tag...
event = {
id = 2000079
random = no
country = ROY
trigger = {
event = 2000050
owned = { province = 247 data = -1 }
owned = { province = 243 data = -1 }
}
date = { day = 1 month = june year = 1419 }
offset = 1
deathdate = { day = 1 month = december year = 1419 }
name = "Yorkist Support"
desc = ""
action_a = {
name = "Ok"
command = { type = sleepmonarch which = 04031 } #Henry VI
command = { type = wakemonarch which = 19985 } #Richard Plantagenet, duke of York
command = { type = stability value = 3 }
command = { type = treasury value = 300 }
command = { type = relation which = BUR value = 100 }
command = { type = relation which = EIR value = 100 }
command = { type = independence which = ENG }
command = { type = trigger which = 2000080 }
}
}
# player as ROY, gives ENG lands back
event = {
id = 2000080
random = no
country = ROY
name = "The House of Lancaster"
desc = ""
action_a = {
name = "Ok"
command = { type = relation which = FRA value = -75 }
command = { type = relation which = SCO value = -75 }
command = { type = relation which = BRI value = -75 }
command = { type = desertion which = -1 value = 5000 }
command = { type = desertion which = -1 value = 5000 }
command = { type = secedeprovince which = ENG value = 240 } #Northumberland
command = { type = secedeprovince which = ENG value = 241 } #Lancashire
command = { type = secedeprovince which = ENG value = 242 } #Yorkshire
command = { type = secedeprovince which = ENG value = 247 } #Anglia
command = { type = secedeprovince which = ENG value = 250 } #Cornwall
command = { type = removecore which = 240 }
command = { type = removecore which = 241 }
command = { type = removecore which = 242 }
command = { type = removecore which = 245 }
command = { type = removecore which = 247 }
command = { type = removecore which = 248 }
command = { type = removecore which = 249 }
command = { type = removecore which = 250 }
command = { type = trigger which = 2000081 }
}
}
# AI as ENG,
event = {
id = 2000081
random = no
country = ENG
name = "The House of York"
desc = ""
action_a = {
name = "Ok"
command = { type = breakvassal which = ROY }
command = { type = vassal which = ROY }
command = { type = secedeprovince which = ROY value = 244 } #Midlands
command = { type = secedeprovince which = ROY value = 246 } #Bristol
}
}
# St. Alban's - for ROY
event = {
id = 2000082
random = no
country = ROY
trigger = {
event = 2000081
NOT = {
war = { country = ROY country = ENG }
}
}
date = { day = 1 month = august year = 1419 }
offset = 30
deathdate = { day = 1 month = december year = 1419 }
name = "St. Alban's"
desc = "CHOOSE B for a CtD!"
action_a = {
name = "Charge!"
command = { type = relation which = ENG value = -200 }
command = { type = breakvassal which = ENG }
command = { type = stability value = -1 }
command = { type = treasury value = 100 }
}
action_b = {
name = "Submit to Henry"
command = { type = stability value = -4 }
command = { type = inherit which = ENG }
}
}
#Yorkist Early Submission
event = {
id = 2000048
random = no
country = ROY
trigger = {
event = 2000082
}
date = { day = 1 month = august year = 1419 }
offset = 30
deathdate = { day = 1 month = december year = 1419 }
name = "York Submits"
desc = "Last event"
action_a = {
name = "OK"
command = { type = country which = ENG }
command = { type = capital which = 247 }
}
}
When NEW Henry VI ascends the English throne, he will ascend the throne of the Royalists aswell, and then when the two nations re-unite, this causes a CtD. These circumstances are not entirely the same, on the surface, as the ones encountered further down the line with different start and death dates and "dorment" settings on the ENG monarchs.