########################## # ETHIC GOVERNMENTS ########################## # Documentation: common\governments\99_README_GOVERNMENT.txt # # All governments in this file have base weight: @gov_ethic_weight # # If the empire fulfills the requirements for multiple governments, it will # select the first one listed in this file. # # They all require the standard and fanatical variant of an ethic, and some # use civics to apply weight modifiers to get picked before the base version # of the ethic government. No governments have civics in the possible block, # if they do, they go in the civic government file. # # The weight categories to select a government are (highest selected first): # 1. AI governments # 2. Authority swap governments # 3. Civic governments # 4. Ethic governments # 5. Authority governments # 6. Fallback government ### Spiritualist Governments # Theocratic Republic gov_theocratic_republic = { ruler_title = RT_REVERED_ELDER ruler_title_female = RT_REVERED_ELDER_FEMALE possible = { is_democratic_authority = yes is_spiritualist = yes } weight = { base = @gov_ethic_weight } } # Theocratic Oligarchy gov_theocratic_oligarchy = { ruler_title = RT_CHIEF_PRECENTOR ruler_title_female = RT_CHIEF_PRECENTOR_FEMALE possible = { is_oligarchic_authority = yes is_spiritualist = yes } weight = { base = @gov_ethic_weight } } # Theocratic Dictatorship gov_theocratic_dictatorship = { ruler_title = RT_PATRIARCH ruler_title_female = RT_MATRIARCH possible = { is_dictatorial_authority = yes is_spiritualist = yes } weight = { base = @gov_ethic_weight } } # Theocratic Monarchy gov_theocratic_monarchy = { ruler_title = RT_ARCHPROPHET ruler_title_female = RT_ARCHPROPHETESS heir_title = HT_PRIEST heir_title_female = HT_PRIESTESS use_regnal_names = yes dynastic_last_names = yes possible = { is_imperial_authority = yes is_spiritualist = yes } weight = { base = @gov_ethic_weight } } ### Materialist Governments # Direct Democracy gov_direct_democracy = { ruler_title = RT_CHANCELLOR ruler_title_female = RT_CHANCELLOR_FEMALE possible = { is_democratic_authority = yes is_materialist = yes } weight = { base = @gov_ethic_weight } } # Executive Committee gov_executive_committee = { ruler_title = RT_CHAIRMAN ruler_title_female = RT_CHAIRWOMAN possible = { is_oligarchic_authority = yes is_materialist = yes } weight = { base = @gov_ethic_weight } } # Totalitarian Regime gov_totalitarian_regime = { ruler_title = RT_PRIMARCH ruler_title_female = RT_PRIMARCH_FEMALE possible = { is_dictatorial_authority = yes is_materialist = yes } weight = { base = @gov_ethic_weight } } # Despotic Hegemony gov_despotic_hegemony = { ruler_title = RT_OVERLORD ruler_title_female = RT_OVERLORD_FEMALE heir_title = HT_DEPUTY_OVERLORD heir_title_female = HT_DEPUTY_OVERLORD_FEMALE use_regnal_names = yes dynastic_last_names = yes possible = { is_imperial_authority = yes is_materialist = yes } weight = { base = @gov_ethic_weight } } ### Militarist Governments # Star Empire gov_star_empire = { ruler_title = RT_EMPEROR ruler_title_female = RT_EMPRESS heir_title = HT_CROWN_PRINCE heir_title_female = HT_CROWN_PRINCESS use_regnal_names = yes dynastic_last_names = yes possible = { is_imperial_authority = yes is_militarist = yes } weight = { base = @gov_ethic_weight modifier = { factor = 2 OR = { has_valid_civic = civic_distinguished_admiralty has_valid_civic = civic_nationalistic_zeal } } } } # Military Dictatorship gov_military_dictatorship = { ruler_title = RT_GRAND_MARSHAL ruler_title_female = RT_GRAND_MARSHAL_FEMALE possible = { is_dictatorial_authority = yes is_militarist = yes } weight = { base = @gov_ethic_weight modifier = { factor = 2 OR = { has_valid_civic = civic_distinguished_admiralty has_valid_civic = civic_nationalistic_zeal } } } } # Military Junta gov_military_junta = { ruler_title = RT_ARCHON ruler_title_female = RT_ARCHON_FEMALE possible = { is_oligarchic_authority = yes is_militarist = yes } weight = { base = @gov_ethic_weight modifier = { factor = 2 OR = { has_valid_civic = civic_distinguished_admiralty has_valid_civic = civic_nationalistic_zeal } } } } # Military Commissariat gov_military_commissariat = { ruler_title = RT_COMMISSARY_GENERAL ruler_title_female = RT_COMMISSARY_GENERAL_FEMALE possible = { is_democratic_authority = yes is_militarist = yes } weight = { base = @gov_ethic_weight modifier = { factor = 2 OR = { has_valid_civic = civic_distinguished_admiralty has_valid_civic = civic_nationalistic_zeal } } } } ### Pacifist Governments # Moral Democracy gov_moral_democracy = { ruler_title = RT_PRIME_MINISTER ruler_title_female = RT_PRIME_MINISTER_FEMALE possible = { is_democratic_authority = yes is_pacifist = yes } weight = { base = @gov_ethic_weight } } # Irenic Bureaucracy gov_irenic_bureaucracy = { ruler_title = RT_COORDINATOR ruler_title_female = RT_COORDINATOR_FEMALE possible = { is_oligarchic_authority = yes is_pacifist = yes } weight = { base = @gov_ethic_weight } } # Irenic Dictatorship gov_irenic_dictatorship = { ruler_title = RT_SERENE_PROTECTOR ruler_title_female = RT_SERENE_PROTECTOR_FEMALE possible = { is_dictatorial_authority = yes is_pacifist = yes } weight = { base = @gov_ethic_weight } } # Irenic Monarchy gov_irenic_monarchy = { ruler_title = RT_KING ruler_title_female = RT_QUEEN heir_title = HT_CROWN_PRINCE heir_title_female = HT_CROWN_PRINCESS use_regnal_names = yes dynastic_last_names = yes possible = { is_imperial_authority = yes is_pacifist = yes } weight = { base = @gov_ethic_weight } }