add_knightBlood_decision = {
	picture = "gfx/interface/illustrations/decisions/knightBlood.dds"	#决议图片
	
	title = add_knightBlood_decision	#决议标题
	selection_tooltip = add_knightBlood_decision_tooltip	#决议简述
	desc = add_knightBlood_decision_desc	#决议说明
	confirm_text = add_knightBlood_decision_confirm	#决议确认文本
	
	major = yes	#是否重要决议
	
	is_shown = {	#决议显示条件
		is_ruler = yes	#是否统治者
		is_landed = yes	#是否拥有领地
		NOT = {
			has_trait = blood_ancester_1
			has_trait = blood_ancester_2
			has_trait = blood_ancester_6
			has_trait = blood_ancester_4
			has_trait = blood_ancester_5
			has_trait = blood_ancester_8
			has_trait = blood_ancester_9
			has_trait = blood_ancester_10
			has_trait = blood_ancester_7
			has_trait = blood_ancester_11
			#has_trait = blood_taiji_1
			#has_trait = blood_knight_1
			#has_trait = blood_knight_2
			#has_trait = blood_knight_3
			#has_trait = blood_knight_4
		}	#没有特定血脉特质
	}
	
	effect = {	#决议效果
		custom_tooltip = add_knightBlood_decision_custom_tooltip	#自定义决议效果说明
		trigger_event = {	#触发事件
			id = knightBlood.0001
		}
	}
	
	ai_will_do = 0
}

activate_knightBlood_decision = {
	picture = "gfx/interface/illustrations/decisions/knightBlood.dds"	#决议图片
	
	title = activate_knightBlood_decision	#决议标题
	selection_tooltip = activate_knightBlood_decision_tooltip	#决议简述
	desc = activate_knightBlood_decision_desc	#决议说明
	confirm_text = activate_knightBlood_decision_confirm	#决议确认文本
	
	major = yes	#是否重要决议
	
	is_shown = {	#决议显示条件
		AND = {
			OR = {
				has_trait = blood_ancester_1
				has_trait = blood_ancester_2
				has_trait = blood_ancester_6
				has_trait = blood_ancester_4
				has_trait = blood_ancester_5
				has_trait = blood_ancester_8
				has_trait = blood_ancester_9
				has_trait = blood_ancester_10
				has_trait = blood_ancester_7
				has_trait = blood_ancester_11
				
			}
			AND = {
				prowess >= 10
				age >= 8
			}
			NOT = { 
				has_trait = blood_knight_1
				has_trait = blood_knight_2
				has_trait = blood_knight_3
				has_trait = blood_knight_4
			}
#has_trait = blood_taiji_1
#has_trait = blood_knight_1
#has_trait = blood_knight_2
#has_trait = blood_knight_3
#has_trait = blood_knight_4
		}	#没有特定血脉特质
	}
	
	effect = {	#决议效果
		custom_tooltip = activate_knightBlood_decision_custom_tooltip	#自定义决议效果说明
		trigger_event = {	#触发事件
			id = knightBlood.0002
		}
	}
	
	ai_will_do = 1
}

control_knightBlood_decision = {
	picture = "gfx/interface/illustrations/decisions/knightBlood.dds"	#决议图片
	
	title = control_knightBlood_decision	#决议标题
	selection_tooltip = control_knightBlood_decision_tooltip	#决议简述
	desc = control_knightBlood_decision_desc	#决议说明
	confirm_text = control_knightBlood_decision_confirm	#决议确认文本
	
	major = yes	#是否重要决议
	
	is_shown = {	#决议显示条件
		AND = {
			OR = {
				has_trait = blood_ancester_1
				has_trait = blood_ancester_2
				has_trait = blood_ancester_6
				has_trait = blood_ancester_4
				has_trait = blood_ancester_5
				has_trait = blood_ancester_8
				has_trait = blood_ancester_9
				has_trait = blood_ancester_10
				has_trait = blood_ancester_7
				has_trait = blood_ancester_11
				}
			AND = {
				has_trait = blood_knight_1
				prowess >= 23
				age >= 12
			}
#has_trait = blood_taiji_1
#has_trait = blood_knight_1
#has_trait = control
#has_trait = blood_knight_3
#has_trait = blood_knight_4
		}	#没有特定血脉特质
	}
	
	effect = {	#决议效果
		custom_tooltip = control_knightBlood_decision_custom_tooltip	#自定义决议效果说明
		trigger_event = {	#触发事件
			id = knightBlood.0003
		}
	}
	
	ai_will_do = 1
}

sublimate_knightBlood_decision = {
	picture = "gfx/interface/illustrations/decisions/knightBlood.dds"	#决议图片
	
	title = sublimate_knightBlood_decision	#决议标题
	selection_tooltip = sublimate_knightBlood_decision_tooltip	#决议简述
	desc = sublimate_knightBlood_decision_desc	#决议说明
	confirm_text = sublimate_knightBlood_decision_confirm	#决议确认文本
	
	major = yes	#是否重要决议
	
	is_shown = {	#决议显示条件
		AND = {
			OR = {
				has_trait = blood_ancester_1
				has_trait = blood_ancester_2
				has_trait = blood_ancester_6
				has_trait = blood_ancester_4
				has_trait = blood_ancester_5
				has_trait = blood_ancester_8
				has_trait = blood_ancester_9
				has_trait = blood_ancester_10
				has_trait = blood_ancester_7
				has_trait = blood_ancester_11
				}
			AND = {
				has_trait = blood_knight_2
				prowess >= 35
				age >= 18
			}
#has_trait = blood_taiji_1
#has_trait = blood_knight_1
#has_trait = blood_knight_2
#has_trait = blood_knight_3
#has_trait = blood_knight_4
		}	#没有特定血脉特质
	}
	
	effect = {	#决议效果
		custom_tooltip = sublimate_knightBlood_decision_custom_tooltip	#自定义决议效果说明
		trigger_event = {	#触发事件
			id = knightBlood.0004
		}
	}
	
	ai_will_do = 1
}

detach_knightBlood_decision = {
	picture = "gfx/interface/illustrations/decisions/knightBlood.dds"	#决议图片
	
	title = detach_knightBlood_decision	#决议标题
	selection_tooltip = detach_knightBlood_decision_tooltip	#决议简述
	desc = detach_knightBlood_decision_desc	#决议说明
	confirm_text = detach_knightBlood_decision_confirm	#决议确认文本
	
	major = yes	#是否重要决议
	
	is_shown = {	#决议显示条件
		AND = {
			OR = {
				has_trait = blood_ancester_1
				has_trait = blood_ancester_2
				has_trait = blood_ancester_6
				has_trait = blood_ancester_4
				has_trait = blood_ancester_5
				has_trait = blood_ancester_8
				has_trait = blood_ancester_9
				has_trait = blood_ancester_10
				has_trait = blood_ancester_7
				has_trait = blood_ancester_11
				}
			AND = {
				has_trait = blood_knight_3
				prowess >= 60
				age >= 26
			}
#has_trait = blood_taiji_1
#has_trait = blood_knight_1
#has_trait = blood_knight_2
#has_trait = blood_knight_3
#has_trait = blood_knight_4
		}	#没有特定血脉特质
	}
	
	effect = {	#决议效果
		custom_tooltip = detach_knightBlood_decision_custom_tooltip	#自定义决议效果说明
		trigger_event = {	#触发事件
			id = knightBlood.0005
		}
	}
	
	ai_will_do = 1
}

