• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

FinalLegendZero

Sergeant
18 Badges
Jun 2, 2015
81
47
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Way of Life
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
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
 
Upvote 0