scripted_gui = { russia_friendship_gui = { context_type = decision_category window_name = "russia_friendship_gui" dirty = global.year } korea_reunion_gui = { context_type = decision_category window_name = "korea_reunification_gui" dirty = global.NKO_korean_reunion_gui_dirty } third_floor_gui = { context_type = decision_category window_name = "third_floor_ui_window" dirty = global.year } # Supreme People's Assembly — banner attached to NKO_arduous_march category. NKO_spa_gui = { context_type = decision_category window_name = "NKO_spa_window" dirty = global.NKO_spa_gui_dirty visible = { NKO_spa_mechanic_enabled = yes } effects = { } ai_enabled = { always = no } } NKO_naval_buildup_gui = { context_type = decision_category window_name = "NKO_naval_buildup_window" dirty = NKO_naval_points visible = { original_tag = NKO has_completed_focus = NKO_naval_modernization } properties = { NKO_sub_progress_bar = { frame = NKO_submarine_progress } NKO_mb_progress_bar = { frame = NKO_missile_boat_progress } NKO_cd_progress_bar = { frame = NKO_coastal_defense_progress } NKO_so_progress_bar = { frame = NKO_naval_specops_progress } } triggers = { # --- Submarine row --- NKO_sub_current_none_visible = { NKO_sub_track_untiered = yes } NKO_sub_current_tier_1_visible = { has_idea = NKO_sub_tier_1 } NKO_sub_current_tier_2_visible = { has_idea = NKO_sub_tier_2 } NKO_sub_current_tier_3_visible = { has_idea = NKO_sub_tier_3 } NKO_sub_current_tier_4_visible = { has_idea = NKO_sub_tier_4 } NKO_sub_buffs_none_visible = { NKO_sub_track_untiered = yes } NKO_sub_buffs_tier_1_visible = { has_idea = NKO_sub_tier_1 } NKO_sub_buffs_tier_2_visible = { has_idea = NKO_sub_tier_2 } NKO_sub_buffs_tier_3_visible = { has_idea = NKO_sub_tier_3 } NKO_sub_buffs_tier_4_visible = { has_idea = NKO_sub_tier_4 } # --- Missile boat row --- NKO_mb_current_none_visible = { NKO_mb_track_untiered = yes } NKO_mb_current_tier_1_visible = { has_idea = NKO_mb_tier_1 } NKO_mb_current_tier_2_visible = { has_idea = NKO_mb_tier_2 } NKO_mb_current_tier_3_visible = { has_idea = NKO_mb_tier_3 } NKO_mb_current_tier_4_visible = { has_idea = NKO_mb_tier_4 } NKO_mb_buffs_none_visible = { NKO_mb_track_untiered = yes } NKO_mb_buffs_tier_1_visible = { has_idea = NKO_mb_tier_1 } NKO_mb_buffs_tier_2_visible = { has_idea = NKO_mb_tier_2 } NKO_mb_buffs_tier_3_visible = { has_idea = NKO_mb_tier_3 } NKO_mb_buffs_tier_4_visible = { has_idea = NKO_mb_tier_4 } # --- Coastal defense row --- NKO_cd_current_none_visible = { NKO_cd_track_untiered = yes } NKO_cd_current_tier_1_visible = { has_idea = NKO_cd_tier_1 } NKO_cd_current_tier_2_visible = { has_idea = NKO_cd_tier_2 } NKO_cd_current_tier_3_visible = { has_idea = NKO_cd_tier_3 } NKO_cd_current_tier_4_visible = { has_idea = NKO_cd_tier_4 } NKO_cd_buffs_none_visible = { NKO_cd_track_untiered = yes } NKO_cd_buffs_tier_1_visible = { has_idea = NKO_cd_tier_1 } NKO_cd_buffs_tier_2_visible = { has_idea = NKO_cd_tier_2 } NKO_cd_buffs_tier_3_visible = { has_idea = NKO_cd_tier_3 } NKO_cd_buffs_tier_4_visible = { has_idea = NKO_cd_tier_4 } # --- Naval SF row --- NKO_so_current_none_visible = { NKO_so_track_untiered = yes } NKO_so_current_tier_1_visible = { has_idea = NKO_so_tier_1 } NKO_so_current_tier_2_visible = { has_idea = NKO_so_tier_2 } NKO_so_current_tier_3_visible = { has_idea = NKO_so_tier_3 } NKO_so_current_tier_4_visible = { has_idea = NKO_so_tier_4 } NKO_so_buffs_none_visible = { NKO_so_track_untiered = yes } NKO_so_buffs_tier_1_visible = { has_idea = NKO_so_tier_1 } NKO_so_buffs_tier_2_visible = { has_idea = NKO_so_tier_2 } NKO_so_buffs_tier_3_visible = { has_idea = NKO_so_tier_3 } NKO_so_buffs_tier_4_visible = { has_idea = NKO_so_tier_4 } # --- Capstone strip (3 mutually exclusive states) --- NKO_naval_capstone_status_progress_visible = { check_variable = { NKO_naval_tracks_at_max < 4 } NOT = { has_country_flag = NKO_naval_buildup_capstone_done } } NKO_naval_capstone_status_ready_visible = { check_variable = { NKO_naval_tracks_at_max > 3 } NOT = { has_country_flag = NKO_naval_buildup_capstone_done } } NKO_naval_capstone_status_done_visible = { has_country_flag = NKO_naval_buildup_capstone_done } } } # Second Economic Committee — pure-display banner attached to the # NKO_arms_export decision category (the aid decisions render below it). NKO_arms_export_gui = { context_type = decision_category window_name = "NKO_arms_export_window" dirty = NKO_arms_export_gui_dirty visible = { original_tag = NKO has_completed_focus = NKO_create_komid } effects = { } triggers = { NKO_arms_export_capstone_status_progress_visible = { NOT = { has_country_flag = NKO_arms_export_capstone_ready } } NKO_arms_export_capstone_status_ready_visible = { has_country_flag = NKO_arms_export_capstone_ready NOT = { has_country_flag = NKO_arms_export_capstone_done } } NKO_arms_export_capstone_status_done_visible = { has_country_flag = NKO_arms_export_capstone_done } } } }