﻿DaughterSon = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = daughter
	}
	text = {
		trigger = {
			is_female = no
		}
		localization_key = son
	}
}

WifeHusband = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = wife
	}
	text = {
		trigger = {
			is_female = no
		}
		localization_key = husband
	}
}

WifeHusbandPossessive = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = wifes
	}
	text = {
		trigger = {
			is_female = no
		}
		localization_key = husbands
	}
}

GirlBoy = {
	type = character

	text = {
		trigger = { is_female = yes }
		localization_key = girl
	}

	text = {
		trigger = { is_male = yes }
		localization_key = boy
	}
}

FemaleMale = {
	type = character

	text = {
		trigger = { is_female = yes }
		localization_key = gender_female
	}

	text = {
		trigger = { is_male = yes }
		localization_key = gender_male
	}
}


GirlBoyPlural = {
	type = character

	text = {
		trigger = { is_female = yes }
		localization_key = CHARACTER_GIRLS
	}

	text = {
		trigger = { is_male = yes }
		localization_key = CHARACTER_BOYS
	}
}

GirlBoyPossessive = {
	type = character

	text = {
		trigger = { is_female = yes }
		localization_key = girlpossessive
	}

	text = {
		trigger = { is_male = yes }
		localization_key = boypossessive
	}
}

GirlsBoysChildren = {
	type = character

	text = {
		trigger = {
			is_female = yes
			scope:second = { is_female = yes }
		}
		localization_key = CHARACTER_GIRLS
	}

	text = {
		trigger = {
			is_male = yes
			scope:second = { is_male = yes }
		}
		localization_key = CHARACTER_BOYS
	}

	text = {
		localization_key = CHARACTER_CHILDREN
	}
}

WomanManGirlBoy = {
	type = character

	text = {
		trigger = {
			is_adult = yes
			is_female = yes
		}
		localization_key = CHARACTER_WOMAN
	}

	text = {
		trigger = {
			is_adult = yes
			is_male = yes
		}
		localization_key = CHARACTER_MAN
	}

	text = {
		trigger = { is_female = yes }
		localization_key = CHARACTER_GIRL
	}

	text = {
		trigger = { is_male = yes }
		localization_key = CHARACTER_BOY
	}
}

WomenMenPeople = {
	type = character

	text = {
		trigger = {
			is_female = yes
			scope:second = { is_female = yes }
		}
		localization_key = women
	}

	text = {
		trigger = {
			is_male = yes
			scope:second = { is_male = yes }
		}
		localization_key = loc_men
	}

	text = {
		localization_key = people
	}
}

WomenMen = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = women
	}

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = loc_men
	}
}

WomenMenOpp = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = loc_men
	}

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = women
	}
}

WomanManPerson_GenderPreference = {
	type = character

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_female_dominated }
		}
		localization_key = gender_woman
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_male_dominated }
		}
		localization_key = gender_man
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_equal }
		}
		localization_key = gender_person
	}
}

WomenMenPeople_GenderPreference = {
	type = character

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_female_dominated }
		}
		localization_key = women
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_male_dominated }
		}
		localization_key = loc_men
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_equal }
		}
		localization_key = people
	}
}

ConcubineWomanManGameConcept = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = CONCUBINE_WOMAN
	}
	text = {
		trigger = {
			is_female = no
		}
		localization_key = CONCUBINE_MAN
	}
}

LassLad = {
	type = character
	
}

RandomLadyLord = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_LADY
	}

	text = {
		localization_key = CHARACTER_LORD
	}
}

RandomHerHis = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_HERHIS_HER
	}

	text = {
		localization_key = CHARACTER_HERHIS_HIS
	}
}

RandomHerselfHimself = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_HERSELF
	}

	text = {
		localization_key = CHARACTER_HIMSELF
	}
}

RandomSheHe = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_SHEHE_SHE
	}

	text = {
		localization_key = CHARACTER_SHEHE_HE
	}
}

RandomWomanMan = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_WOMAN
	}

	text = {
		localization_key = CHARACTER_MAN
	}
}

RandomGirlBoy = {
	type = character

	random_valid = yes

	text = {
		localization_key = CHARACTER_GIRL
	}

	text = {
		localization_key = CHARACTER_BOY
	}
}

WomanManPossessive = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = CHARACTER_WOMAN_POSSESSIVE
	}

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = CHARACTER_MAN_POSSESSIVE
	}
}

MistressMaster = {
	type = character

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = mistress
	}

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = master
	}
}

