### Sometimes BAR and REB get there own states ### This file destroys them. ### By Phi country_event = { id = 650000 trigger = { any_neighbor_country = { OR = { tag="REB" tag="BAR" } } } mean_time_to_happen = { days = 1 } title = "Remove Bad States" desc = "They crash the game" option = { name = "Har!" ai_chance = { factor = 100 } any_neighbor_country = { limit = { OR = { tag="REB" tag="BAR" } } random_owned = { secede_province = THIS } } } }