Alignment

This commit is contained in:
Heidesommer 2026-04-25 03:54:05 -04:00
parent f7a954eb51
commit 15a5108e23
250 changed files with 31104 additions and 25806 deletions

View file

@ -28,7 +28,7 @@ subject_contract = {
# Scopes available:
# scope:liege the liege or suzerain in the contract
# scope:subject the subject in the contract
# scope:vassal the subject in the contract. Same as scope:subject. Kept in for backwards compatability.
# scope:vassal the subject in the contract. Same as scope:subject. Kept in for backwards compatibility.
# scope:opinion_of_liege set if uses_opinion_of_liege = yes
# scope:tax_slot the slot they are in/are being considered to be placed in
# scope:tax_collector the collector for the above/the potential new collector

View file

@ -251,7 +251,7 @@ administrative_themes = {
is_valid = {
scope:liege = {
highest_held_title_tier = tier_empire
highest_held_title_tier >= tier_empire
}
custom_tooltip = {
text = admin_theme_imperial_valid_desc
@ -406,7 +406,10 @@ administrative_salary_rank = {
parent = administrative_salary_rank_none
is_valid = {
scope:subject = {
highest_held_title_tier = tier_duchy
any_held_title = {
is_noble_family_title = no
tier = tier_duchy
}
}
}

View file

@ -603,17 +603,7 @@ celestial_ministry_obligations = {
defaults_to_highest_valid_level = yes
is_shown = {
scope:subject = {
OR = {
has_title = title:e_minister_chancellor
has_title = title:e_minister_censor
has_title = title:e_minister_grand_marshal
has_title = title:e_minister_of_personnel
has_title = title:e_minister_of_revenue
has_title = title:e_minister_of_rites
has_title = title:e_minister_of_war
has_title = title:e_minister_of_justice
has_title = title:e_minister_of_works
}
tgp_has_minister_title = yes
}
}
can_be_changed = {

View file

@ -61,6 +61,7 @@ meritocratic_provinces = {
flag = meritocratic_province_standard
flag = meritocratic_civil_appointment
appointment_trait_flag = civilian_province
}
meritocratic_province_industrial = {
position = { 1 0 }
@ -141,6 +142,7 @@ meritocratic_provinces = {
flag = meritocratic_province_industrial
flag = meritocratic_civil_appointment
flag = obligation_high_taxes
appointment_trait_flag = civilian_province
}
meritocratic_province_military = {
position = { 0 1 }
@ -245,6 +247,7 @@ meritocratic_provinces = {
flag = meritocratic_province_military
flag = meritocratic_military_appointment
flag = obligation_high_levies
appointment_trait_flag = military_province
}
}
}