
####################################################################################################
###																								 ###
###						   	Падежи титулов правителя строчными буквами							 ###
###																								 ###
###																								 ###
###						   Титулы прописаны с уже готовыми окончаниями!							 ###
###				В большинстве из них учитывается пол, задающийся папкой government_names		 ###
###																								 ###
###		Именительный (Кто, что?) - "[LIT.GetTitleIM]" : "великий князь", "великая княгиня"  	 ###
###		Родительный (Кого, чего?) - "[LIT.GetTitleRD]" : "великого князя", "великой княгини"  	 ###
###		Дательный (Кому, чему?) - "[LIT.GetTitleDT]" : "великому князю", "великой княгине"  	 ###
###		Винительный (Кого, что?) - "[LIT.GetTitleVN]" : "великого князя", "великую княгиню" 	 ###
###		Творительный (Кем, чем?) - "[LIT.GetTitleTV]" : "великим князем", "великой княгиней"  	 ###
###		Предложный (О ком, о чём?) - "[LIT.GetTitlePR]" : "великом князе", "великой княгине"  	 ###
###																								 ###
###						  			 Локализация в: gks_title									 ###
###																								 ###
####################################################################################################


defined_text = {
	name = GetTitleIM
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_IM
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_IMAM_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_IMAM_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_IM
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_IM
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_IM
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_IMAM_fem_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_IM
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_IM
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_IM
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}

defined_text = {
	name = GetTitleRD
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_RD
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_RDAM_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_RDAM_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_RD
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_RD
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_RD
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_RDAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_RDAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_RDAM_fem_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_RD
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_RD
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_RD
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}

defined_text = {
	name = GetTitleDT
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_DT
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_DTAM_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_DTAM_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_DT
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_DT
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_DT
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_DTAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_DTAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_DTAM_fem_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_DT
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_DT
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_DT
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}

defined_text = {
	name = GetTitleVN
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_VN
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_VNAM_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_VNAM_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_VN
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_VN
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_VN
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_VNAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_VNAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_VNAM_fem_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_VN
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_VN
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_VN
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}

defined_text = {
	name = GetTitleTV
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_TV
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_TVAM_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_TVAM_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_TV
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_TV
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_TV
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_TVAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_TVAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_TVAM_fem_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_TV
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_TV
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_TV
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}

