Code:
allow = {
OR = {
AND = {
NOT = { holder_scope = { religion_group = pagan } }
is_female = no
}
AND = {
holder_scope = { religion_group = pagan
martial = 15
OR = { has_trait = brilliant_strategist
has_trait = skilled_tactician
}
}
is_female = yes
}
}
age = 16
prisoner = no
NOT = { trait = incapable }
}
Does this work so that pagan women with either of the two aforementioned traits and martial at least 15 will be eligible for marshalship?
I know this is a really simple thing but I haven't modded for months so I forget basic things like this.