One line summary of your issue
[2.8.1] Muslim women can't be claimants (?)
Game Version
2.8.1
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.
2.8.1 patch notes:
- Female Muslims Adventurers should now properly disregard certain social convention and actually declare war against their targets
https://forum.paradoxplaza.com/foru...plqa-female-adventurer-claimants-bug.1056430/
I think it did not get into the final release. I had no opportunity to test it in 2.8.1 so maybe I'm wrong, but
cb claim and cb other_claim still have respective blocks:
can_use_title = {
OR = {
ROOT = { is_female = no }
NOT = { ROOT = { religion_group = muslim } }
}
and
can_use_title = {
OR = {
ROOT = { is_female = no }
AND = {
NOT = { ROOT = { religion_group = muslim } }
NOT = { succ_law_title = { has_law = agnatic_succession } }
}
}
adventures_the_old_gods.txt - no changes from 2.8.0 also.
Unless this issue was fixed some hardcoded way, muslim women including adventurers still can't declare wars for their claims even with full status of women.
Steps to reproduce the issue.
Upload Attachment
[2.8.1] Muslim women can't be claimants (?)
Game Version
2.8.1
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.
2.8.1 patch notes:
- Female Muslims Adventurers should now properly disregard certain social convention and actually declare war against their targets
https://forum.paradoxplaza.com/foru...plqa-female-adventurer-claimants-bug.1056430/
I think it did not get into the final release. I had no opportunity to test it in 2.8.1 so maybe I'm wrong, but
cb claim and cb other_claim still have respective blocks:
can_use_title = {
OR = {
ROOT = { is_female = no }
NOT = { ROOT = { religion_group = muslim } }
}
and
can_use_title = {
OR = {
ROOT = { is_female = no }
AND = {
NOT = { ROOT = { religion_group = muslim } }
NOT = { succ_law_title = { has_law = agnatic_succession } }
}
}
adventures_the_old_gods.txt - no changes from 2.8.0 also.
Unless this issue was fixed some hardcoded way, muslim women including adventurers still can't declare wars for their claims even with full status of women.
Steps to reproduce the issue.
Upload Attachment
Upvote
0