############################
# HARD STATUS - DO NOT REMOVE!
############################

bastard = {
	customizer = no

	opposites = {
		legit_bastard
	}

	diplomacy = -2
	same_opinion = 5

	male_insult = INSULT_BASTARD
	male_insult_adj = INSULT_BASEBORN
}

# Hard coded to be given correctly and affect inheritance laws in the ERE
born_in_the_purple = {
	customizer = no

	monthly_character_prestige = 0.5
	vassal_opinion = 5

	male_compliment_adj = COMPL_PURPLE_BORN
	female_compliment_adj = COMPL_PURPLE_BORN
}

# Controls Muslim decadence gain
decadent = {
	customizer = no
	random = no

	opposites = {
		zealous
	}

	potential = {
		religion_group = muslim
	}

	combat_rating = -10 # old value: -1
	muslim_opinion = -25
	same_opinion = 50

	land_morale = -0.2
	global_revolt_risk = 0.02
	global_tax_modifier = -0.2
	monthly_character_piety = -1.0

	ai_zeal = -50
	ai_greed = 20
	ai_honor = -20

	male_insult = INSULT_SYBARITE
	female_insult = INSULT_SYBARITE
	child_insult_adj = INSULT_FARTMASTER
	male_insult_adj = INSULT_DECADENT
	female_insult_adj = INSULT_DECADENT
}

excommunicated = {
	religious = yes
	customizer = no

	potential = {
		NOT = { controls_religion = yes }
	}

	diplomacy = -5
	same_religion_opinion = -15

	male_insult = INSULT_RENEGADE
	female_insult = INSULT_RENEGADE
	child_insult = INSULT_DEVIL
	male_insult_adj = INSULT_GODLESS
	female_insult_adj = INSULT_GODLESS
	child_insult_adj = INSULT_EVIL
}

homosexual = {
	is_visible = {
		OR = {
			has_game_rule = {
				name = hidden_character_traits_rule
				value = no
			}

			FROM = {
				OR = {
					has_character_flag = gay_blackmailed_by_@ROOT
					has_character_flag = guardian_suspects_gay_@ROOT
					has_character_modifier = known_lesbian
					has_character_modifier = known_lesbian_pagan
					has_character_modifier = known_sodomite
					has_character_modifier = known_sodomite_pagan
					has_character_flag = revealed_homosexual@ROOT
				}
			}

			trigger_if = {
				limit = { same_sex = FROM }
				is_lover = FROM
			}
		}
	}

	sex_appeal_opinion = 30 # Only to those of the same sex
	vassal_opinion = -5

	fertility = -0.2

	ruler_designer_cost = 0

	male_insult = INSULT_SODOMITE
	male_insult_adj = INSULT_EFFEMINATE
	female_insult = INSULT_LESBIAN
	female_insult_adj = INSULT_SAPPHIC
	child_insult = INSULT_PEABRAIN
	child_insult_adj = INSULT_CRAZY
}

i_used_to_be_a_player = {
	customizer = no
	hidden = yes
}

legit_bastard = {
	opposites = {
		bastard
	}

	diplomacy = -2

	male_insult = INSULT_BASTARD
	male_insult_adj = INSULT_BASEBORN
}

# Child of a Sayyida mother (hardcoded to be passed on from Sayyid trait)
mirza = {
	customizer = no

	potential = {
		religion_group = muslim
	}

	opposites = {
		sayyid
	}

	muslim_opinion = 5
	monthly_character_prestige = 0.25

	male_compliment = COMPL_MIRZA
	female_compliment = COMPL_MIRZA
}

pregnant = {
	customizer = no

	combat_rating = -20 # old value: -2

	spouse_opinion = 15
}

twin = {
	customizer = no

	twin_opinion = 25
}

# Tiered kinslaying traits
# Kinslayer = Parents, Grandparents and above, Siblings, Children, Grandchildren and below
# Familial Kinslayer = Aunts/Uncles (blood only), cousins, nieces/nephews
# Dynastic Kinslayer = Any other dynasty member
kinslayer = {
	random = no

	opposites = {
		familial_kinslayer
		dynastic_kinslayer
		tribal_kinslayer
	}

	potential = {
		NOT = { religion_group = muslim }
		is_tribal = no
	}

	diplomacy = -5

	general_opinion = -10
	dynasty_opinion = -25

	male_insult = INSULT_KINSLAYER
	female_insult = INSULT_KINSLAYER
}

familial_kinslayer = {
	random = no

	opposites = {
		kinslayer
		dynastic_kinslayer
		tribal_kinslayer
	}

	potential = {
		NOT = { religion_group = muslim }
		is_tribal = no
	}

	diplomacy = -4

	general_opinion = -5
	dynasty_opinion = -20

	male_insult = INSULT_KINSLAYER
	female_insult = INSULT_KINSLAYER
}

dynastic_kinslayer = {
	random = no

	opposites = {
		kinslayer
		familial_kinslayer
		tribal_kinslayer
	}

	potential = {
		NOT = { religion_group = muslim }
		is_tribal = no
	}

	diplomacy = -3

	dynasty_opinion = -15

	male_insult = INSULT_KINSLAYER
	female_insult = INSULT_KINSLAYER
}

tribal_kinslayer = {
	random = no

	opposites = {
		kinslayer
		familial_kinslayer
		dynastic_kinslayer
	}

	potential = {
		is_tribal = yes
	}

	diplomacy = -3

	dynasty_opinion = -5
	sex_appeal_opinion = 15

	male_insult = INSULT_KINSLAYER
	female_insult = INSULT_KINSLAYER
}
