﻿# male
argead_blood_trait = {
	category = fame
	genetic = no
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = argead_blood_trait_desc
			}
			desc = argead_blood_trait_character_desc
		}
	}

	### bonus
	martial = 1
	prowess = 1
	short_reign_duration_mult = -0.05
	macedonian_opinion = 5

	### inheritance
	inherit_chance = 100
	parent_inheritance_sex = male
	inherit_from_real_father = no # if set to yes, this would reveal bastards

	### AI
	ai_honor = 20
	ai_boldness = 10
}

# female
# argead_blood_female_trait = {
# 	category = fame
# 	genetic = no
# 	shown_in_ruler_designer = no

# 	desc = {
# 		first_valid = {
# 			triggered_desc = {
# 				trigger = {
# 					NOT = { exists = this }
# 				}
# 				desc = argead_blood_trait_desc
# 			}
# 			desc = argead_blood_trait_character_desc
# 		}
# 	}

# 	### bonus
# 	short_reign_duration_mult = -0.05
# 	martial = 1
# 	prowess = 1

# 	### inheritance
# 	inherit_chance = 100
# 	parent_inheritance_sex = female
# 	inherit_from_real_mother = no # if set to yes, this would reveal bastards

# 	### AI
# 	ai_honor = 20
# 	ai_boldness = 20
# 	ai_war_cooldown = -0.25
# }