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

Zaleukos

Evöl högerhök
32 Badges
Aug 11, 2001
594
1.723
Visit site
  • Europa Universalis III Complete
  • Shadowrun Returns
  • BATTLETECH
  • Magicka 2
  • Pillars of Eternity
  • Mount & Blade: Warband
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome Gold
  • Europa Universalis IV: Res Publica
  • Crusader Kings II
  • Magicka
  • Europa Universalis III Complete
  • Heir to the Throne
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
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:
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
Reported, thanks.