Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
is_enabled = {
custom_description = {
text = holy_site_building_trigger
barony = {
is_holy_site_of = scope:holder.faith
}
}
}
While the 2nd one has the same but adds the line
scope:holder = {
faith = { religion_tag = islam_religion }
}
Meaning the effects of the Hagia Sophia seem to only be enabled only if Islam religion or is a Holy site of the faith (Catholism doesnt have Constantinople as a holy site while Orthodoxy and its heresies does)
Could be wrong though.
Thanks for that. Your more technical findings, agree with my further wiki readings and some in-game testing.
It would appear that as a Christian you do indeed have to have Constantinople as a holy site, restricting to the variety of Orthodox religions or custom religions created from one of these.
My findings would have been incorrect for Muslims, unless I'm reading your data incorrectly, as any Muslim can convert it regardless of holy site. If Muslims also need to have it as a holy site then I've found that only Maturidism as Constantinople as a holy site and so that or a custom Muslim faith formed from it are the only options.
Seems Judaism is out of luck on this one.
On a side note I've figured the most efficient way to do this in Iron Man mode, as a Christian, is to convert to Messalianism and then create a custom faith (assuming you want a custom faith). Messalianism is the only Christian faith with Constantinople as a holy site that also has lay clergy (so you can hold temples and therefore get piety a lot faster <cough, North Korea strategy, cough>.
The actual code for the islam Hagia Sophia is
is_enabled = {
OR = {
scope:holder = {
faith = { religion_tag = islam_religion }
}
custom_description = {
text = holy_site_building_trigger
barony = {
is_holy_site_of = scope:holder.faith
}
}
}
}
So, basically, be a Holy site of the holders faith OR the holder be Islam
So it seem that if a Muslim takes it and builds their version of the Hagia Sophia, then an Orthodox takes it back, they likely wont have to rebuild it yet again and can just claim the muslim one as their own.