admin gov works

This commit is contained in:
Magpie490 2025-02-20 11:52:45 +00:00
parent 0fa21d7e79
commit 82db99534c
33 changed files with 6305 additions and 104 deletions

View file

@ -596,7 +596,7 @@ chancellor_integrate_title_contextual_bonuses = {
limit = { # Task instigator is admin top liege
scope:councillor_liege = {
is_independent_ruler = yes
government_allows = administrative
has_government = administrative_government
}
}
add = {
@ -608,16 +608,16 @@ chancellor_integrate_title_contextual_bonuses = {
if = {
limit = { # Task target is de jure part of an admin empire/kingdom
NOT = {
scope:councillor_liege = { government_allows = administrative }
scope:councillor_liege = { has_government = administrative_government }
}
trigger_if = {
limit = { exists = scope:county.empire.holder }
scope:county.empire.holder = { government_allows = administrative }
scope:county.empire.holder = { has_government = administrative_government }
}
trigger_else = {
scope:county.kingdom.holder ?= {
is_independent_ruler = yes
government_allows = administrative
has_government = administrative_government
}
}
}