One line summary of your issue
The Duchy of Aleppo won't flip to the Principality of Antioch upon creation
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.
When using the decision to form the Principality of Antioch, the Duchy of Aleppo won't become de jure part of the Principality, even when completely controlled. The Duchies of Antioch, Tripoli, and Edessa all flip as intended.
Looking at the code, I've already found the problem. The relevant portion is the following, located in the create_antioch decision in HFP_realm_decisions
if = {
limit = {
has_landed_title = d_aleppo
}
d_aleppo = {
show_scope_change = no
de_jure_liege = d_aleppo
}
}
As can be seen, the code is currently set to change d_aleppo's de jure liege to... itself. It should instead change it to k_antioch, as it does for d_antioch, d_tripoli, and d_edessa, which all flip as intended.
Steps to reproduce the issue.
Take the decision to create the Prinicpality of Antioch while controlling the Duchy of Aleppo and holding its Duchy title.
Upload Attachment
The Duchy of Aleppo won't flip to the Principality of Antioch upon creation
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.
When using the decision to form the Principality of Antioch, the Duchy of Aleppo won't become de jure part of the Principality, even when completely controlled. The Duchies of Antioch, Tripoli, and Edessa all flip as intended.
Looking at the code, I've already found the problem. The relevant portion is the following, located in the create_antioch decision in HFP_realm_decisions
if = {
limit = {
has_landed_title = d_aleppo
}
d_aleppo = {
show_scope_change = no
de_jure_liege = d_aleppo
}
}
As can be seen, the code is currently set to change d_aleppo's de jure liege to... itself. It should instead change it to k_antioch, as it does for d_antioch, d_tripoli, and d_edessa, which all flip as intended.
Steps to reproduce the issue.
Take the decision to create the Prinicpality of Antioch while controlling the Duchy of Aleppo and holding its Duchy title.
Upload Attachment
Upvote
0