Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 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 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue