diff --git a/CleanSlate/common/succession_voting/01_succession_voting_byzantine_elective.txt b/CleanSlate/common/succession_voting/01_succession_voting_byzantine_elective.txt index ed88b06bb..acc09481f 100644 --- a/CleanSlate/common/succession_voting/01_succession_voting_byzantine_elective.txt +++ b/CleanSlate/common/succession_voting/01_succession_voting_byzantine_elective.txt @@ -422,9 +422,11 @@ byzantine_elective = { count >= 6 } - has_assigned_minor_title = { - title = title_commander - count < 8 + NOT = { + has_assigned_minor_title = { + title = title_commander + count >= 8 + } } } } @@ -444,9 +446,11 @@ byzantine_elective = { count >= 4 } - has_assigned_minor_title = { - title = title_commander - count < 6 + NOT = { + has_assigned_minor_title = { + title = title_commander + count >= 6 + } } } } @@ -466,9 +470,11 @@ byzantine_elective = { count >= 2 } - has_assigned_minor_title = { - title = title_commander - count < 4 + NOT = { + has_assigned_minor_title = { + title = title_commander + count >= 4 + } } } } @@ -483,9 +489,11 @@ byzantine_elective = { } liege = { - has_assigned_minor_title = { - title = title_commander - count < 2 + NOT = { + has_assigned_minor_title = { + title = title_commander + count >= 2 + } } } } diff --git a/CleanSlate/decisions/HF_bloodline_decisions.txt b/CleanSlate/decisions/HF_bloodline_decisions.txt index 2f3cf7926..12544b533 100644 --- a/CleanSlate/decisions/HF_bloodline_decisions.txt +++ b/CleanSlate/decisions/HF_bloodline_decisions.txt @@ -1235,9 +1235,11 @@ targeted_decisions = { mult_modifier = { factor = 0.25 - any_vassal = { - in_faction = yes - count < 5 + NOT = { + any_vassal = { + in_faction = yes + count >= 5 + } } } diff --git a/CleanSlate/decisions/HL_mercenary_decisions.txt b/CleanSlate/decisions/HL_mercenary_decisions.txt index ea4799b86..720fbde01 100644 --- a/CleanSlate/decisions/HL_mercenary_decisions.txt +++ b/CleanSlate/decisions/HL_mercenary_decisions.txt @@ -172,11 +172,13 @@ targeted_decisions = { is_primary_war_defender = no } - any_mercenary_band = { - count < 3 + NOT = { + any_mercenary_band = { + count >= 3 - band_creator = { - character = FROM + band_creator = { + character = FROM + } } } } diff --git a/CleanSlate/decisions/HL_title_decisions.txt b/CleanSlate/decisions/HL_title_decisions.txt index 5642005f1..6843fedad 100644 --- a/CleanSlate/decisions/HL_title_decisions.txt +++ b/CleanSlate/decisions/HL_title_decisions.txt @@ -15,7 +15,7 @@ title_decisions = { temporary = yes } - demesne_size < 1 + NOT = { demesne_size >= 1 } # Somewhat clunky way of checking that the character does not stand to inherit any titles NOT = { diff --git a/CleanSlate/decisions/settlement_decisions.txt b/CleanSlate/decisions/settlement_decisions.txt index 8e3508b38..393571ae4 100644 --- a/CleanSlate/decisions/settlement_decisions.txt +++ b/CleanSlate/decisions/settlement_decisions.txt @@ -1047,11 +1047,13 @@ settlement_decisions = { NOT = { religion_group = pagan_group } } - any_realm_province = { - count < 7 + NOT = { + any_realm_province = { + count >= 7 - region = world_steppe - held_under_PREV = yes + region = world_steppe + held_under_PREV = yes + } } } } @@ -1311,7 +1313,7 @@ settlement_decisions = { if = { limit = { FROM = { - dynasty = 708 # Árpád + dynasty = 708 # Ýrpád has_landed_title = k_hungary } } @@ -1476,7 +1478,7 @@ settlement_decisions = { FROM = { trigger_if = { limit = { - NOT = { dynasty = 708 } # Árpád + NOT = { dynasty = 708 } # Ýrpád } num_of_subrealm_castles >= 10 @@ -1508,7 +1510,7 @@ settlement_decisions = { mult_modifier = { factor = 100 - FROM = { dynasty = 708 } # Árpád + FROM = { dynasty = 708 } # Ýrpád } } } diff --git a/CleanSlate/events/base_religious_events.txt b/CleanSlate/events/base_religious_events.txt index e16fb25d5..36af9360f 100644 --- a/CleanSlate/events/base_religious_events.txt +++ b/CleanSlate/events/base_religious_events.txt @@ -3289,7 +3289,7 @@ character_event = { trigger = { event_target:loyal_bishop = { - demesne_size < 2 + NOT = { demesne_size >= 2 } real_tier = BARON } } diff --git a/CleanSlate/events/soa_holy_order_events.txt b/CleanSlate/events/soa_holy_order_events.txt index 2295caec6..9ca535a15 100644 --- a/CleanSlate/events/soa_holy_order_events.txt +++ b/CleanSlate/events/soa_holy_order_events.txt @@ -3013,12 +3013,12 @@ character_event = { mult_modifier = { factor = 2 - demesne_size < 1 + NOT = { demesne_size >= 1 } } mult_modifier = { factor = 2 - demesne_size < 2 + NOT = { demesne_size >= 2 } } mult_modifier = {