LadyLordWomanMan = {
	type = character

	text = {
		trigger = {
			OR = {
				is_playable_character = yes
				is_lowborn = no
			}
			is_female = yes
		}
		localization_key = CHARACTER_LADY
	}

	text = {
		trigger = {
			OR = {
				is_playable_character = yes
				is_lowborn = no
			}
			is_male = yes
		}
		localization_key = CHARACTER_LORD
	}

	text = {
		trigger = {
			NOR = {
				is_playable_character = yes
				is_lowborn = no
			}
			is_female = yes
		}
		localization_key = CHARACTER_WOMAN
	}

	text = {
		trigger = {
			NOR = {
				is_playable_character = yes
				is_lowborn = no
			}
			is_male = yes
		}
		localization_key = CHARACTER_MAN
	}
}

LadyLordNoble_GenderPreference = {
	type = character

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_female_dominated }
		}
		localization_key = nobility_lady
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_male_dominated }
		}
		localization_key = nobility_lord
	}

	text = {
		trigger = {
			faith = { has_doctrine = doctrine_gender_equal }
		}
		localization_key = nobility_noble
	}
}

QueenKing = {
	type = character
	text = {
		trigger = {
			is_male = yes
		}
		localization_key = king_feudal_male
	}
	text = {
		trigger = {
			is_female = yes
		}
		localization_key = king_feudal_female
	}
}



#Attraction loc keys

AttractionWomanMan = {
	type = character

	text = {
		trigger = {
			is_attracted_to_women = yes
			is_attracted_to_men = no
		}
		localization_key = gender_woman
	}

	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = no
		}
		localization_key = gender_man
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = gender_woman
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = gender_man
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = gender_man
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = gender_woman
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = yes
		}
		localization_key = gender_man
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = no
		}
		localization_key = gender_woman
	}
}

AttractionWomanManIndef = {
	type = character

	text = {
		trigger = {
			is_attracted_to_women = yes
			is_attracted_to_men = no
		}
		localization_key = woman_indef
	}

	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = no
		}
		localization_key = man_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = woman_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = man_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = man_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = woman_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = yes
		}
		localization_key = man_indef
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = no
		}
		localization_key = woman_indef
	}
}

AttractionWomanManMultiple = {
	type = character

	text = {
		trigger = {
			is_attracted_to_women = yes
			is_attracted_to_men = no
		}
		localization_key = women
	}

	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = no
		}
		localization_key = loc_men
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = women
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = loc_men
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = loc_men
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = women
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = yes
		}
		localization_key = loc_men
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = no
		}
		localization_key = women
	}
}

AttractionGirlBoyPlural= {
	type = character

	text = {
		trigger = {
			is_attracted_to_women = yes
			is_attracted_to_men = no
		}
		localization_key = CHARACTER_GIRLS
	}

	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = no
		}
		localization_key = CHARACTER_BOYS
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = CHARACTER_GIRLS
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_female = yes
		}
		localization_key = CHARACTER_BOYS
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				NOR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = CHARACTER_BOYS
	}
	text = {
		trigger = {
			is_attracted_to_men = yes
			is_attracted_to_women = yes
			faith = {
				OR = {
					has_doctrine_parameter = homosexuality_shunned
					has_doctrine_parameter = homosexuality_illegal
				}
			}
			is_male = yes
		}
		localization_key = CHARACTER_GIRLS
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = yes
		}
		localization_key = CHARACTER_BOYS
	}
	text = {
		trigger = {
			is_attracted_to_men = no
			is_attracted_to_women = no
			is_female = no
		}
		localization_key = CHARACTER_GIRLS
	}
}

ThisIsYou = {
	type = character
	text = { # face is hidden
		trigger = {
			has_trait = disfigured
		}
		localization_key = THIS_IS_YOU_ALLEGEDLY
	}
	text = { # visually distinct and historically difficult-to-manage affliction
		trigger = {
			OR = {
				has_trait = great_pox
				has_trait = leper
				has_trait = bubonic_plague
				has_trait = smallpox
				has_trait = wounded_3
			}
		}
		localization_key = THIS_IS_YOU_UNFORTUNATELY
	}
	text = {
		trigger = {
			OR = {
				has_trait = depressed_1
				has_trait = depressed_genetic
			}
		}
		localization_key = THIS_IS_YOU_NOT_FEEL
	}
	text = {
		trigger = {
			has_trait = arrogant
			OR = {
				has_trait = beauty_good_1
				has_trait = beauty_good_2
				has_trait = beauty_good_3
			}
		}
		localization_key = THIS_IS_YOU_MAGNIFICENT
	}
	text = { # default
		trigger = {
			always = yes
		}
		localization_key = THIS_IS_YOU_KEY
	}
}

WomanManOpposite = {
	type = character

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = gender_woman
	}

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = gender_man
	}

	text = {
		localization_key = gender_person
	}
}

WomanManPossessiveOpposite = {
	type = character

	text = {
		trigger = {
			is_male = yes
		}
		localization_key = gender_womans
	}

	text = {
		trigger = {
			is_female = yes
		}
		localization_key = gender_mans
	}

	text = {
		localization_key = gender_persons
	}
}
