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

@ -1734,7 +1734,7 @@ ai_men_at_arms_expense_gold_max = {
}
if = {
limit = {
government_allows = administrative
has_government = administrative_government
NOT = { vassal_contract_has_flag = admin_theme_civilian }
}
add = {
@ -1748,7 +1748,7 @@ ai_men_at_arms_expense_gold_max = {
if = {
limit = {
government_allows = administrative
has_government = administrative_government
debt_level <= 2
}
value = 3
@ -2284,7 +2284,7 @@ ai_men_at_arms_chance_landless_ruler = {
}
if = { # Landless admin focus mostly on Buildings
limit = {
government_allows = administrative
has_government = administrative_government
}
add = -0.3
}