admin gov works

This commit is contained in:
Magpie490 2025-02-20 11:52:45 +00:00
parent 051293284c
commit 6ef778b2b5
32 changed files with 6304 additions and 103 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
}