I don't know what to tell you.
These are the custom creation/usurpation conditions (which mirror the tooltip):
Code:
# Creation/usurpation trigger
allow = {
realm_size = 120
war = no
ruled_years = 5
is_adult = yes
NOT = { tier = emperor }
OR = {
culture_group = iberian
culture = andalusian_arabic
}
}
You don't appear to be crazy. I don't know what could be causing this. You can force it via an event if you like. Plug this new file into
Historical Immersion Project/events/gimme_spain.txt, reload the game, open up the console (
~ tilde key), and run
event gimme_spain.1 on the console, and you'll instantly be Emperor of Spain along with the 1200 prestige bonus, -400 piety, and -600 gold.
Code:
namespace = gimme_spain
character_event = {
id = gimme_spain.1
desc = HIDE_EVENT
hide_window = yes
is_triggered_only = yes
option = {
name = OK
e_spain = {
grant_title = ROOT
}
prestige = 1200
piety = -400
wealth = -600
}
}
I'm truly puzzled as to why you require a workaround...