##################### # SHROUD GOVERNMENTS ##################### # Documentation: common\governments\99_README_GOVERNMENT.txt # # All governments in this file have base weight: @gov_authority_swap_weight # # They replace the standard government if the authority is swapped into # an ascended variant. # # If the empire fulfills the requirements for multiple governments, it will # select the first one listed in this 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 ### Transcendent Governments # Transcendent Democracy gov_shroud_transcendent_democracy = { ruler_title = RT_PRESIDENT ruler_title_female = RT_PRESIDENT_FEMALE possible = { is_democratic_authority = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Oligarchy gov_shroud_transcendent_oligarchy = { ruler_title = RT_CHIEF_PRECENTOR ruler_title_female = RT_CHIEF_PRECENTOR_FEMALE possible = { is_oligarchic_authority = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Dictatorial gov_shroud_transcendent_dictatorial = { ruler_title = RT_EXECUTOR ruler_title_female = RT_EXECUTOR_FEMALE possible = { is_dictatorial_authority = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Imperial gov_shroud_transcendent_imperial = { 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_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Corporate gov_shroud_transcendent_corporate = { ruler_title = RT_EXECUTOR ruler_title_female = RT_EXECUTOR_FEMALE possible = { is_megacorp = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Hive gov_shroud_transcendent_hive = { ruler_title = RT_HIVE_MIND ruler_title_female = RT_HIVE_MIND_FEMALE should_force_rename = yes possible = { is_hive_empire = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } # Transcendent Machine gov_shroud_transcendent_machine = { ruler_title = RT_CENTRAL_AGGREGATOR should_force_rename = yes possible = { is_machine_empire = yes is_transcendent_authority = yes } weight = { base = @gov_authority_swap_weight } } ### Corporeal Governments # Corporeal Democracy gov_shroud_corporeal_democracy = { ruler_title = RT_PRESIDENT ruler_title_female = RT_PRESIDENT_FEMALE possible = { is_democratic_authority = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Oligarchy gov_shroud_corporeal_oligarchy = { ruler_title = RT_CHIEF_PRECENTOR ruler_title_female = RT_CHIEF_PRECENTOR_FEMALE possible = { is_oligarchic_authority = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Dictatorial gov_shroud_corporeal_dictatorial = { ruler_title = RT_EXECUTOR ruler_title_female = RT_EXECUTOR_FEMALE possible = { is_dictatorial_authority = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Imperial gov_shroud_corporeal_imperial = { 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_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Corporate gov_shroud_corporeal_corporate = { ruler_title = RT_EXECUTOR ruler_title_female = RT_EXECUTOR_FEMALE possible = { is_megacorp = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Hive gov_shroud_corporeal_hive = { ruler_title = RT_HIVE_MIND ruler_title_female = RT_HIVE_MIND_FEMALE should_force_rename = yes possible = { is_hive_empire = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } } # Corporeal Machine gov_shroud_corporeal_machine = { ruler_title = RT_CENTRAL_AGGREGATOR should_force_rename = yes possible = { is_machine_empire = yes is_corporeal_authority = yes } weight = { base = @gov_authority_swap_weight } }