This event, main way to convert provinces to True Faith has (among others) this condition:
First: why couldn't a 'scholarly theologian' chaplain fire the event?
Second: Shouldn't a 'zealous chaplain' be an advantage rather than an impediment in this case?
Code:
type = chaplain_csc
condition = {
type = and
condition = {
type = or
condition = { type = trait value = martial_cleric }
condition = { type = trait value = mastermind_theologian }
}
condition = { type = not value = { type = trait value = zealous } }
condition = { type = not value = { type = trait value = sceptical } }
Second: Shouldn't a 'zealous chaplain' be an advantage rather than an impediment in this case?
Upvote
0