idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -16,6 +16,8 @@ spymaster_task_modifier_duration = 1825
court_chaplain_task_side_effect_cooldown = 365
court_chaplain_task_modifier_duration = 1825
kurultai_task_side_effect_cooldown = 95
council_scaled_monthly_income = {
add = liege.highest_held_title_tier
subtract = 2
@ -51,7 +53,23 @@ council_task_fabricate_claim_relative_strength = {
council_scaled_by_liege_tier_not_admin = {
value = council_scaled_by_liege_tier
if = {
limit = { has_government = administrative_government }
limit = { government_has_flag = government_is_administrative }
multiply = 0
}
}
council_scaled_by_liege_tier_nomad = {
value = council_scaled_by_liege_tier
if = {
limit = { NOT = { government_has_flag = government_is_nomadic } }
multiply = 0
}
}
council_scaled_by_liege_tier_not_nomad = {
value = council_scaled_by_liege_tier
if = {
limit = { government_has_flag = government_is_nomadic }
multiply = 0
}
}
@ -60,7 +78,7 @@ council_scaled_admin_value = {
value = 0 # This value should be 0 for anyone who isn't admin
if = {
limit = {
has_government = administrative_government
government_has_flag = government_is_administrative
}
add = 1
if = {