I got Holy Fury just this week, and I've been reading all over that Cosmopolitan stops you from getting Imperial Administration. As of Patch 3.0.1.1, at the very latest, that doesn't seem to be the case any more. Checking the demesne laws file, I found this:
So, it seems that as long as your religion has the Cosmopolitan nature (or your government type is Chinese Imperialism), the law won't check for religious revocation law. I also found that I could select it in-game as long as all the other requirements were met. Can anyone else please confirm this? This undocumented change could make that nature somewhat more playable.
Code:
ze_administration_laws_2 = {
group = ze_administration_laws
allow = {
tier = EMPEROR
NOT = {
has_law = ze_administration_laws_0
}
has_law = law_voting_power_0
has_law = war_voting_power_0
has_law = revoke_title_voting_power_0
has_law = imprison_voting_power_0
has_law = grant_title_voting_power_0
has_law = banish_voting_power_0
has_law = execution_voting_power_0
conditional_tooltip = {
trigger = {
holder_scope = {
NOR = {
government = chinese_imperial_government
has_religion_feature = religion_cosmopolitan
}
}
}
has_law = revoke_title_law_2
}
has_law = out_of_realm_inheritance_law_1
}
So, it seems that as long as your religion has the Cosmopolitan nature (or your government type is Chinese Imperialism), the law won't check for religious revocation law. I also found that I could select it in-game as long as all the other requirements were met. Can anyone else please confirm this? This undocumented change could make that nature somewhat more playable.