﻿##CAN YOU SEE SEED

ml_is_skilled_diplomat = {
    custom_tooltip = {
        text = ml_has_diplomat_or_high_diplomacy_education_tt
        OR = {
            has_trait = education_diplomacy_4
            has_trait = education_diplomacy_5
            has_trait = diplomat
        }
    }
}

ml_has_0_tyranny_and_dread = {
    custom_tooltip = {
        text = ml_no_tyranny_and_dread_tt
        AND = {
        tyranny = 0
        dread = 0
        }
    }
}

ml_is_wise_monarch_standard = {
    custom_tooltip = {
        text = ml_administrator_and_august_or_administrator_and_golden_sovereign_tt
        OR = {
            AND = {
                has_trait = august
                has_trait = administrator
            }
            AND = {
                has_trait = administrator
                has_trait = education_stewardship_5
            }
        }
    }
}

ml_is_great_strategist = {
    custom_tooltip = {
        text = ml_has_strategist_or_high_martial_education_tt
        OR = {
            has_trait = education_martial_4
            has_trait = education_martial_5
            has_trait = strategist
        }
    }
}


ml_is_strong_warrior = {
    OR = {
        has_trait = education_martial_prowess_4
        has_trait = gallant
        has_trait = lifestyle_blademaster
        has_trait = lifestyle_hunter
        has_trait = tourney_participant
        has_trait = physique_good
        has_trait = strong
        has_trait = giant
        prowess >= 30
    }
}

ml_has_skilled_lifestyle = {
    custom_tooltip = {
        text = ml_showcase_prowess_tt
        OR = {
            has_trait_xp = {
                trait = lifestyle_blademaster
                value >= 50
            }
            has_trait_xp = {
                trait = lifestyle_hunter
                track = hunter value >= 50
           }
           has_trait_xp = {
               trait = tourney_participant
               track = foot
               value >= 30
           }
        }
    }
}

ml_has_strong_body = {
    custom_tooltip = {
        text = ml_strong_body_tt
        OR = {
            has_trait = physique_good
            has_trait = strong
            has_trait = giant
        }
    }

}

ml_is_educated_warrior = {
    custom_tooltip = {
		text = ml_has_gallant_or_high_prowess_education_tt
			OR = {
				has_trait = education_martial_prowess_3
				has_trait = education_martial_prowess_4
				has_trait = gallant
			}
		} 
}

ml_is_rich_ruler = {
    custom_tooltip = {
        text = ml_has_architect_or_has_high_stewardship_education_tt
        OR = {
            has_trait = education_stewardship_4
            has_trait = education_stewardship_5
            has_trait = architect
            has_trait = avaricious
        }
    }
}


ml_is_sly_tactician = {
    custom_tooltip = {
        text = ml_overseer_and_schemer_or_overseer_and_martial_5_tt
        OR = {
            AND = {
                has_trait = overseer
                has_trait = schemer
            }
            AND = {
                has_trait = overseer
                has_trait = education_martial_5
            }
        }
    }
}

ml_is_evil_ruler = {
    custom_tooltip = {
        text = ml_has_torturer_or_has_high_intrigue_education_tt
        OR = {
            has_trait = education_intrigue_4
            has_trait = education_intrigue_5
            has_trait = torturer
        }
    }
}

ml_is_erudite_ruler = {
    custom_tooltip = {
        text = ml_has_scholar_or_has_high_learning_education_tt
        OR = {
            has_trait = education_learning_4
            has_trait = education_learning_5
            has_trait = scholar
            has_trait = theologian
        }
    }
}

##ARE YOU INSANE

ml_is_insane = {
    custom_tooltip = {
        text = ml_has_mad_or_occult_trait_tt
        OR = {
            has_trait = witch
            has_trait = lifestyle_mystic
            has_trait = possessed_1
            has_trait = possessed_genetic
            has_trait = reincarnation
            has_trait = lunatic_1
            has_trait = lunatic_genetic
        }
    }
}

