parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -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 compatibility.
|
||||
# scope:vassal the subject in the contract. Same as scope:subject. Kept in for backwards compatability.
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -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,10 +406,7 @@ administrative_salary_rank = {
|
|||
parent = administrative_salary_rank_none
|
||||
is_valid = {
|
||||
scope:subject = {
|
||||
any_held_title = {
|
||||
is_noble_family_title = no
|
||||
tier = tier_duchy
|
||||
}
|
||||
highest_held_title_tier = tier_duchy
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -603,7 +603,17 @@ celestial_ministry_obligations = {
|
|||
defaults_to_highest_valid_level = yes
|
||||
is_shown = {
|
||||
scope:subject = {
|
||||
tgp_has_minister_title = yes
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
can_be_changed = {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ meritocratic_provinces = {
|
|||
|
||||
flag = meritocratic_province_standard
|
||||
flag = meritocratic_civil_appointment
|
||||
appointment_trait_flag = civilian_province
|
||||
}
|
||||
meritocratic_province_industrial = {
|
||||
position = { 1 0 }
|
||||
|
|
@ -142,7 +141,6 @@ 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 }
|
||||
|
|
@ -247,7 +245,6 @@ meritocratic_provinces = {
|
|||
flag = meritocratic_province_military
|
||||
flag = meritocratic_military_appointment
|
||||
flag = obligation_high_levies
|
||||
appointment_trait_flag = military_province
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue