In these events in the eep_bur, shouldn't the commands regarding HOL in options A and B, be for U10, not HOL?
Otherwise, I don't think they would work as intended.
Otherwise, I don't think they would work as intended.
Code:
#The Treaty of Delft #
event = {
id = 88004
random = no
country = BUR
name = "The Treaty of Delft"
desc = "In 1428 Jan VI died. Jacqueline was now fully the Countess of Holland and free of her uncle. Unfortunately she was also a captive of Philip III of Burgundy in Ghent. Philip wished to avenge the indignity she caused his cousin John IV of Brabant. She escaped but submitted after a struggle. The treaty of Delft recognized her as nominal countess and Philip as her administrator and heir."
style = 1
date = { day = 11 month = april year = 1428 }
offset = 0
deathdate = { day = 12 month = april year = 1428 }
action_a ={ #Force her to capitulate#
name = "Force her into subservience."
command = { type = vassal which = HOL }
}
action_b ={ #Imprison her#
name = "Imprison her, and take Holland for yourself."
command = { type = addcore which = 339 }
command = { type = addcore which = 340 }
command = { type = inherit which = HOL }
}
action_c ={ #Let her go#
name = "Ransom her for money."
command = { type = relation which = U10 value = 75 }
command = { type = sleepevent which = 88005 }
command = { type = treasury value = 200 }
command = { type = trigger which = 88013 }
}
}