There are two issues here:
1) You should use the 'replaceall' command to make all characters in armenian.txt "miaphysite" instead of "orthodox"
2) There are a couple of province errors:
758 - Seleukeia
681 - Ani
735 - Teluch
1) You should use the 'replaceall' command to make all characters in armenian.txt "miaphysite" instead of "orthodox"
2) There are a couple of province errors:
758 - Seleukeia
Code:
# Misc
culture = greek
religion = orthodox
# History
1117.1.1 = { culture = armenian }
[COLOR="#FF8C00"]1117.1.1 = { religion = miaphysite }[/COLOR]
1187.1.1 = { b_corycus = castle }
1270.1.1 = { culture = turkish }
1270.1.1 = { religion = sunni }
681 - Ani
Code:
# Misc
culture = armenian
religion = miaphysite
# History
1084.1.1 = { culture = kurdish }
[COLOR="#FF8C00"]1084.1.1 = { religion = sunni }[/COLOR] # I assume it's not supposed to be Kurdish / Miaphysite?
1219.1.1 = {
culture = armenian
religion = miaphysite
}
1320.1.1 = {
culture = kurdish
religion = sunni
}
735 - Teluch
Code:
# Misc
culture = armenian
religion = [COLOR="#FF8C00"]miaphysite[/COLOR]
terrain = mountain
# History
[COLOR="#FF0000"]1127.1.1 = { culture = armenian }[/COLOR] # Would this not make more sense?
[COLOR="#FF0000"]1127.1.1 = { religion = miaphysite }[/COLOR]
Upvote
0