defined_text = {
	name = GetTitlePR
	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LORD_PROTECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = BROTHER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = BROTHER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_ADMIRAL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHAN_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = BEY_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEROY_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPE_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPE_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTOR_PALATINE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTOR_PALATINE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNT_PALATINE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = KING_PALATINE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEG_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCE_HERCEG_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCE_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = KING_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = PATRIARCH_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSUL_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_ELECTOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIF_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIF_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHAGAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_male_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIK_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIK_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHKING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = regent_male_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = BEY_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINC_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOT_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILEUS_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = WANG_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = MBRET_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = BEILE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILEUS_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REX_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = BEILE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHAGAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOIVODE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RAJA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARAJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RAJA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RAJA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = RAS_title_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUS_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NEGUSA_NEGAST_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGABE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGABE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = OMUKAMA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_OMUKAMA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = BAKUNGU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = MWAMI_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = BAKUNGU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = KABAKA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_KABAKA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = ANDRIANONI_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GRAND_ANDRIANONI_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = GREAT_ANDRIANONI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = FILOHANY_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = MPANJAKE_BE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RAJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARAJA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOIVODE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = EARL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAZ_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CUAUHTLAHTOANI_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = TLATOANI_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = HUEHUETLATOANI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RAJA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARAJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEROY_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNIK_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNIK_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNIK_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUZHD_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINC_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_PR
		trigger = {
			is_female = no
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHAGAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LORD_PROTECTOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPE_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LORD_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUN_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHU_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_KING_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#northerner_monastic_order
	text = {
		localisation_key = FIRST_RANGER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = LORD_COMMANDER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPIST_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPIST_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMASTER_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBED_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = SON_OF_HEAVEN_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_PRAM_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_PRAM_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKH_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = WILLAQ_UMU_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIEST_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIEST_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIEST_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MASTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MASTER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = GRAND_MASTER_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MASTER_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = COMMANDER_EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUKE_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSUL_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = PATRIARCH_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEF_PR
		trigger = {
			is_female = no
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = KING_PR
		trigger = {
			is_female = no
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPEROR_PR
		trigger = {
			is_female = no
			government_rank = 3 
			government = tribal
		}
	}

	#stateless_society
	text = {
		localisation_key = TRIBAL_LEADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = stateless_society
		}
	}
	text = {
		localisation_key = TRIBAL_LEADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = stateless_society
		}
	}

	#kongo_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = tribal
		}
	}

	#kongo_monarchy_kingdom
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = MWENE_KONGO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = KON
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_MWENE_KONGO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = KON
			government = monarchy
		}
	}


	#islamic_caliphate
	text = {
		localisation_key = CALIPHA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_country_modifier = unified_islam
		}
	}

	#revolutionary_peasant_republic
	text = {
		localisation_key = GREAT_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			have_had_reform = peasants_republic
			government_rank = 3
		}
	}

	#revolutionary_spanish_republic
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = SPA
		}
	}

	#revolutionary_swedish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = SWE
				AND = {
					tag = SCA
					NOT = { was_tag = DAN }
					NOT = { was_tag = NOR }
				}
			}
		}
	}

	#revolutionary_danish_republic
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}
	text = {
		localisation_key = FIRST_LAWSPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = DAN
				tag = NOR
				AND = {
					tag = SCA
					OR = {
						was_tag = DAN
						was_tag = NOR
					}
				}
			}
		}
	}

	#revolutionary_ottoman_republic
	text = {
		localisation_key = SUPREME_VIZIER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}
	text = {
		localisation_key = SUPREME_VIZIER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			tag = TUR
		}
	}

	#revolutionary_german_republic
	text = {
		localisation_key = CHAIRMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}
	text = {
		localisation_key = CHAIRMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
			OR = {
				tag = GER
				tag = PRU
				tag = BAV
				tag = SWA
				tag = FKN
				tag = HAN
				tag = WES
				tag = SAX
				tag = POM
			}
		}
	}

	#gov_revolutionary_republic
	text = {
		localisation_key = CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			is_revolutionary_republic_trigger = yes
		}
	}
	text = {
		localisation_key = CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			is_revolutionary_republic_trigger = yes
		}
	}

	#gov_polish_republic
	text = {
		localisation_key = MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = SERENE_MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = polish
			government = republic
		}
	}
	text = {
		localisation_key = MOST_SERNE_MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = polish
			government = republic
		}
	}

	#gov_german_empire
	text = {
		localisation_key = KAISERIN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			culture_group = germanic
			government_rank = 3
			OR = {
				tag = HLR
				tag = GER
			}
			government = monarchy
		}
	}

	#gov_prussian_republic
	text = {
		localisation_key = FIELD_MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = prussian_republic_reform
		}
	}
	text = {
		localisation_key = FIELD_MARSHAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = prussian_republic_reform
		}
	}

	#gov_admiralty
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = LORD_HIGH_ADMIRAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = admiralty_reform
		}
	}
	text = {
		localisation_key = SUPREME_ADMIRAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = admiralty_reform
		}
	}

	#gov_english_commonwealth
	text = {
		localisation_key = LADY_PROTECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = protectorate_parliament_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = protectorate_parliament_reform
		}
	}

	#savonarola_unique
	text = {
		localisation_key = SISTER_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_ruler_flag = savonarola_flag
		}
	}
	text = {
		localisation_key = SISTER_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_ruler_flag = savonarola_flag
		}
	}


	#military_dictatorship
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}
	text = {
		localisation_key = CAPTAIN_GENERAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = military_dictatorship_reform
				has_reform = military_rulership_reform
			}
		}
	}

	#greek_pirate_government
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}
	text = {
		localisation_key = ARCHPIRATE_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			primary_culture = greek
		}
	}

	#pirate_daimyo_government
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = SOO
			has_government_attribute = is_pirate_republic_reform
			is_subject_of_type = daimyo_vassal
		}
	}

	#pirate_government
	text = {
		localisation_key = CAPTAIN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = GRAND_CAPTAIN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}
	text = {
		localisation_key = ADMIRAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_government_attribute = is_pirate_republic_reform
			NOT = { has_reform = pirate_king_reform }
			NOT = { primary_culture = greek }
		}
	}

	#pirate_kingdom
	text = {
		localisation_key = PIRATE_PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = pirate_king_reform
		}
	}
	text = {
		localisation_key = PIRATE_EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = pirate_king_reform
		}
	}

	#synthetic_nation
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = SYN
		}
	}
	text = {
		localisation_key = SYNTH_RULER_MAIN_CONDUIT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = SYN
		}
	}

	#yuan_empire
	text = {
		localisation_key = JINONG_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				tag = YUA
				AND = {
					tag = OIR
					has_reform = celestial_empire
				}
			}
			government = monarchy
		}
	}

	#ilkhanate_march
	text = {
		localisation_key = ILKHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			tag = ILK
			is_march = yes
		}
	}

	#celestial_parliament
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = celestial_empire
			has_reform = parliamentary_reform
		}
	}

	#Subject Specific
	#ottoman_marches
	text = {
		localisation_key = PASHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			is_march = yes
			religion_group = muslim
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#ottoman_vassals
	text = {
		localisation_key = HATUN_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			religion_group = muslim
			NOT = { is_march = yes }
			overlord = {
				primary_culture = turkish
			}
		}
	}

	#march_christian_monarchy
	text = {
		localisation_key = MARGRAVINE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = VICEREINE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			NOT = { religion = orthodox }
			NOT = { religion = coptic }
			is_march = yes
		}
	}

	#gov_papal_government_elector
	text = {
		localisation_key = POPETTE_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
				is_elector = yes
		}
	}
	text = {
		localisation_key = POPETTE_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
				is_elector = yes
		}
	}



	#palatine_electorate
	text = {
		localisation_key = ELECTRESS_PALATINE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = ELECTRESS_PALATINE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			tag = PAL
		}
	}

	#palatine_monarchy
	text = {
		localisation_key = COUNTESS_PALATINE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = QUEEN_PALATINE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PAL
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PAL
		}
	}

	#herzegovina_monarchy
	text = {
		localisation_key = HERCEGI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}
	text = {
		localisation_key = PRINCESS_HERCEGI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government_rank = 3 }
			tag = HRZ
		}
	}

	#HRE

	#holy_roman_electors_monarchy
	text = {
		localisation_key = PRINCESS_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = QUEEN_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			is_elector = yes
			is_emperor = no
			NOT = { tag = HAB } #Archdukes
		}
	}

	#holy_roman_electors_bishoprics
	text = {
		localisation_key = BISHOP_ELECTOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = ARCHBISHOP_ELECTOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = MATRIARCH_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
			is_elector = yes
			is_emperor = no
		}
	}

	#holy_roman_electors_republic
	text = {
		localisation_key = CONSULESS_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_ELECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			is_elector = yes
			is_emperor = no
		}
	}

	#Shogunate

	#japanese_shogunate
	text = {
		localisation_key = SHOGUNESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = JAP
			government = monarchy
			NOT = { has_reform = shogunate }
		}
	}

	#islamic_syncretism_kingdoms
	text = {
		localisation_key = EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { religion_group = muslim }
			has_country_flag = sultan_titles_for_non_muslims
		}
	}

	#french_kingdom
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = revolutionary_empire_reform }
			OR = {
				tag = FRA
				tag = AUV
			}
		}
	}

	#sharifs_of_mecca
	text = {
		localisation_key = SHARIFA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GRAND_SHARIFA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}
	text = {
		localisation_key = GREAT_SHARIFA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			OR = {
				tag = HED
				tag = MDA
				tag = MFL
			}
		}
	}

	#avar_nutsals
	text = {
		localisation_key = NUTSAL_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = AVR
			government = monarchy
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = AVR
			government = monarchy
		}
	}

	#georgian_monarchy
	text = {
		localisation_key = ATABEG_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = georgian
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = georgian
		}
	}

	#dais_of_najran
	text = {
		localisation_key = DAI_female_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			tag = NJR
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			tag = NJR
		}
	}

	#malian_monarchy
	text = {
		localisation_key = FAAMA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = MANSA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = MAL
		}
	}
	text = {
		localisation_key = GREAT_MANSA_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = MAL
		}
	}

	#arabic_tribal
	text = {
		localisation_key = SHEIKHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}
	text = {
		localisation_key = GREAT_EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			primary_culture = bedouin_arabic
			government = tribal
		}
	}

	#muslim_tribal
	text = {
		localisation_key = MALIKAH_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = muslim
			government = tribal
			NOT = { has_reform = steppe_horde }
		}
	}

	#kathiawar_tribal_monarchy
	text = {
		localisation_key = JAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GRAND_JAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}
	text = {
		localisation_key = GREAT_JAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = KAT
				primary_culture = sindhi
			}
		}
	}

	#sistan_monarchy
	text = {
		localisation_key = MALIKAH_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAH_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = SIS
		}
	}
	text = {
		localisation_key = SHAHANSHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = SIS
		}
	}

	#More Specific Monarchies
	#persian_monarchy
	text = {
		localisation_key = SHEIKHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAH_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = iranian
		}
	}
	text = {
		localisation_key = SHAHANSHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = iranian
		}
	}

	#somali_monarchy
	text = {
		localisation_key = GERAD_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = somali
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = somali
		}
	}

	#lithuanian_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = LIT
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = LIT
			government = monarchy
		}
	}

	#cristopher_of_bavaria_monarchy
	text = {
		localisation_key = ARCHDUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = ARCHQUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				AND = {
					tag = DAN
					government = monarchy
					has_ruler = "Christopher III"
				}
				has_ruler_flag = has_proclaimed_archking_title
			}
		}
	}

	#hunyadi_regent_monarchy
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HUN
			government = monarchy
	#		has_ruler = "János"
			has_heir = "Ladislaus Postumus"
		}
	}

	#austrian_monarchy
	text = {
		localisation_key = ARCHDUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			tag = HAB
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			tag = HAB
			government = monarchy
		}
	}

	#turkish_monarchy
	text = {
		localisation_key = HATUN_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = SULTAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = turkish
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = turkish
		}
	}

	#theodoro_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = FEO
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = FEO
		}
	}

	#croatian_monarchy
	text = {
		localisation_key = BAN_TITLE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = KRALJICA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = croatian
		}
	}
	text = {
		localisation_key = CARICA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = croatian
		}
	}

	#finnish_monarchy
	text = {
		localisation_key = GRAND_DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = finnish
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = finnish
		}
	}

	#grand_duchy_of_tuscany
	text = {
		localisation_key = GRAND_DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = TUS
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = TUS
		}
	}

	#grand_duchy_of_baden
	text = {
		localisation_key = GRAND_DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BAD
			has_idea = bad_grand_duchy
		}
	}

	#grand_duchy_of_luxembourg
	text = {
		localisation_key = GRAND_DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = LUX
			has_idea = lux_grand_duchy_of_luxembourg
		}
	}

	#serbian_feudal_monarchy
	text = {
		localisation_key = PRINCEZA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = DESPOTISSA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}
	text = {
		localisation_key = CARICA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				has_reform = feudalism_reform
				has_reform = autocracy_reform
			}
			primary_culture = serbian
			religion = orthodox
		}
	}

	#serbian_monarchy
	text = {
		localisation_key = VOJVODKINJA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = KRALJICA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}
	text = {
		localisation_key = CARICA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy #All later monarchies
			primary_culture = serbian
		}
	}

	#byzantine_monarchy
	text = {
		localisation_key = DESPOTISSA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = AUTOKRATEIRA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}
	text = {
		localisation_key = BASILISSA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BYZ
				tag = TRE
				tag = EPI
				tag = MOE
			}
		}
	}

	#greek_monarchy
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = greek
				primary_culture = pontic_greek
			}
		}
	}

	#arakanese_monarchy
	text = {
		localisation_key = EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ARK
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ARK
		}
	}

	#pangasinan_monarchy
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = PGS
			religion_group = eastern
		}
	}

	#albanian_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ALB
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ALB
		}
	}

	#qing_monarchy
	text = {
		localisation_key = GEGE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = JUNWANG_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = QNG
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = QNG
		}
	}

	#egyptian_monarchy
	text = {
		localisation_key = KHEDIVE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = enlightened_despotism
				has_reform = letat_cest_moi_reform
				has_reform = regional_representation_reform
			}
			primary_culture = al_misr_arabic #Egyptian
			religion_group = muslim
		}
	}

	#scanian_peasant_republic
	text = {
		localisation_key = OLDERMAND_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = STORBONDE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}
	text = {
		localisation_key = LANDSBONDE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			primary_culture = scanian
		}
	}

	#pagan_egyptian_monarchy
	text = {
		localisation_key = NOMARCH_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = PHARAOH_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}
	text = {
		localisation_key = GREAT_PHARAOH_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = al_misr_arabic #Egyptian
					religion = animism
				}
				primary_culture = old_egyptian
			}
		}
	}

	#pagan_greek_monarchy
	text = {
		localisation_key = TYRANT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = BASILISSA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}
	text = {
		localisation_key = HEGEMON_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = greek
					religion = animism
				}
				primary_culture = athenian
				primary_culture = spartan
				primary_culture = atlantean
			}
		}
	}

	#pagan_roman_monarchy
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = REGINA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}
	text = {
		localisation_key = IMPERATRIX_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				AND = {
					primary_culture = umbrian
					religion = animism
				}
				primary_culture = roman
			}
		}
	}

	#jurchen_monarchy
	text = {
		localisation_key = GEGE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			primary_culture = manchu
		}
	}

	#romanian_monarchy
	text = {
		localisation_key = VOJVODKINJA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = KRALJICA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = romanian
		}
	}
	text = {
		localisation_key = CARICA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = romanian
		}
	}

	#hyderabad_state_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = NIZAM_BEGUM_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = DEC
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = DEC
		}
	}

	#muslim_indian_monarchy
	text = {
		localisation_key = NAWAB_BEGUM_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}
	text = {
		localisation_key = PADISHAH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = dravidian
				culture_group = western_aryan
				culture_group = hindusthani
				culture_group = eastern_aryan
				has_reform = indian_sultanate_reform
			}
			religion_group = muslim
		}
	}

	#bharat_monarchy
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BHA
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BHA
		}
	}

	#hindu_rajput_monarchy
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rajput
			religion = hinduism
		}
	}

	#maratha_peshwas
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = administrative_monarchy
				has_reform = clergy_in_administration_reform
				has_reform = of_noble_bearing_reform
				has_reform = meritocratic_focus_reform
			}
			primary_culture = marathi
			religion = hinduism
		}
	}

	#hindu_maratha_monarchy
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = marathi
			religion = hinduism
		}
	}

	#kaffa_monarchy
	text = {
		localisation_key = TATKISHO_FEM_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = TATO_FEM_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = KAF
		}
	}
	text = {
		localisation_key = ATIO_FEM_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = KAF
		}
	}

	#ethiopian_monarchies
	text = {
		localisation_key = LE_ELT_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGIST_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}
	text = {
		localisation_key = NIGISTE_NIGIST_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion_group = christian
			OR = {
				primary_culture = amhara
				primary_culture = sidamo
				primary_culture = tigray
			}
		}
	}

	#nkore_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = MUGO_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = NKO
		}
	}
	text = {
		localisation_key = GREAT_MUGO_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = NKO
		}
	}

	#bunyoro_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = MUGO_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BNY
		}
	}
	text = {
		localisation_key = GREAT_MUGO_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BNY
		}
	}

	#lunda_monarchy
	text = {
		localisation_key = BALOPWE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = MULOPWE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}
	text = {
		localisation_key = GREAT_MULOPWE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				primary_culture = lunda
				primary_culture = luba
			}
		}
	}

	#mutapa_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = MWENEMUTAPA_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ZIM
		}
	}
	text = {
		localisation_key = GREAT_MWENEMUTAPA_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ZIM
		}
	}

	#torwa_monarchy
	text = {
		localisation_key = MAMBO_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GRAND_MAMBO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = RZW
		}
	}
	text = {
		localisation_key = GREAT_MAMBO_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = RZW
		}
	}

	#rwanda_burundi_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = UMUGABEKAZI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = rwandan
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = rwandan
		}
	}

	#ganda_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = NNABAGEREKA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = ganda
		}
	}
	text = {
		localisation_key = GREAT_NNABAGEREKA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = ganda
		}
	}

	#antemoro_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = ANT
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = ANT
		}
	}

	#betsimisaraka_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			tag = BTS
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			tag = BTS
		}
	}

	#filipino_rajanate
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				tag = BTU
				tag = MNA
				tag = CEB
			}
		}
	}

	#shan_monarchy
	text = {
		localisation_key = SAOPHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = SAOPHA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = shan
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = shan
		}
	}

	#burman_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = burman
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = burman
		}
	}

	#Less Specific Monarchies

	#barangay_polity
	text = {
		localisation_key = DATU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = LAKAN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}
	text = {
		localisation_key = GREAT_LAKAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = republic
			}
			NOT = { tag = SUL }
			NOT = { tag = MGD }
			primary_culture = filipino
		}
	}

	#south_slavic_monarchy
	text = {
		localisation_key = VOJVODKINJA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = KRALJICA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}
	text = {
		localisation_key = CARICA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = south_slavic
			NOT = { tag = CLI }
		}
	}

	#irish_peerage_monarchy
	text = {
		localisation_key = COUNTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
			OR = {
				tag = DMS
				tag = ORD
				tag = KID
				tag = ULS
			}
		}
	}

	#irish_clan_monarchy
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = HIGH_QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			primary_culture = irish
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			primary_culture = irish
		}
	}

	#hebridean_monarchy
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			primary_culture = highland_scottish
			government = monarchy
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			primary_culture = highland_scottish
			government = monarchy
		}
	}

	#muscovite_monarchy
	text = {
		localisation_key = GREAT_KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}
	text = {
		localisation_key = TSARITSA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
			tag = MOS
		}
	}

	#russian_monarchy
	text = {
		localisation_key = KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}
	text = {
		localisation_key = TSARITSA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = principality
				has_reform = tsardom
			}
		}
	}

	#russian_feudal_monarchy
	text = {
		localisation_key = KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = GREAT_KNIAGINIA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
		}
	}

	#inti_monarchy
	text = {
		localisation_key = KURAKA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = APU_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = inti
		}
	}
	text = {
		localisation_key = SAPA_INKA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = inti
		}
	}

	#mayan_monarchy
	text = {
		localisation_key = NACOM_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = HALACH_UINIK_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}
	text = {
		localisation_key = K_UHUL_AJAW_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
			}
			religion = mesoamerican_religion
		}
	}

	#nahuatl_monarchy
	text = {
		localisation_key = CIHUATLAHTOANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}
	text = {
		localisation_key = CIHUATLAHTOANI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = monarchy
				government = tribal
				has_reform = tribal_democracy_legacy
			}
			religion = nahuatl
		}
	}

	#chinese_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			culture_group = east_asian #Chinese
		}
	}

	#hindu_monarchy
	text = {
		localisation_key = RANI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = MAHARANI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			religion = hinduism
		}
	}
	text = {
		localisation_key = CHHATRAPATI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			religion = hinduism
		}
	}

	#buddhist_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { government = tribal }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}

	#muslim_monarchy
	text = {
		localisation_key = EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}
	text = {
		localisation_key = GREAT_SULTANA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = monarchy
			NOT = { has_reform = steppe_horde }
			religion_group = muslim
			NOT = { has_reform = feudal_theocracy }
		}
	}

	#Republics
	#german_free_city
	text = {
		localisation_key = BURGMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
			culture_group = germanic
		}
	}

	#gov_free_city
	text = {
		localisation_key = MAYORESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = free_city
		}
	}

	#If only two first levels used then reorder so that only 2 and 3 are used
	#iberian_colonial_government
	text = {
		localisation_key = VICEREINE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			culture_group = iberian
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}
	#If only two first levels used then reorder so that only 2 and 3 are used
	#dutch_colonial_government
	text = {
		localisation_key = DIRECTORESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			primary_culture = dutch
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#zaporozhian_republic
	text = {
		localisation_key = ATAMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = HETMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			has_reform = cossacks_reform
		}
	}
	text = {
		localisation_key = GREAT_HETMAN_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			has_reform = cossacks_reform
		}
	}

	#ragusan_republic
	text = {
		localisation_key = RECTORA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GRAND_RECTORA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			tag = RAG
		}
	}
	text = {
		localisation_key = GREAT_RECTORA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			tag = RAG
		}
	}

	#dutch_republic
	text = {
		localisation_key = GRAND_PENSIONARY_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = STADTHOLDERESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_STADTHOLDERESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			primary_culture = dutch
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#russian_republic
	text = {
		localisation_key = POSADNITSA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GRAND_POSADNITSA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = GREAT_POSADNITSA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				culture_group = east_slavic
				tag = PRM
			}
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#south_slavic_republic
	text = {
		localisation_key = KEFALIJA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = DUHZD_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRINCEZA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = south_slavic
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#florentine_republic
	text = {
		localisation_key = GONFALONIERE_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				tag = TUS
				tag = LAN
			}
		}
	}

	#ambrosian_republic
	text = {
		localisation_key = CAPTAIN_DEFENDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = ambrosian_republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = ambrosian_republic
		}
	}

	#german_republic
	text = {
		localisation_key = SYNDIC_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GRAND_SYNDIC_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = germanic
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = germanic
		}
	}

	#italian_republic
	text = {
		localisation_key = DOGARESSA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = SERENE_DOGARESSA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			culture_group = latin
		}
	}
	text = {
		localisation_key = GREAT_DOGARESSA_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			culture_group = latin
		}
	}

	#hindu_republic
	text = {
		localisation_key = SADR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PESHWA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion = hinduism
		}
	}
	text = {
		localisation_key = PRATINIDHI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion = hinduism
		}
	}

	#buddhist_noble_republic
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = noble_elite_reform
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
		}
	}
	#muslim_republic
	text = {
		localisation_key = EMIRA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = VIZIER_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			religion_group = muslim
		}
	}
	text = {
		localisation_key = GRANDVIZIER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			religion_group = muslim
		}
	}

	#march_eastern_christian_monarchy
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			government = monarchy
			NOT = { has_reform = principality }
			OR = {
				religion = coptic
				religion = orthodox
			}
			is_march = yes
		}
	}

	#gov_holy_horde
	text = {
		localisation_key = CRUSADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}
	text = {
		localisation_key = GRAND_CRUSADER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3
			OR = {
				has_reform = holy_horde_reform
				has_reform = crusading_kingdom_reform
				has_reform = militarized_crusader_order_reform
			}
		}
	}

	#gov_steppe_horde
	text = {
		localisation_key = JINONG_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}
	text = {
		localisation_key = GREAT_KHATUN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = steppe_horde
			OR = { 
				culture_group = altaic 
				culture_group = tartar 
				primary_culture = altaic_new 
			}
		}
	}

	#gov_native_council
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				government = native
				has_reform = siberian_tribe
				has_reform = native_basic_reform
				AND = {
					has_reform = steppe_horde
					NOT = {
						OR = { 
							culture_group = altaic 
							culture_group = tartar 
							primary_culture = altaic_new 
						}
					}
				}
			}
		}
	}

	#gov_colonial_government
	text = {
		localisation_key = GOVERNESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			OR = {
				has_reform = colonial_government
				has_reform = crown_colony_government
				has_reform = private_enterprise_colony_government
				has_reform = self_governing_colony_government
			}
		}
	}

	#federal_monarchy_statists
	text = {
		localisation_key = SPEAKER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = CHANCELOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_statists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#federal_monarchy_monarchists
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = states_general_reform
			is_monarchists_in_power = yes
			NOT = { has_reform = parliamentary_reform }
			NOT = { has_reform = presidential_reform }
			NOT = { is_revolutionary_republic_trigger = yes }
			NOT = { has_reform = constitutional_republic }
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#noble_republic
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}
	text = {
		localisation_key = GREAT_PRINCESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = noble_elite_reform
				has_reform = noble_republic
			}
		}
	}

	#gov_republican_dictatorship
	text = {
		localisation_key = PROTECTOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = LADY_PROTECTOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = presidential_despot_reform
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = presidential_despot_reform
		}
	}

	#gov_bureaucratic_despotism
	text = {
		localisation_key = COUNCILOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = GRAND_COUNCILOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = bureaucratic_despotism
		}
	}
	text = {
		localisation_key = HIGH_COUNCILOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = bureaucratic_despotism
		}
	}

	#gov_papal_government
	text = {
		localisation_key = POPETTE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = papacy_reform
		}
	}
	text = {
		localisation_key = POPETTE_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = papacy_reform
		}
	}

	#gov_daimyo
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
				NOT = { government_rank = 2 }
			has_reform = daimyo
		}
	}

	#gov_indep_daimyo
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = indep_daimyo
		}
	}
	text = {
		localisation_key = LADY_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = indep_daimyo
		}
	}

	#gov_shogunate
	text = {
		localisation_key = SHOGUNESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = shogunate
		}
	}

	#gov_tribal_kingdom
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_kingdom
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_kingdom
		}
	}

	#gov_tribal
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = HIGH_CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}
	text = {
		localisation_key = PARAMOUNT_CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = tribal_despotism
				has_reform = tribal_federation
			}
		}
	}

	#gov_tribal_democracy
	text = {
		localisation_key = ELDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = tribal_democracy_legacy
		}
	}
	text = {
		localisation_key = PARAMOUNT_ELDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = tribal_democracy_legacy
		}
	}

	#gov_constitutional_republic
	text = {
		localisation_key = CHANCELOR_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
			OR = {
				tag = USA
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}
	text = {
		localisation_key = PRESIDENT_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
			OR = {
				has_reform = constitutional_republic
				has_reform = presidential_reform
				has_reform = parliamentary_reform
			}
			NOT = { has_reform = presidential_despot_reform }
		}
	}

	#hre_county
	text = {
		localisation_key = COUNTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
			is_part_of_hre = yes
			NOT = { total_development = 50 }
		}
	}


	#Ikko-Ikki Peasants

	#ikko_ikki_peasants
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = peasants_republic
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#Theocracies - Specified Religion / Culture

	#ikko_ikki_temple
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = leading_clergy_reform
				has_reform = monastic_order_reform
			}
			has_country_flag = ikko_ikki_peasants_flag
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#asian_monastic_order
	text = {
		localisation_key = MONSHU_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = HIGH_MONSHUESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}
	text = {
		localisation_key = SHINRAN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			OR = {
				religion_group = eastern
				culture_group = japanese_g
				capital_scope = {
					region = japan_region
				}
			}
		}
	}

	#northerner_king_monastic_order
	text = {
		localisation_key = FIRST_RANGER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}
	text = {
		localisation_key = KNIGHT_QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			has_reform = commander_king_reform
			OR = {
				tag = NOL
				capital_scope = {
					area = yorkshire_area
				}
				capital_scope = {
					area = scottish_marches_area
				}
			}
		}
	}

	#teutonic_monastic_order
	text = {
		localisation_key = HOCHMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = MAGISTER_HOCHMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = TEU
		}
	}
	text = {
		localisation_key = DEUTSCHMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = TEU
		}
	}

	#Theocracies - Specified Religion / Culture
	#livonian_monastic_order
	text = {
		localisation_key = LANDMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_order_reform
			tag = LIV
		}
	}
	text = {
		localisation_key = LANDMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_order_reform
			tag = LIV
		}
	}

	#germanic_monastic_order
	text = {
		localisation_key = GROSSMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}
	text = {
		localisation_key = GROSSMEISTER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					has_reform = holy_state_reform
				}
			}
			culture_group = germanic
		}
	}

	#brewing_order
	text = {
		localisation_key = TRAPPISTINE_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = ARCH_TRAPPISTINE_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}
	text = {
		localisation_key = BREWMISTRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monastic_breweries_reform
			religion = catholic
		}
	}

	#jewish_theocracy
	text = {
		localisation_key = RABBI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = GRAND_RABBI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = jewish
			government = theocracy
		}
	}
	text = {
		localisation_key = KOHEN_GADOL_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = jewish
			government = theocracy
		}
	}

	#zoroastrian_theocracy
	text = {
		localisation_key = HERBAD_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOBEDYAR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = zoroastrian
			government = theocracy
		}
	}
	text = {
		localisation_key = MOABADAN_MOABAD_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = zoroastrian
			government = theocracy
		}
	}

	#sikh_theocracy
	text = {
		localisation_key = JATHEDAR_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = MISLDAR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sikhism
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_MISLDAR_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sikhism
			government = theocracy
		}
	}

	#hindu_theocracy
	text = {
		localisation_key = PANDIT_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = PANDITRAO_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = hinduism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_GURU_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = hinduism
			government = theocracy
		}
	}

	#shinto_theocracy
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shinto
			government = theocracy
		}
	}
	text = {
		localisation_key = O_KANNUSHI_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shinto
			government = theocracy
		}
	}

	#buddhist_theocracy
	text = {
		localisation_key = LAMA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = TULKU_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = GREAT_TULKU_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = buddhism #Theravada
				religion = vajrayana
				religion = mahayana
			}
			government = theocracy
		}
	}

	#confucian_theocracy
	text = {
		localisation_key = ELDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_ELDER_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = confucianism
			government = theocracy
		}
	}
	text = {
		localisation_key = DAUGHTER_OF_HEAVEN_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = confucianism
			government = theocracy
		}
	}

	#ibadi_theocracy
	text = {
		localisation_key = IMAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_PRAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = ibadi
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#yemenite_theocracy
	text = {
		localisation_key = IMAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = GREAT_PRAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			primary_culture = yemeni_culture
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
		}
	}

	#shiite_theocracy
	text = {
		localisation_key = SHEIKHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = AYATOLLAH_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}
	text = {
		localisation_key = IMAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = shiite
			OR = {
				government = theocracy
				has_reform = feudal_theocracy
			}
			NOT = { primary_culture = yemeni_culture }
		}
	}

	#uyghur_theocracy
	text = {
		localisation_key = SHEIKHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = KHOJA_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}
	text = {
		localisation_key = GREAT_KHOJA_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			government = theocracy
			OR = {
				primary_culture = uyghur
				has_country_flag = end_of_khojas
			}
		}
	}

	#sunni_theocracy
	text = {
		localisation_key = SHEIKHA_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = IMAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}
	text = {
		localisation_key = HIGH_PRAM_fem_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = sunni
			OR = {
				has_reform = feudal_theocracy
				government = theocracy
			}
		}
	}

	#orthodox_theocracy
	text = {
		localisation_key = BISHOP_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				religion = orthodox
				religion = coptic
			}
			government = theocracy
		}
	}

	#inti_theocracy
	text = {
		localisation_key = MICHOQ_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = inti
			government = theocracy
		}
	}
	text = {
		localisation_key = SARPAY_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = inti
			government = theocracy
		}
	}

	#pagan_theocracy
	text = {
		localisation_key = PRIESTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = HIGH_PRIESTESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion_group = pagan
			government = theocracy
		}
	}
	text = {
		localisation_key = PARAMOUNT_PRIESTESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion_group = pagan
			government = theocracy
		}
	}

	#gov_religious_order
	text = {
		localisation_key = GRAND_MISTRESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}
	text = {
		localisation_key = COMMANDER_EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			OR = {
				has_reform = monastic_order_reform
				AND = {
					government = theocracy
					tag = KOJ
				}
			}
		}
	}

	#sisters_crusader_state
	text = {
		localisation_key = ABBESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = MOTHER_SUPERIOR_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}
	text = {
		localisation_key = GRAND_MISTRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			religion = catholic
			has_reform = holy_state_reform
			has_country_modifier = sisters_takeover
		}
	}

	#default_monarchy
	text = {
		localisation_key = DUCHESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			has_reform = monarchy_mechanic
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			has_reform = monarchy_mechanic
		}
	}

	#default_republic
	text = {
		localisation_key = CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = republic
		}
	}
	text = {
		localisation_key = GRAND_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = republic
		}
	}
	text = {
		localisation_key = GREAT_CONSULESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = republic
		}
	}

	#default_theocracy
	text = {
		localisation_key = BISHOP_fem_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = theocracy
		}
	}
	text = {
		localisation_key = ARCHBISHOP_fem_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = theocracy
		}
	}
	text = {
		localisation_key = MATRIARCH_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = theocracy
		}
	}

	#default_tribal
	text = {
		localisation_key = CHIEFTESS_PR
		trigger = {
			is_female = yes
			government_rank = 1 
			NOT = { government_rank = 2 }
			government = tribal
		}
	}
	text = {
		localisation_key = QUEEN_PR
		trigger = {
			is_female = yes
			government_rank = 2 
			NOT = { government_rank = 3 }
			government = tribal
		}
	}
	text = {
		localisation_key = EMPRESS_PR
		trigger = {
			is_female = yes
			government_rank = 3 
			government = tribal
		}
	}
}