﻿BWLaG_love_food = {
	OR = {
		has_trait = comfort_eater
		has_trait = gluttonous
		has_trait = greedy
		has_trait = lazy
		has_trait = gregarious
		has_trait = lifestyle_reveler
	}
}

BWLaG_health_conscious = {
	OR = {
		has_trait = paranoid
		has_trait = diligent
		has_trait = temperate
		has_trait = content
		has_trait = lifestyle_hunter
		has_trait = lifestyle_blademaster
		has_trait = tourney_participant
		has_trait = lifestyle_physician
		has_trait = athletic
		has_trait = whole_of_body
	}
}

BWLaG_bad_influence = {
	NOR = {
		has_trait = reclusive
		has_trait = shy
	}
	OR = {
		has_character_modifier = obese_modifier
		has_trait = gluttonous
		has_trait = comfort_eater
		has_trait = drunkard
		has_trait = lazy
		has_trait = greedy
		has_trait = gregarious
		has_trait = lifestyle_reveler
	}
}

BWLaG_has_health_issue = {
	OR = {
		has_trait = infirm
		has_trait = pneumonic
		has_trait = incapable
		has_trait = ill
		has_trait = consumption
		has_trait = measles
		has_trait = dysentery
		has_trait = ergotism
		has_trait = smallpox
		has_trait = bubonic_plague
		has_trait = typhus
	}
}