• 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.

Me_

Myself
82 Badges
Jan 14, 2011
9.657
12.536
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Third Rome
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sengoku
  • Semper Fi
  • Europa Universalis: Rome
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Old Gods
  • Crusader Kings II
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris Sign-up
  • Hearts of Iron IV Sign-up
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Galaxy Edition
  • Stellaris
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Warlock: Master of the Arcane
  • Victoria 2
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

Slayen

Lt. General
87 Badges
Dec 16, 2014
1.665
2.011
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Common Sense
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Stellaris
  • Stellaris: Galaxy Edition
  • Tyranny - Bastards Wound
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Mount & Blade: With Fire and Sword
  • Victoria 3 Sign Up
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Tyranny - Tales from the Tiers
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Humanoids Species Pack
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Prison Architect
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis IV
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Europa Universalis IV: Cradle of Civilization
  • Surviving Mars: First Colony Edition
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Teleglitch: Die More Edition
  • Victoria 2
  • Age of Wonders III
  • Imperator: Rome - Magna Graecia
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
From near as I can tell, the problem child is the actual creation of k_leon which has this in landed_titles.txt:

Code:
      FROM = {
         any_previous_holder = {
           always = yes
         }
       }

Something which I will note that none of the other Iberian kingdoms have. And it is that which, again, near as I can tell, is was prevents one from creating the Kingdom of Leon title and thus unable to pass the Create Leon decision.

Now, the fact that the decision in question doesn't create the title and give it to you instead is a different question and one I have no answer to.