Something is wrong with event 564 "a bastard no more". The event is supposed to "unbastardize" a ruler, but keeps firing. Either the trigger or the effect is wrong.
From ruler.txt:
Maybe the event should remove the bastard title rather than just change the family of the ruler and children?
From ruler.txt:
Code:
# A Bastard No More!
character_event = {
id = 564
major_character = yes
trigger = {
has_title = title_bastard
is_ruler = yes
NOT = { father = { family = THIS } }
}
mean_time_to_happen = {
months = 1
}
title = "EVTNAME564"
desc = "EVTDESC564"
option = {
name = "EVTOPTA564"
family = father
popularity = 10
family_prestige = -20
any_child = {
family = this
}
}
}
Maybe the event should remove the bastard title rather than just change the family of the ruler and children?
Upvote
0