Ok, so, had some mixed success. I've got it now that I'm getting the king crowns on my emperor... and so it seems is every other celtic character of any title type (even unlanded prince). I think I've reached the limit of my sleep deprived brain.
Green is the stuff I've added. The answer to this riddle is probably obvious, but as someone who is both very tired AND has barely any clue what the hell he is doing in the first place, I'm drawing a blank.
Code:
# Royal crown/turban 1
1 = {
factor = 1
[COLOR="#00FF00"] modifier = {
culture_group = celtic
AND = {
OR = {
real_tier = emperor
spouse = { real_tier = emperor }
}
}
}[/COLOR]
modifier = {
factor = 0
NOT = { real_tier = king }
NOT = { spouse = { real_tier = king } }
[COLOR="#00FF00"]NOT = {
culture_group = celtic
AND = {
OR = {
real_tier = emperor
spouse = { real_tier = emperor }
}
}
} [/COLOR]
}
modifier = {
factor = 0
is_feudal = no
}
modifier = {
factor = 0
OR = {
trait = peasant_leader
trait = heresiarch
}
}
}
Green is the stuff I've added. The answer to this riddle is probably obvious, but as someone who is both very tired AND has barely any clue what the hell he is doing in the first place, I'm drawing a blank.