﻿#01. The Stallion that Mounts the World
mpo_the_stallion_that_mounts_the_world_achievement = {
	possible = {
		exists = global_var:started_the_stallion_that_mounts_the_world_achievement
	}
	happened = {
		custom_description = {
			text = mpo_the_stallion_that_mounts_the_world_achievement_trigger
			NOT = {
				any_independent_ruler = {
					this != root
					is_landed = yes
					is_tributary = no
				}
			}
		}
	}
}

#02. Nobody's Business
mpo_nobodys_business_achievement = {
	possible = {
		
	}
	happened = {
		custom_description = {
			text = mpo_nobodys_business_achievement_trigger
			exists = global_var:mpo_nobodys_business_achievement_unlocked
		}
	}
}

#03. Tribute Band
mpo_tribute_band_achievement = {
	possible = {
	
	}
	happened = {
		custom_description = {
			text = mpo_tribute_band_achievement_trigger
			any_tributary = {
				count >= 30
			}
		}
	}
}

#04. This Chinggis Everything
mpo_this_chinggis_everything_achievement = {
	possible = {
		
	}
	happened = {
		custom_description = {
			text = mpo_this_chinggis_everything_achievement_trigger
			has_trait = greatest_of_khans
		}
	}
}

#05. Steppe by Steppe
mpo_steppe_by_steppe_achievement = {
	possible = {
		exists = global_var:started_steppe_by_steppe_achievement
	}
	happened = {
		custom_description = {
			text = mpo_steppe_by_steppe_achievement_trigger
			exists = global_var:mpo_steppe_by_steppe_achievement_unlocked
		}
	}
}

#06. In Xanadu
#mpo_in_xanadu_achievement = {
#	possible = {
#	
#	}
#	happened = {
#		custom_description = {
#			text = mpo_in_xanadu_achievement_trigger
#			any_sub_realm_county = {
#				any_county_province = {
#					has_building_or_higher = pleasure_dome
#				}
#			}
#		}
#	}
#}

#07. Settling In
mpo_settling_in_achievement = {
	possible = {
	
	}
	happened = {
		custom_description = {
			text = mpo_settling_in_achievement_trigger
			exists = global_var:mpo_settling_in_achievement_unlocked
		}
	}
}

#08. Blood of my Blood
mpo_blood_of_my_blood_achievement = {
	possible = {
		
	}
	happened = {
		custom_description = {
			text = mpo_blood_of_my_blood_achievement_trigger
			any_relation = {
				type = blood_brother
			}
		}
	}
}

#9. Con-fed-up
mpo_confedup_achievement = {
	possible = {
		
	}
	happened = {
		custom_description = {
			text = mpo_confedup_achievement_trigger
			is_confederation_member = yes
		}
	}
}

#10. Shut Up, Nerge
mpo_shut_up_nerge_achievement = {
	possible = {
		
	}
	happened = {
		custom_description = {
			text = mpo_shut_up_nerge_achievement_trigger
			exists = global_var:mpo_shut_up_nerge_achievement_unlocked
		}
	}
}