﻿custom_hair = {
	usage = customization
	interface_position = 2
	
	no_hair = {
		dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = no_hairstyles
				value = 0
			}
		}
	}
	
	add_accessory_modifiers = {
		gene = hairstyles
		template = western_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = mena_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = byzantine_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = sub_saharan_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = indian_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = northern_hairstyles
	}

	add_accessory_modifiers = {
		gene = hairstyles
		template = steppe_hairstyles
	}

	#add_accessory_modifiers = {
	#	gene = hairstyles
	#	template = rtt_hairstyles
	#	
	#	is_valid_custom = {
	#		monarchs_journey_unlock = 1
	#	}
	#}

	male_hair_rtt_01 = {
		dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = rtt_hairstyles
				value = 0
			}
		}

		is_valid_custom = {
			is_male = yes
		}
	}

	male_hair_rtt_02 = {
		dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = rtt_hairstyles
				value = 1
			}
		}

		is_valid_custom = {
			is_male = yes
		}
	}
	
	female_hair_rtt_02 = {
		dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = rtt_hairstyles
				value = 0.5
			}
		}

		is_valid_custom = {
			is_male = no
		}
	}

	female_hair_rtt_01 = {
				dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = rtt_hairstyles
				value = 0
			}
		}

		is_valid_custom = {
			is_male = no
		}
	}

	female_hair_rtt_02_milla = {
		dna_modifiers = {
			accessory = {
				mode = replace
				gene = hairstyles
				template = rtt_hairstyles
				value = 1
			}
		}

		is_valid_custom = {
			is_male = no
		}
	}
}
