I have been waiting for this for a while, and set about setting the mtth of the event down to 1 year to test it.
After three years of play, a demesme province converts - Burgos, from Castillan to Castillan.
The reason is probably found in the trigger:
which only states that cultures need to be different, not that the culture of the FROM province has to be that of the ruler.
And i had a basque province just next to Burgos.
After three years of play, a demesme province converts - Burgos, from Castillan to Castillan.
The reason is probably found in the trigger:
Code:
trigger = {
condition = { type = same_realm }
condition = { type = same_religion }
condition = { type = not
value = { type = same_culture }
}
condition = { type = to
condition = { type = not
value = { type = religion value = pagan }
}
}
condition = { type = to
condition = { type = owner
condition = { type = same_religion }
}
}
condition = { type = to
condition = { type = not
value = { type = owner
condition = { type = atwar }
}
}
}
condition = { type = to
condition = { type = or
condition = { type = has_improvement value = { roadnet = yes } }
condition = { type = has_improvement value = { civilian_harbour = yes } }
}
}
which only states that cultures need to be different, not that the culture of the FROM province has to be that of the ruler.
And i had a basque province just next to Burgos.