
Gesetz
Doppel-Sabbat
Der Sabbat ist schon seit den Zeiten Mose der heilige Tag, der Gott geweiht ist. Er könnte auch als Ruhetag erhalten bleiben oder durch den Sonntag als Tag des Herrn ersetzt werden.
AutokephalpatriarchatZusammenschlusspotentialPolitlinien 2
Doppel-Sabbat erlauben- +0.01% Bevölkerungswachstum
- +0.1 Monatlicher Glaubenseinfluss
- +10% Klerusmacht
- +0.005% Bevölkerungswachstum
- +0.05 Monatlicher Glaubenseinfluss
- +5% Klerusmacht
Doppel-Sabbat verbieten- +5% Produktionseffizienz
- −2% Alphabetisierungsmaximum
- +2.5% Produktionseffizienz
- −1% Alphabetisierungsmaximum
Definitionin_game/common/laws/christian_tenets.txt:813
814type = international_organization
815law_category = administrative
816requires_vote = yes
817custom_tags = {
forbids_no_policy
}
818potential = {
}
821allow = {
822leader_country ?= {
822can_pay_price = price:christian_tenet_price
}
}
825allow_double_sabbath_tenet = {
826years = 1
827price = christian_tenet_price
828country_modifier = {
830potential_trigger = {
831is_leader_of_international_organization_of_type = {
832type = autocephalous_patriarchate
}
}
835global_population_growth = 0.0001
836monthly_religious_influence = 0.1
837global_clergy_estate_power = 0.1
}
839country_modifier = {
841potential_trigger = {
842NOT = {
843is_leader_of_international_organization_of_type = {
844type = autocephalous_patriarchate
}
}
}
848global_population_growth = 0.00005
849monthly_religious_influence = 0.05
850global_clergy_estate_power = 0.05
}
852wants_this_policy_bias = {
853add = {
854desc = "IO_LEADER_DIP_REP"
855value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
857add = {
858desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
859value = "opinion(scope:recipient.leader_country)"
860multiply = 0.5
}
862add = {
863desc = "VOTE_BASE_VALUE"
864value = 10
}
}
}
869forbid_double_sabbath_tenet = {
870years = 1
871price = christian_tenet_price
872country_modifier = {
874potential_trigger = {
875is_leader_of_international_organization_of_type = {
876type = autocephalous_patriarchate
}
}
879global_production_efficiency = medium_production_efficiency_bonus
880global_max_literacy = -2
}
882country_modifier = {
884potential_trigger = {
885NOT = {
886is_leader_of_international_organization_of_type = {
887type = autocephalous_patriarchate
}
}
}
891global_production_efficiency = small_production_efficiency_bonus
892global_max_literacy = -1
}
894wants_this_policy_bias = {
895add = {
896desc = "IO_LEADER_DIP_REP"
897value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
899add = {
900desc = "POLICY_BIAS_OPINION_OF_IO_LEADER"
901value = "opinion(scope:recipient.leader_country)"
902multiply = 0.5
}
904add = {
905desc = "VOTE_BASE_VALUE"
906value = 10
}
}
}