I'm currently modding a character in the history files to be a saint after death. Adding the trait is easy enough, but I'm not sure how to add a saintly bloodline to the character, which describes his name, nature, a miracle and who canonized him.
I tried with this...
This adds a bloodline with the desired effects, but the name of it is only "saintly_bloodline_catholic_04", and there's no description of any kind nor any "Pope-target" who canonized him.
From the localisation files I can see this line, which I suspect could be key somehow:
Is there a way to modify this description in different ways and implement it in the history files somehow?
I tried with this...
Code:
create_bloodline = {
type = saintly_bloodline_catholic_04
has_dlc = "Holy Fury"
}
This adds a bloodline with the desired effects, but the name of it is only "saintly_bloodline_catholic_04", and there's no description of any kind nor any "Pope-target" who canonized him.
From the localisation files I can see this line, which I suspect could be key somehow:
Code:
saintly_bloodline_description;[saint_person.GetTitledFirstName] was known for [saint_person.GetNature][saint_person.GetMiracleShort]. Canonized by [Root.GetTitledName].;
Is there a way to modify this description in different ways and implement it in the history files somehow?