One line summary of your issue
[3.0.1.1] Cannot form claimant factions for male Muslims
Game Version
3.0.1.1
What expansions do you have installed?
The Reapers Due,
Conclave,
Horse Lords,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
Male characters are no longer valid claimants for the purpose of claimant factions.
The problem is in the definition of faction_claimant, in common/objectives/00_factions.txt:
The line "NOT = { religion_group = muslim }" should be removed from the second block.
Steps to reproduce the issue.
1. Start 1066
2. Play as Ceuta, vassal of Maghreb
3. Try to start a faction for a claimant
Upload Attachment
[3.0.1.1] Cannot form claimant factions for male Muslims
Game Version
3.0.1.1
What expansions do you have installed?
The Reapers Due,
Conclave,
Horse Lords,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
Male characters are no longer valid claimants for the purpose of claimant factions.
The problem is in the definition of faction_claimant, in common/objectives/00_factions.txt:
Code:
OR = {
is_female = no
AND = {
NOT = { religion_group = muslim }
NOT = { ROOT = { succ_law_title = { has_law = agnatic_succession } } }
NOT = { has_religion_feature = religion_patriarchal }
}
}
OR = {
is_female = yes
AND = {
NOT = { religion_group = muslim }
NOT = { ROOT = { succ_law_title = { has_law = enatic_succession } } }
NOT = { has_religion_feature = religion_matriarchal }
}
}
The line "NOT = { religion_group = muslim }" should be removed from the second block.
Steps to reproduce the issue.
1. Start 1066
2. Play as Ceuta, vassal of Maghreb
3. Try to start a faction for a claimant
Upload Attachment
Upvote
0