﻿scripted_trigger health_3001_physician_basic_requirements_trigger = {
	is_adult = yes
	is_ai = yes
	is_imprisoned = no
	is_alive = yes # Because apparently there can be dead characters in the pool (remove when fixed)
	is_claimant = no # We don't want recruiting physicians to be a cheap way of getting claimants
	learning >= low_skill_rating
}

scripted_trigger good_travel_leader_trigger = {
	is_adult = yes
	is_ai = yes
	is_imprisoned = no
	travel_leader_speed > 10
	travel_leader_safety > 10

}

scripted_trigger great_travel_leader_trigger = {
	is_adult = yes
	is_ai = yes
	is_imprisoned = no
	travel_leader_speed > 20
	travel_leader_safety > 20

}
