on_actions = { on_weekly_CYP = { effect = { # cyprus.3 — EU integration milestone (~2y MTTH, fires once) if = { limit = { has_idea = CYP_eu_membership NOT = { has_country_flag = CYP_eu_milestone_fired } } random = { chance = 1 country_event = cyprus.3 } } # cyprus.4 — Green Line incident (~1y MTTH) if = { limit = { has_idea = CYP_division_of_the_island country_exists = NCY } random = { chance = 2 country_event = cyprus.4 } } } } }