One line summary of your issue
[3.3.0] Event to play as a Beneficiary as unlanded character, Gameover immediately
Game Version
3.3 [XDSW]
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.
I played as a Catholic ruler and join Crusade, but not contributes any warscore.
Therefore my crusade beneficiary did not receive any title or lands, however the event HFP.41060 and HFP.41061 still triggered, saying I can play as the beneficiary character.
In this case, playing as the beneficiary will GAMEOVER immediately due to landless.
fix:
This bug can reproduce in patch 3.3.1, and since 3.3.1 is more buggy for me. I play and report this bug in 3.3.0.
Steps to reproduce the issue.
1.Waiting for a crusade and join as attacker.
2.Do nothing but choose your beneficiary, waiting the Meta Catholic wins.
3.After successful crusade, waiting 3 days for HFP.41061 fires. click "Maybe in another life, it could have been me." to play as him/her.
4.GG
Upload Attachment
[3.3.0] Event to play as a Beneficiary as unlanded character, Gameover immediately
Game Version
3.3 [XDSW]
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.
I played as a Catholic ruler and join Crusade, but not contributes any warscore.
Therefore my crusade beneficiary did not receive any title or lands, however the event HFP.41060 and HFP.41061 still triggered, saying I can play as the beneficiary character.
In this case, playing as the beneficiary will GAMEOVER immediately due to landless.
fix:
Code:
# Event to play as a Beneficiary
narrative_event = {
id = HFP.41061
...
event_target:beneficiary_check_crusader_beneficiary = {
is_alive = yes
ai = yes
is_playable = yes # add this!
any_demesne_title = { # not a valid condition
tier = COUNT
}
Steps to reproduce the issue.
1.Waiting for a crusade and join as attacker.
2.Do nothing but choose your beneficiary, waiting the Meta Catholic wins.
3.After successful crusade, waiting 3 days for HFP.41061 fires. click "Maybe in another life, it could have been me." to play as him/her.
4.GG
Upload Attachment
Attachments
Upvote
0