• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(7509)

Colonel
Jan 29, 2002
871
0
Visit site
I went looking in the event files today and it seems to me that event 9034 is buggy.

character_event = { # The Realm is at one, with Christ - Orthodox
id = 9034
picture = "event_religion"

trigger = {
condition = { type = chaplain }
condition = { type = trait value = zealous }
condition = {
type = or
condition = { type = trait value = reckless }
condition = { type = trait value = wise }
}
condition = { type = not value = { type = trait value = sceptical } }
condition = { type = not value = { type = trait value = heretic } }
condition = { type = not value = { type = trait value = excommunicated } }
condition = {
type = ruler_csc
condition = { type = religion value = orthodox }
}
condition = {
type = ruler_csc
condition = { type = not value = { type = trait value = sceptical } }
}
condition = {
type = ruler_csc
condition = { type = not value = { type = trait value = heretic } }
}
condition = {
type = ruler_csc
condition = { type = not value = { type = trait value = excommunicated } }
}
condition = {
type = not
value = {
type = any_demesne_province
condition = { type = not value = { type = religion value = catholic } }

Since this is an event for the Orthodox religion should it check whether there are any non-Orthodox provinces left instead of checking for Catholic relIgion?

I'm sorry if this has been posted before but I can't seem to find the fixed bug list anywhere :eek:o
 
Upvote 0