You add a line like
temple_baron_christian;;;;;;;;;;;;;;x according to the number of columns in that file. The
x has no purpose, the point is that the first two semicolons have nothing between them. Then
temple_baron_assyrian;Mar will work. You’ll want to add back in localisations for
temple_baron_<religion> for each of the other 13 non-
nestorian christian religions (except
orthodox, which has its own already). You’ll then want to define
temple_baron, which will be used for all non-Assyrian Nestorians. (Keeping in mind that vanilla already has the
temple_baron_<religion> landscape covered for non-Christians too.)
Code:
temple_baron;Bishop;;;;;;;;;;;;;x
temple_baron_assyrian;Mar;;;;;;;;;;;;;x
temple_baron_christian;;;;;;;;;;;;;;x
temple_baron_catholic;Bishop;;;;;;;;;;;;;x
temple_baron_cathar;Bishop;;;;;;;;;;;;;x
temple_baron_fraticelli;Bishop;;;;;;;;;;;;;x
temple_baron_waldensian;Bishop;;;;;;;;;;;;;x
temple_baron_lollard;Bishop;;;;;;;;;;;;;x
temple_baron_miaphysite;Bishop;;;;;;;;;;;;;x
temple_baron_monophysite;Bishop;;;;;;;;;;;;;x
temple_baron_bogomilist;Bishop;;;;;;;;;;;;;x
temple_baron_monothelite;Bishop;;;;;;;;;;;;;x
temple_baron_iconoclast;Bishop;;;;;;;;;;;;;x
temple_baron_paulician;Bishop;;;;;;;;;;;;;x
temple_baron_messalian;Bishop;;;;;;;;;;;;;x
Perhaps you’d want Messalian to take “Mar” as well; then you’d just leave that line out. This would need to be repeated for temple_count or any other titles you’d want to treat similarly.
Note that SWMH has its own (otherwise non-functional) definition of
temple_baron_assyrian which will be used instead if the SWMH file is loaded before yours. Watch out for VIET as well, it has several things like that. Assuming you’re using a separate file/mod.
Let me know if it works out for you; I’ve not actually done it, only proof of concept. Some