
Ley
Religión imperial
Los cimientos del Sacro Imperio Romano se construyen sobre creencias religiosas.
Sacro Imperio RomanoOrganización internacionalpotentialPolíticas 5
Definiciónin_game/common/laws/20_hre.txt:614
615law_category = religious
616type = international_organization
621locked = {
622custom_description = {
}
}
628custom_tags = {
forbids_no_policy
}
629hre_religion_catholic = {
630potential = {
}
632allow = {
634has_currency_to_vote_for_law = {
634value = imperial_authority_standard_law
}
}
637on_activate = {
638hre_on_reform_level_passed_effect = {
638law_imperial_authority_cost = imperial_authority_standard_law
}
640hre_set_imperial_religion = {
640type = religion
640value = catholic
}
641hre_bind_voting_to_religion = yes
}
}
644hre_religion_lutheran = {
645potential = {
645religion:lutheran = {
645is_religion_enabled = yes
}
}
646allow = {
648has_currency_to_vote_for_law = {
648value = imperial_authority_standard_law
}
}
651on_activate = {
652hre_on_reform_level_passed_effect = {
652law_imperial_authority_cost = imperial_authority_standard_law
}
654hre_set_imperial_religion = {
654type = religion
654value = lutheran
}
655hre_bind_voting_to_religion = yes
}
}
658hre_religion_hussite = {
659potential = {
659religion:hussite = {
659is_religion_enabled = yes
}
}
660allow = {
662has_currency_to_vote_for_law = {
662value = imperial_authority_standard_law
}
}
665on_activate = {
666hre_on_reform_level_passed_effect = {
666law_imperial_authority_cost = imperial_authority_standard_law
}
668hre_set_imperial_religion = {
668type = religion
668value = hussite
}
669hre_bind_voting_to_religion = yes
}
}
672hre_religion_calvinist = {
673potential = {
673religion:calvinist = {
673is_religion_enabled = yes
}
}
674allow = {
676has_currency_to_vote_for_law = {
676value = imperial_authority_standard_law
}
}
679on_activate = {
680hre_on_reform_level_passed_effect = {
680law_imperial_authority_cost = imperial_authority_standard_law
}
682hre_set_imperial_religion = {
682type = religion
682value = calvinist
}
683hre_bind_voting_to_religion = yes
}
}
686hre_religion_christian = {
687potential = {
688OR = {
689religion:lutheran = {
689is_religion_enabled = yes
}
690religion:hussite = {
690is_religion_enabled = yes
}
691religion:calvinist = {
691is_religion_enabled = yes
}
}
}
694allow = {
696has_currency_to_vote_for_law = {
696value = imperial_authority_standard_law
}
}
699on_activate = {
700hre_on_reform_level_passed_effect = {
700law_imperial_authority_cost = imperial_authority_standard_law
}
702hre_set_imperial_religion = {
702type = religion_group
702value = christian
}
703international_organization:hre = {
704remove_variable = hre_imperial_religion
}
706hre_bind_voting_to_religion_group = yes
}
}