Some Focuses arent appearing (I gave up on trying)

So I have been making a united stan nation. And the focus tree isnt working. Please could sombody tell me why it isn't working.


(Also idk why but all my problems are always when i reach 20 focuses.)




When i do the error this is what shows up:

[14:34:49][persistent.cpp:48]: Error: "Malformed token: 0.15, near line: 7" in file: "common/ideas/Stan_stan.txt" near line: 7

[14:34:49][persistent.cpp:48]: Error: "Malformed token: -0.15, near line: 14" in file: "common/ideas/Stan_stan.txt" near line: 14

[14:34:49][persistent.cpp:48]: Error: "Malformed token: -10, near line: 21" in file: "common/ideas/Stan_stan.txt" near line: 21

[14:34:49][persistent.cpp:48]: Error: "Malformed token: -5, near line: 28" in file: "common/ideas/Stan_stan.txt" near line: 28

[14:34:49][persistent.cpp:48]: Error: "Unknown modifier: production_speed_, near line: 35" in file: "common/ideas/Stan_stan.txt" near line: 35

[14:34:49][persistent.cpp:48]: Error: "Unknown modifier: >, near line: 35" in file: "common/ideas/Stan_stan.txt" near line: 35

[14:34:49][effect.cpp:402]: Invalid effect 'limit' in common/national_focus/stan-tree.txt line : 68

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: limit, near line: 68" in file: "common/national_focus/stan-tree.txt" near line: 80

[14:34:49][effect.cpp:297]: Error: "Unknown technology category assembly_bonus: assembly_bonus, near line: 136" in file: "common/national_focus/stan-tree.txt" near line: 137

[14:34:49][effect.cpp:402]: Invalid effect 'limit' in common/national_focus/stan-tree.txt line : 199

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: limit, near line: 199" in file: "common/national_focus/stan-tree.txt" near line: 211

[14:34:49][effect.cpp:402]: Invalid effect 'limit' in common/national_focus/stan-tree.txt line : 232

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: limit, near line: 232" in file: "common/national_focus/stan-tree.txt" near line: 244

[14:34:49][effect.cpp:402]: Invalid effect 'limit' in common/national_focus/stan-tree.txt line : 249

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: limit, near line: 249" in file: "common/national_focus/stan-tree.txt" near line: 261

[14:34:49][effect.cpp:402]: Invalid effect 'limit' in common/national_focus/stan-tree.txt line : 285

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: limit, near line: 285" in file: "common/national_focus/stan-tree.txt" near line: 297

[14:34:49][effect.cpp:402]: Invalid effect 'has_stability' in common/national_focus/stan-tree.txt line : 334

[14:34:49][effect.cpp:297]: Error: "Unknown effect-type: has_stability, near line: 334" in file: "common/national_focus/stan-tree.txt" near line: 337

[14:34:49][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 388" in file: "common/national_focus/stan-tree.txt" near line: 407

[14:34:49][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 410" in file: "common/national_focus/stan-tree.txt" near line: 420

[14:34:49][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 423" in file: "common/national_focus/stan-tree.txt" near line: 438

[14:34:49][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 441" in file: "common/national_focus/stan-tree.txt" near line: 461

[14:34:49][persistent.cpp:48]: Error: "Unexpected token: focus, near line: 464" in file: "common/national_focus/stan-tree.txt" near line: 484

[14:34:49][nationalfocus.cpp:2016]: STN_start_a_war_up_north: Couldn't find dependency STN_invade_iran 

[14:34:49][nationalfocus.cpp:2016]: STN_start_a_war_up_north: Couldn't find dependency STN_unite_the_nations 

[14:34:49][nationalfocus.cpp:2016]: STN_army_propaganda: Couldn't find dependency STN_organize_the_army 

[14:34:52][containerwindow.cpp:1010]: interface/career_profile/career_profile_view.gui (line 5 ): Could not find "subscribe_button" in window career_profile_view

[14:34:53][effectimplementation.cpp:1452]: Popularity from ideologies does not add up to 100 for history/countries/STN - United Stan.txt:31: set_popularities

[14:34:55][containerwindow.cpp:833]: interface/frontendmainview.gui(line 293): Could not find "subscription_position_without_social_gui" in window "mainmenu_social_buttons".

[14:34:55][containerwindow.cpp:833]: interface/frontendmainview.gui(line 190): Could not find "subscription_size" in window "mainmenu_panel_bottom".

[14:34:55][containerwindow.cpp:833]: interface/frontendmainview.gui(line 190): Could not find "version_label_subscription_position" in window "mainmenu_panel_bottom".

[14:34:55][containerwindow.cpp:1010]: interface/career_profile/career_profile_view.gui (line 5 ): Could not find "subscribe_button" in window career_profile_view

[14:35:08][persistent.cpp:48]: Error: "Error reading division template (Example Division) for country ---.

The division_names_group refers to the unknown tag: STN_DIV_0_0, near line: 4" in file: "history/units/STN_1936.txt" near line: 4







You need to remove the following:

limit = {

free_building_slots = {

building = arms_factory

size > 0

include_locked = yes

}

}

From the reward in the focuses "Military Leadership!" and Civillian Leadership!


The same needs to be done in "Develop Afghanistan" and "Modernize The Industry In Kazakhstan" with:

limit = {

free_building_slots = {

building = industrial_complex

size > 0

include_locked = yes

}


In the focus "Stabilize the government" you are doing a check for stability in the reward, this should go in the "Available" box.



All of the ideas in the "Stan" ideas group are missing an = (and the highways one is missing a value and building type)