﻿visual_traits_beauty = {
	usage = game

	beauty_1 = {
		dna_modifiers = {
			morph = {
				#mode = add
				#mode = replace
				#mode = modify
				mode = replace
				
				gene = complexion
				template = complexion_beauty_1
				value = 0.2	# ReMeDy: Default = 1.0. Reduced by 80%. Affects everyone. Adjust accordingly.
			}
		}
		weight = {
			base = 0
			modifier = {
				add = 100
				has_trait = beauty_good_1
			}
			modifier = {
				add = 100
				has_trait = beauty_good_2
			}
			modifier = {
				add = 100
				has_trait = beauty_good_3
			}
			modifier = {
				add = -1000
				has_trait = beauty_good_1
				is_female = no # Checks if char is male. If so, removes beauty trait cosmetics.
			}
			modifier = {
				add = -1000
				has_trait = beauty_good_2
				is_female = no # Checks if char is male. If so, removes beauty trait cosmetics.
			}
			modifier = {
				add = -1000
				has_trait = beauty_good_3
				is_female = no # Checks if char is male. If so, removes beauty trait cosmetics.
			}
		}
	}
}