Garbon said:The point of my trigger was that annexed minors would be a sign of Louis XI's encroachment on the ducal powers. Since the event doesn't actually involve battling any states, I don't see why BOU should exist. If anything, a missing Brittany should be considered in the mix, as well.
i see your point now, but then your relation commands are in error (some)
you will need the following
#(1465-1467) The War of The Public Weal
event = {
id = 170135
trigger = {
event = 137029 #BUR: Louis XI Regains the Somme Towns
OR = {
flag = LouisXI_reforms
NOT = {
exists = ORL
exists = PRO
}
NOT = {
exists = ORL
exists = BOU
}
NOT = {
exists = PRO
exists = BOU
}
}
}
random = no
country = FRA
name = "EVENTNAME170135" #The War of the Public Weal
desc = "EVENTHIST170135"
#-#
date = { day = 1 month = march year = 1465 }
offset = 30
deathdate = { day = 29 month = may year = 1467 }
action_a = {
name = "ACTIONNAME170135A" #Revolt !
command = { type = stability value = -2 }
command = { type = revoltrisk which = 3 value = 5 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = relation which = BRI value = -50 }
command = { type = relation which = BUR value = -50 }
command = { type = relation which = LOR value = -50 }
command = { type = relation which = KLE value = -50 }
command = { type = relation which = PFA value = -50 }
command = { type = relation which = BAY value = -50 }
}
}