﻿morph_genes = {

	skin_color_hue_long_night = {
		inheritable = yes
		group = body
		sync_inheritance_with = hair_color
		
		vanilla_skin_color_hue_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		skin_color_hue_long_night = {
			index = 1
			male = {
				skin_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 0.0 } }
						{ 1.0   { 1.0 0.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}		

	skin_color_saturation_long_night = {
		inheritable = yes
		group = body
		sync_inheritance_with = hair_color
		
		vanilla_skin_color_saturation_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}
				
		skin_color_saturation_long_night = {
		index = 1
			male = {
				skin_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 -1.0 0.0 } }
						{ 1.0   { 0.0 1.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}

	skin_color_value_long_night = {
		inheritable = yes
		group = body
		sync_inheritance_with = hair_color
		
		vanilla_skin_color_value_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}
				
		skin_color_value_long_night = {
		index = 1
			male = {
				skin_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 -1.0 } }
						{ 1.0   { 0.0 0.0 1.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}


	eye_color_hue_long_night = {
		inheritable = yes
		group = eyes
		sync_inheritance_with = hair_color
		
		vanilla_eye_color_hue_long_night = {
			visible = yes
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}
				
		eye_color_hue_long_night = {
		index = 1
			male = {
				eye_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 0.0 } }
						{ 1.0   { 1.0 0.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}
	
	eye_color_saturation_long_night = {
		inheritable = yes
		group = eyes
		sync_inheritance_with = hair_color
		
		vanilla_eye_color_saturation_long_night = {
			visible = yes
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}
				
		eye_color_saturation_long_night = {
		index = 1
			male = {
				eye_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 -1.0 0.0 } }
						{ 1.0   { 0.0 1.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}
	
	eye_color_value_long_night = {
		inheritable = yes
		group = eyes
		sync_inheritance_with = hair_color
		
		vanilla_eye_color_value_long_night = {
			visible = yes
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}
				
		eye_color_value_long_night = {
		index = 1
			male = {
				eye_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 -1.0 } }
						{ 1.0   { 0.0 0.0 1.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}

	hair_color_hue_long_night = {
		inheritable = yes
		group = hair
		sync_inheritance_with = hair_color
		
		vanilla_hair_color_hue_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		hair_color_hue_long_night = {
		index = 1
			male = {
				hair_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 0.0 } }
						{ 1.0   { 1.0 0.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}
	
	hair_color_saturation_long_night = {
		inheritable = yes
		group = hair
		sync_inheritance_with = hair_color
		
		vanilla_hair_color_saturation_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		hair_color_saturation_long_night = {
		index = 1
			male = {
				hair_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 -1.0 0.0 } }
						{ 1.0   { 0.0 1.0 0.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}
	
	hair_color_value_long_night = {
		inheritable = yes
		group = hair
		sync_inheritance_with = hair_color
		
		vanilla_hair_color_value_long_night = { 
			index = 0
			male = {}
			female = male
			boy = male
			girl = male
		}

		hair_color_value_long_night = {
		index = 1
			male = {
				hair_hsv_shift_curve = {
					curve = {
						{ 0.0   { 0.0 0.0 -1.0 } }
						{ 1.0   { 0.0 0.0 1.0 } }
					}
				}
			}
			female = male
			boy = male
			girl = male
		}
	}
}


