kothringi = {
    usage = game

    bodypaint_kothringi = {
        dna_modifiers = {
            color = {
				gene = skin_color
				mode = modify

				x = -0.5
				y = -0.5
			}
            morph = {
                mode = replace
                gene = race_gene_skin_color
                template = kothringi_skin
                range = { 0.9 1.0 }
            }
        }
        weight = {
            base = 0

            modifier = {
                add = 100
                    culture = {
                        OR = {
                            this = culture:kothringi
                            any_parent_culture_or_above = { this = culture:kothringi }
                        }
                    }
                }
            modifier = {
                add = -100
                OR = {
                    has_character_flag = has_scripted_appearance
                    has_trait = line_of_x
                }				
            }
        }
    }
}