
country_decisions = {
	reestablish_the_theme_system = {
	
		potential = {
			tag = BYZ
			NOT = { has_country_modifier = the_theme_system }
		}
		allow = {
			num_of_cities = 8
			ADM = 6
			MIL = 6
		}
		effect = {
			add_country_modifier = {
				name = "the_theme_system"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	
}