National spirits wont appear
TAG = name_of_your_national_spirit
-Seboomer
I'm not sure what it is you mean with this.
Are you trying to have your countries start with the national spirit(s) you have created? If so, you can do this in the Misc tab of your country, in the country creator tool.
Oh sorry, I mean that I cant add a national spirit via focus tree
Ah ok.
The code you're looking for is:
add_ideas = YOUR_NATIONAL_SPIRIT_ID
And if you want to add to a different nation than the one completing the focus:
TAG = {
add_ideas = YOUR_NATIONAL_SPIRIT_ID
}
The national spirit ID is as follows: [PREFIX_]idea_name
If your idea list has a prefix, then you type that (case sensitive), followed by _, followed by your idea name, all lowercase, spaces replaced with _ and any non-alphanumeric characters removed.
So if you have the national spirit titled "We've Lost the Battle!" that becomes: weve_lost_the_battle
And if you have a prefix, e.g. "GenericIdeas" the ID becomes: GenericIdeas_weve_lost_the_battle
Seboomer
So I have been using this amazing website for a few months now and I have never had a problem with the national spirits but now something has happened and the national spirits don't work on any of the new mods I create. With all my older mods I simply put
TAG = name_of_your_national_spirit
and it worked fine so right now my only choice was to seek for help.