National spirit to focus reward

Hi guys! I want to add a national spirit as a reward of a focus but it doesn't work. So.... how can I add national spirits as rewards of focuses?

The ID of the idea will be [PREFIX_][idea_name]

If your idea list doesn't have a prefix, ignore the first part:

PREFIX_ = the prefix assigned to your idea list, followed _ - The prefix can only contain ASCII alphanumeric characters.

idea_name = the name of the idea in lowercase, and any non-ASCII alphabet (English) characters replaced for the English equivalent, or stripped out if not alphanumeric.


For example, the idea ID for the "Zsófi" would be "[PREFIX_]zsofi" (prefix being whatever you set it to - as what you currently have is invalid)


Then to add it via a focus tree:

add_ideas = [PREFIX_]zsofi

tysm jordsta95