The decision to create Leon requires that you hold both Kingdom of Asturias and Kingdom of Leon to even appear on the list of possible decisions, however Leon cannot be formed unless it already had a holder, which is never true in the start dates that have Asturias. As a result the decision can never be taken.
Code:
create_leon = {
is_high_prio = yes
potential = {
has_landed_title = k_asturias
has_landed_title = k_leon
}
allow = {
war = no
capital_scope = {
province_id = 190 # Leon
}
completely_controls = d_leon
completely_controls = d_asturias
}
effect = {
narrative_event = { id = 62920 tooltip = EVTTOOLTIP62920 }
if = {
limit = { has_nickname = no }
give_nickname = nick_the_great
}
}
ai_will_do = {
factor = 1
}
}
Upvote
0