ml_is_old_and_healthy = {
    OR = {
        has_trait = whole_of_body
        has_trait = lifestyle_physician
        has_trait = journaller
        has_trait = confider
        has_trait = athletic
        has_trait = lifestyle_herbalist
        age >= 70
    }
}

ml_is_whole = {
    custom_tooltip = {
        text = ml_has_whole_of_body_tt
        has_trait = whole_of_body
    }
}

ml_is_alchemist = {
    custom_tooltip = {
        text = ml_has_physician_or_herbalist_tt
        OR = {
            has_trait = lifestyle_physician
            has_trait = lifestyle_herbalist
        }
    }
}

ml_can_destress = {
    custom_tooltip = {
        text = ml_has_positive_stress_loss_trait_tt
        OR = {
            has_trait = journaller
            has_trait = confider
            has_trait = athletic
        }
    }
}

ml_is_intelligent = {
    custom_tooltip = {
        text = ml_at_least_intellect_good_or_shrewd_tt
        OR = {
            has_trait = intellect_good_2
            has_trait = intellect_good_3
            has_trait = shrewd
        }	
    }  
}

##CAN YOU USE SEED

##All stats REQUIREMENTS
relaxed_all_stats_requirements= {
    custom_tooltip = {
        text = ml_all_stats_over_15_tt
        AND = {
            diplomacy >= 15
            martial >= 15
            stewardship >= 15
            intrigue >= 15
            learning >= 15
            prowess >= 15
        }
    }
}

standard_all_stats_requirements= {
    custom_tooltip = {
        text = ml_all_stats_over_25_tt
        AND = {
            diplomacy >= 25
            martial >= 25
            stewardship >= 25
            intrigue >= 25
            learning >= 25
            prowess >= 25
        }
    } 
}

stringent_all_stats_requirements= {
    custom_tooltip = {
        text = ml_all_stats_over_40_tt
        AND = {
            diplomacy >= 40
            martial >= 40
            stewardship >= 40
            intrigue >= 40
            learning >= 40
            prowess >= 40
        }
    }
}

##DIPLOMACY REQUIREMENTS
relaxed_diplomacy_show_seed = {
    diplomacy > 10
}
standard_diplomacy_show_seed = {
    diplomacy > 15
}
stringent_diplomacy_show_seed = {
    diplomacy > 20
}
##MARTIAL REQUIREMENTS
relaxed_martial_show_seed = {
    martial > 10
}
standard_martial_show_seed = {
    martial > 15
}
stringent_martial_show_seed = {
    martial > 20
}

##INTRIGUE REQUIREMENTS
relaxed_intrigue_show_seed = {
    intrigue > 10
}
standard_intrigue_show_seed = {
    intrigue > 15
}
stringent_intrigue_show_seed = {
    intrigue > 20
}

##STEWARDSHIP REQUIREMENTS
relaxed_stewardship_show_seed = {
    stewardship > 10
}
standard_stewardship_show_seed = {
    stewardship > 15
}
stringent_stewardship_show_seed = {
    stewardship > 20
}

##LEARNING REQUIREMENTS
relaxed_learning_show_seed = {
    learning > 20
}
standard_learning_show_seed = {
    learning > 25
}
stringent_learning_show_seed = {
    learning > 30
}

##PROWESS REQUIREMENTS
relaxed_prowess_show_seed = {
    prowess > 20
}
standard_prowess_show_seed = {
    prowess > 25
}
stringent_prowess_show_seed = {
    prowess > 30
}

##All stats REQUIREMENTS
relaxed_all_stats_show_seed = {
    martial > 10
    diplomacy > 10
    intrigue > 10
    stewardship > 10
    learning > 10    
}
standard_all_stats_show_seed = {
    martial > 20
    diplomacy > 20
    intrigue > 20
    stewardship > 20
    learning > 20    
}
stringent_all_stats_show_seed = {
    martial > 30
    diplomacy > 30
    intrigue > 30
    stewardship > 30
    learning > 30    
}