advcm_normal_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = generate
		martial = { 5 7 }
		prowess = { 5 7 }
		diplomacy = { 5 12 }
		stewardship = { 5 8 }
		intrigue = { 5 12 }
		learning = { 5 7 }
		random_traits_list = {
			count = 1
			education_diplomacy_3 = {}
			education_diplomacy_4 = {}
			education_intrigue_3 = {}
			education_intrigue_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_normal_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = generate
		martial = { 5 12 }
		prowess = { 5 7 }
		diplomacy = { 5 7 }
		stewardship = { 5 12 }
		intrigue = { 5 7 }
		learning = { 5 7 }
		random_traits_list = {
			count = 1
			education_martial_3 = {}
			education_martial_4 = {}
			education_stewardship_3 = {}
			education_stewardship_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_op_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = generate
		martial = { 99 100 }
		prowess = { 99 100 }
		diplomacy = { 99 100 }
		stewardship = { 99 100 }
		intrigue = { 99 100 }
		learning = { 99 100 }
		random_traits_list = {
			count = 1
			education_diplomacy_3 = {}
			education_diplomacy_4 = {}
			education_intrigue_3 = {}
			education_intrigue_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_op_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = generate
		martial = { 99 100 }
		prowess = { 99 100 }
		diplomacy = { 99 100 }
		stewardship = { 99 100 }
		intrigue = { 99 100 }
		learning = { 99 100 }
		random_traits_list = {
			count = 1
			education_martial_3 = {}
			education_martial_4 = {}
			education_stewardship_3 = {}
			education_stewardship_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_son_normal = {
    if = {
        limit = {
            is_female = no
        }
    
        create_character = {
            age = { 18 20 }
            gender = male
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root 
            mother = root.primary_spouse
            martial = { 7 12 }
            prowess = { 5 12 }
            diplomacy = { 5 10 }
            stewardship = { 7 12 }
            intrigue = { 5 10 }
            learning = { 5 10 }
            random_traits_list = {
                count = 1
                education_martial_3 = {}
                education_martial_4 = {}
                education_stewardship_3 = {}
                education_stewardship_4 = {}
            }
            random_traits = yes
                
        }
    }
    
    else = {
    
        create_character = {
            age = { 18 20 }
            gender = male
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root.primary_spouse
            mother = root
            martial = { 7 12 }
            prowess = { 5 12 }
            diplomacy = { 5 10 }
            stewardship = { 7 12 }
            intrigue = { 5 10 }
            learning = { 5 10 }
            random_traits_list = {
                count = 1
                education_martial_3 = {}
                education_martial_4 = {}
                education_stewardship_3 = {}
                education_stewardship_4 = {}
            }
            random_traits = yes
        }
    }
}

advcm_daughter_normal = {
    if = {
        limit = {
            is_female = no
        }
    
        create_character = {
            age = { 18 20 }
            gender = female
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root 
            mother = root.primary_spouse
            martial = { 5 10 }
            prowess = { 5 10 }
            diplomacy = { 7 12 }
            stewardship = { 5 10 }
            intrigue = { 7 12 }
            learning = { 5 10 }
            random_traits_list = {
                count = 1
                education_diplomacy_3 = {}
                education_diplomacy_4 = {}
                education_intrigue_3 = {}
                education_intrigue_4 = {}
            }
            random_traits = yes
                
        }
    }
    
    else = {
    
        create_character = {
            age = { 18 20 }
            gender = female
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root.primary_spouse
            mother = root
            martial = { 7 12 }
            prowess = { 5 12 }
            diplomacy = { 5 10 }
            stewardship = { 7 12 }
            intrigue = { 5 10 }
            learning = { 5 10 }
            random_traits_list = {
                count = 1
                education_diplomacy_3 = {}
                education_diplomacy_4 = {}
                education_intrigue_3 = {}
                education_intrigue_4 = {}
            }
            random_traits = yes
        }
    }
}

advcm_son_op = {
    if = {
        limit = {
            is_female = no
        }
    
        create_character = {
            age = { 18 20 }
            gender = male
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root 
            mother = root.primary_spouse
            martial = { 99 100 }
            prowess = { 99 100 }
            diplomacy = { 99 100 }
            stewardship = { 99 100 }
            intrigue = { 99 100 }
            learning = { 99 100 }
            random_traits_list = {
                count = 1
                education_martial_3 = {}
                education_martial_4 = {}
                education_stewardship_3 = {}
                education_stewardship_4 = {}
            }
            random_traits = yes
                
        }
    }
    
    else = {
    
        create_character = {
            age = { 18 20 }
            gender = male
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root.primary_spouse
            mother = root
            martial = { 99 100 }
            prowess = { 99 100 }
            diplomacy = { 99 100 }
            stewardship = { 99 100 }
            intrigue = { 99 100 }
            learning = { 99 100 }
            random_traits_list = {
                count = 1
                education_martial_3 = {}
                education_martial_4 = {}
                education_stewardship_3 = {}
                education_stewardship_4 = {}
            }
            random_traits = yes
        }
    }
}

advcm_daughter_op = {
    if = {
        limit = {
            is_female = no
        }
    
        create_character = {
            age = { 18 20 }
            gender = female
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root 
            mother = root.primary_spouse
            martial = { 99 100 }
            prowess = { 99 100 }
            diplomacy = { 99 100 }
            stewardship = { 99 100 }
            intrigue = { 99 100 }
            learning = { 99 100 }
            random_traits_list = {
                count = 1
                education_diplomacy_3 = {}
                education_diplomacy_4 = {}
                education_intrigue_3 = {}
                education_intrigue_4 = {}
            }
            random_traits = yes
                
        }
    }
    
    else = {
    
        create_character = {
            age = { 18 20 }
            gender = female
            health = 5
            fertility = 0.5
            employer = root
            faith = root.faith
            culture = root.culture
            dynasty = root.dynasty
            father = root.primary_spouse
            mother = root
            martial = { 99 100 }
            prowess = { 99 100 }
            diplomacy = { 99 100 }
            stewardship = { 99 100 }
            intrigue = { 99 100 }
            learning = { 99 100 }
            random_traits_list = {
                count = 1
                education_diplomacy_3 = {}
                education_diplomacy_4 = {}
                education_intrigue_3 = {}
                education_intrigue_4 = {}
            }
            random_traits = yes
        }
    }
}

advcm_martial_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 10 12 }
		prowess = { 10 12 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_martial_3 = {}
			education_martial_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_martial_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 10 12 }
		prowess = { 10 12 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_martial_3 = {}
			education_martial_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_steward_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 10 12 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_stewardship_3 = {}
			education_stewardship_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_steward_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 10 12 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_stewardship_3 = {}
			education_stewardship_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_diplomat_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 10 12 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_diplomacy_3 = {}
			education_diplomacy_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_diplomat_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 10 12 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_diplomacy_3 = {}
			education_diplomacy_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_spymaster_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 10 12 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_intrigue_3 = {}
			education_intrigue_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_spymaster_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 10 12 }
		learning = { 3 6 }
		random_traits_list = {
			count = 1
			education_intrigue_3 = {}
			education_intrigue_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_priest_female = {
	create_character = {
		age = { 18 20 }
		gender = female
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 10 12 }
		random_traits_list = {
			count = 1
			education_learning_3 = {}
			education_learning_4 = {}
		}
		random_traits = yes
			
	}
}

advcm_priest_male = {
	create_character = {
		age = { 18 20 }
		gender = male
		health = 5
		fertility = 0.5
		employer = root
		faith = root.faith
		culture = root.culture
		dynasty = none
		martial = { 3 6 }
		prowess = { 3 6 }
		diplomacy = { 3 6 }
		stewardship = { 3 6 }
		intrigue = { 3 6 }
		learning = { 10 12 }
		random_traits_list = {
			count = 1
			education_learning_3 = {}
			education_learning_4 = {}
		}
		random_traits = yes
        random_traits = yes
        random_traits = yes
			
	}
}