One line summary of your issue
3.0 Muslims can't use claimant factions
Game Version
3.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Muslims can't use claimant factions because of this condition:
faction_claimant = {
...
allow = {
...
new_character = {
...
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 }
}
}
As you see, both male and female claimants can't be supported by this faction. I should remind you that religion check shouldn't be here at all since muslims can reach max status of women now.
Steps to reproduce the issue.
Try to start any claimant faction as muslim.
Upload Attachment
3.0 Muslims can't use claimant factions
Game Version
3.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Muslims can't use claimant factions because of this condition:
faction_claimant = {
...
allow = {
...
new_character = {
...
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 }
}
}
As you see, both male and female claimants can't be supported by this faction. I should remind you that religion check shouldn't be here at all since muslims can reach max status of women now.
Steps to reproduce the issue.
Try to start any claimant faction as muslim.
Upload Attachment
Upvote
0