Code:
allow = {
AND = {
has_law = centralization_3
NOT = {
any_vassal = {
OR = {
primary_title = { tier = king }
primary_title = { tier = duke }
primary_title = { tier = count }
primary_title = { tier = baron }
}
NOT = { opinion = { who = ROOT value = 25 }}
prisoner = no
}
}
holder_scope = {
AND = {
NOT = { trait = content }
NOT = { trait = slothful }
trait = ambitious
prisoner = no
}
}
}
}
According to Notepad++ the brackets are okay but when I load up the William the Conqueror scenario it still says he can institute high crown authority even though many of his vassals hate him.
What I'm after with this trigger is all vassals (barons, counts, dukes and kings -- so it can apply to anyone) having a minimum of +25 opinion of you and not be in prison. As well as this you can't have the content or slothful traits but must have the ambitious trait and also not be a prisoner.
Thanks!