﻿theomach_gods_aspects_list = {
	anaxandros_strength = {
		trigger = {
			NOR = {
				has_trait = calm
				has_trait = content
				has_trait = patient
				has_trait = forgiving
			}
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = impatient
						has_trait = brave
						has_trait = arrogant
						has_trait = strong
						has_trait = physique_good
						has_trait = gregarious
					}
				}
				add = 990
			}
		}
	}
	ares_strength = {
		trigger = {
			NOR = {
				has_trait = calm
				has_trait = content
				has_trait = patient
				has_trait = forgiving
			}
			faith = faith:stratocratic
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = impatient
						has_trait = brave
						has_trait = arrogant
						has_trait = strong
						has_trait = physique_good
						has_trait = gregarious
					}
				}
				add = 990
			}
		}
	}
	anaxandros_prowess = {
		trigger = {
			NOR = {
				has_trait = arrogant
				has_trait = impatient
			}
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = brave
						has_trait = scarred
						has_trait = strategist
						has_trait = lifestyle_blademaster
					}
				}
				add = 990
			}
		}
	}
	ares_prowess = {
		trigger = {
			NOR = {
				has_trait = arrogant
				has_trait = impatient
			}
			faith = faith:stratocratic
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = brave
						has_trait = scarred
						has_trait = strategist
						has_trait = lifestyle_blademaster
					}
				}
				add = 990
			}
		}
	}
	athenas_prowess = {
		trigger = {
			NOR = {
				has_trait = arrogant
				has_trait = impatient
			}
			faith = faith:stratocratic
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = brave
						has_trait = scarred
						has_trait = strategist
						has_trait = lifestyle_blademaster
					}
				}
				add = 990
			}
		}
	}
	anaxandros_bravery = {
		trigger = {
			NOR = {
				has_trait = arrogant
				has_trait = impatient
			}
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = brave
						has_trait = scarred
						has_trait = strategist
						has_trait = lifestyle_blademaster
					}
				}
				add = 990
			}
		}
	}
	ares_bravery = {
		trigger = {
			NOR = {
				has_trait = arrogant
				has_trait = impatient
			}
			faith = faith:stratocratic
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = brave
						has_trait = scarred
						has_trait = strategist
						has_trait = lifestyle_blademaster
					}
				}
				add = 990
			}
		}
	}
	athenas_knowledge = {
		trigger = {
			faith.religion = religion:theomach_religion
		}
		weight = {
			value = 10
			if = {
				limit = {
					OR = {
						has_trait = shrewd
						has_trait = intellect_good
					}
				}
				add = 990
			}
		}
	}
}