add_namespace = FYR_political # Insurgency in the Northwest (Tanusevci clashes, February 2001) country_event = { id = FYR_political.1 title = FYR_political.1.t desc = FYR_political.1.d picture = GFX_internal_conflict is_triggered_only = yes trigger = { original_tag = FYR has_war = no is_subject = no owns_state = 135 owns_state = 136 } option = { name = FYR_political.1.a log = "[GetDateText]: [This.GetName]: FYR_political.1.a executed" add_stability = -0.05 add_war_support = 0.03 army_experience = 10 add_political_power = -50 hidden_effect = { set_country_flag = FYR_insurgency_2001 } ai_chance = { base = 80 modifier = { factor = 2 is_historical_focus_on = yes } } } option = { name = FYR_political.1.b log = "[GetDateText]: [This.GetName]: FYR_political.1.b executed" add_stability = -0.08 add_war_support = 0.05 army_experience = 10 if = { limit = { country_exists = ALB } ALB = { add_opinion_modifier = { target = ROOT modifier = medium_decrease } } } hidden_effect = { set_country_flag = FYR_insurgency_2001 } ai_chance = { base = 20 modifier = { factor = 0 is_historical_focus_on = yes } } } } # Ohrid Framework Agreement (13 August 2001) country_event = { id = FYR_political.2 title = FYR_political.2.t desc = FYR_political.2.d picture = GFX_treaty is_triggered_only = yes trigger = { original_tag = FYR has_country_flag = FYR_insurgency_2001 has_war = no } option = { name = FYR_political.2.a log = "[GetDateText]: [This.GetName]: FYR_political.2.a executed" add_stability = 0.05 add_political_power = -50 hidden_effect = { if = { limit = { country_exists = ALB } add_opinion_modifier = { target = ALB modifier = eased_border_tensions } reverse_add_opinion_modifier = { target = ALB modifier = eased_border_tensions } } } ai_chance = { base = 30 } } } # Prespa Agreement (17 June 2018) country_event = { id = FYR_political.3 title = FYR_political.3.t desc = FYR_political.3.d picture = GFX_political_deal is_triggered_only = yes trigger = { original_tag = FYR country_exists = GRE NOT = { has_war_with = GRE } NOT = { has_idea = NATO_member } } option = { name = FYR_political.3.a log = "[GetDateText]: [This.GetName]: FYR_political.3.a executed" add_opinion_modifier = { target = GRE modifier = declaration_of_friendship } reverse_add_opinion_modifier = { target = GRE modifier = declaration_of_friendship } set_temp_variable = { modify_europeanism = 0.05 } europeanism_change = yes ai_chance = { base = 80 modifier = { factor = 2 is_historical_focus_on = yes } } } option = { name = FYR_political.3.b log = "[GetDateText]: [This.GetName]: FYR_political.3.b executed" set_temp_variable = { party_index = 20 } set_temp_variable = { party_popularity_increase = 0.03 } change_relative_party_popularity = yes set_temp_variable = { modify_europeanism = -0.05 } europeanism_change = yes GRE = { add_opinion_modifier = { target = ROOT modifier = diplomatic_insults } } ai_chance = { base = 20 modifier = { factor = 0 is_historical_focus_on = yes } } } }