france empire coas finally working

This commit is contained in:
trashmasteruni 2026-04-19 15:07:16 +02:00
parent f5d1dcbd31
commit 3740cff566
3 changed files with 51 additions and 55 deletions

View file

@ -15,5 +15,29 @@ e_france = {
holder.faith = faith:soleil_royal
}
coat_of_arms = e_france_soleil_royal
}
item = {
trigger = {
holder.faith = faith:communard
}
coat_of_arms = e_france_communist
}
item = {
trigger = {
holder.faith = faith:jacobin
}
coat_of_arms = e_france_jacobin
}
item = {
trigger = {
holder.faith = faith:orleaniste
}
coat_of_arms = e_france_johannic
}
item = {
trigger = {
holder.faith = faith:carolingian
}
coat_of_arms = e_france_carolingian
}
}