Focuses dont appear

Hey sorry for posting this a second time, but last time you didnt respond.

This is the old post:
The main question i wanna ask is where i put the missing }

some of my focuses don't appear, even though they have the same variablesHere's the debug log thats related to focuses:[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 475" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 494[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 497" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 525[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 528" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 549[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 552" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 579[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 582" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 604[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 607" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 625[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 628" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 639[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 642" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 660And here's an example of one of the focuses that has line 497:#Forcibly Taking Land    focus = {                                                                                                                                                                                         <-- this is line 497        id = LTV_forcibly_taking_land        icon = GFX_goal_continuous_non_factory_construct        x = 10        y = 3        cost = 5        search_filters = {            FOCUS_FILTER_INDUSTRY        }        prerequisite = { focus = LTV_land_appropriation  }        ai_will_do = { factor = 5 }        completion_reward = {            every_owned_state = {                add_extra_state_shared_building_slots = 2             }                        add_stability = -0.05                    }    }

So where do i add the missing }?

Not sure why you didn't get a notification for the response: https://edge.hoi4modding.com/forum/mod-discussion/433-my-focuses-dont-appear#1289

However, the answer is

At the end of the reward box

 i.e. after everything else that is in there, just put }

Oh did you respond in the old forum post? Sorry, i didn't realise, but thanks a lot for the help!