@@ -4409,11 +4409,13 @@ faction_independence = {
44094409 }
44104410
44114411 # Not allowed to start factions like this if our capital borders the liege's capital
4412- capital_scope = {
4413- any_neighbor_province = {
4414- ROOT = {
4415- capital_scope = {
4416- NOT = { province = PREVPREV }
4412+ NOT = {
4413+ capital_scope = {
4414+ any_neighbor_province = {
4415+ ROOT = {
4416+ capital_scope = {
4417+ province = PREVPREV
4418+ }
44174419 }
44184420 }
44194421 }
@@ -5902,18 +5904,18 @@ faction_claimant = {
59025904 NOT = { character = FROM }
59035905 }
59045906
5907+ FROM = {
5908+ NOR = {
5909+ has_religion_feature = religion_matriarchal
5910+ has_religion_feature = religion_equal
5911+ has_religion_feature = religion_feature_bon
5912+ }
5913+ }
5914+
59055915 trigger_if = {
59065916 limit = { has_dlc = "Conclave" }
59075917
59085918 NOR = {
5909- FROM = {
5910- OR = {
5911- has_religion_feature = religion_matriarchal
5912- has_religion_feature = religion_equal
5913- has_religion_feature = religion_feature_bon
5914- }
5915- }
5916-
59175919 has_law = status_of_women_4
59185920
59195921 has_game_rule = {
@@ -6413,14 +6415,17 @@ faction_claimant = {
64136415 NOT = { character = ROOT }
64146416 }
64156417
6418+ NOR = {
6419+ has_religion_feature = religion_equal
6420+ has_religion_feature = religion_matriarchal
6421+ has_religion_feature = religion_feature_bon
6422+ }
6423+
64166424 trigger_if = {
64176425 limit = { has_dlc = "Conclave" }
64186426
64196427 NOR = {
64206428 has_law = status_of_women_4
6421- has_religion_feature = religion_equal
6422- has_religion_feature = religion_matriarchal
6423- has_religion_feature = religion_feature_bon
64246429
64256430 has_game_rule = {
64266431 name = gender
0 commit comments