﻿rh_characters_accessories = {
	
	usage = game
    selection_behavior = max
    priority = 2
	
	robin_hood_start = {
		dna_modifiers = {
            accessory = {
                mode = add
                gene = hairstyles
                template = scripted_character_hairstyles_01
                accessory = male_hair_western_02
            }
            accessory = {
                mode = add
                gene = beards
                template = scripted_character_beards_01
                accessory = male_beard_western_04
            }
            accessory = {
                mode = add
                gene = headgear
                template = no_headgear 
                accessory = empty
            }
            accessory = {
                mode = add
                gene = cloaks
                template = no_cloak
                accessory = empty
            }
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_robin_hood
                this = character:rh_robin_hood
            }
        }
	}
	
	marian_start = {
		dna_modifiers = {
            accessory = {
                mode = add
                gene = hairstyles
                template = all_hairstyles
                accessory = female_hair_western_04
            }
            accessory = {
                mode = add
                gene = headgear
                template = no_headgear 
                accessory = empty
            }
#			accessory = {
#				mode = add
#				gene = clothes
#               template = most_clothes
#               accessory = female_clothes_secular_western_nobility_01_low
#            }
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_maid_marian
                this = character:rh_maid_marian
            }
        }
	}
	
	little_john_start = {
		dna_modifiers = {
            accessory = {
                mode = add
                gene = hairstyles
                template = scripted_character_hairstyles_01
                accessory = male_hair_mena_03
            }
            accessory = {
                mode = add
                gene = beards
                template = scripted_character_beards_01
                accessory = male_beard_western_01
            }
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_little_john
                this = character:rh_little_john
            }
        }
	}
	
	will_scarlet_start = {
		dna_modifiers = {
            accessory = {
                mode = add
                gene = hairstyles
                template = scripted_character_hairstyles_01
                accessory = male_hair_mena_02
            }
            accessory = {
                mode = add
                gene = beards
                template = scripted_character_beards_01
                accessory = empty
            }
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_will_scarlet
                this = character:rh_will_scarlet
            }
        }
	}
	
	friar_tuck_start = {
		dna_modifiers = {
			accessory = {
				mode = add
				gene = beards
				template = scripted_character_beards_01
				accessory = empty
			}
			accessory = {
				mode = add
				gene = headgear
				template = no_headgear 
				accessory = empty
			}
			accessory = {
                mode = add
                gene = clothes
                template = religious_catholic_devoted_clothes
                accessory = male_clothes_religious_catholic_devoted_02_franciscan
			}
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_friar_tuck
                this = character:rh_friar_tuck
            }
        }
	}
	
	alan_a_dale_start = {
		dna_modifiers = {
            accessory = {
                mode = add
                gene = hairstyles
                template = scripted_character_hairstyles_01
                accessory = male_hair_western_06
            }
            accessory = {
                mode = add
                gene = beards
                template = scripted_character_beards_01
                accessory = empty
            }
        }
        weight = {
            base = 0
            modifier = {
                add = 200
                exists = this
                exists = character:rh_alan_a_dale
                this = character:rh_alan_a_dale
            }
        }
	}
	
	wilfred_of_ivanhoe_start = {
		dna_modifiers = {
			accessory = {
				mode = add
				gene = hairstyles
				template = byzantine_hairstyles_straight
				accessory = male_hair_byzantine_02
			}
			accessory = {
                mode = add
                gene = beards
                template = scripted_character_beards_01
                accessory = empty
            }
		}
		weight = {
			base = 0
			modifier = {
				add = 200
				exists = this
				exists = character:rh_wilfred_ivanhoe
				this = character:rh_wilfred_ivanhoe
			}
		}
	}
}