country_decisions = {
	
	spartan_nation = {
		major = yes
		potential = {
			normal_or_historical_nations = yes
			was_never_end_game_tag_trigger = yes
			OR = {
				ai = no
				is_playing_custom_nation = no
			}
			NOT = { tag = HLR }
			NOT = { tag = PAP }
			NOT = { tag = TUR }
			NOT = { tag = BYZ }
			NOT = { exists = SP7 }
			NOT = { tag = ROM }
			NOT = { tag = ROW }
			NOT = { is_year = 1825 }
			primary_culture = greek
			is_colonial_nation = no			
			OR = {
				is_former_colonial_nation = no
				AND = {
					is_former_colonial_nation = yes
					ai = no
				}
			}
		}
		provinces_to_highlight = {
			OR = {
				province_id = 145
				province_id = 1773
			}
			OR = {
				NOT = { owned_by = ROOT }
				NOT = { is_core = ROOT }
			}
		}
		allow = {
			is_free_or_tributary_trigger = yes
			is_at_war = no
			adm_tech = 55
			owns_core_province = 145
			owns_core_province = 1773
		}
		effect = {
			change_tag = SP7
			add_country_modifier = {
		    name = "rise_of_sparta"
		    duration = "18250"
		    }
		}
		ai_will_do = {
			factor = 1
		}
	}
}
