slots = {
	mount_armor = 1
	mount_addon = 2
}



#############################
###### Armor ######
#############################

horse_armor_1 = {
	
	combat_rating = 4
	
	active = { 
		custom_tooltip = {
			text = horse_armor_active
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}	
	}
	allowed_gift = { always = no }
	
	quality = 1
	flags = { curse mount_armor horse_armor created }
	stacking = no
	picture = "GFX_horse_armor_T1"
	slot = mount_armor
}

horse_armor_2 = {

	combat_rating = 7
	
	active = { 
		custom_tooltip = {
			text = horse_armor_active
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}	
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_armor horse_armor created }
	stacking = no
	picture = "GFX_horse_armor_T2"
	slot = mount_armor
}

horse_armor_3 = {

	combat_rating = 10
	
	active = { 
		custom_tooltip = {
			text = horse_armor_active
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}	
	}
	allowed_gift = { always = no }
	
	quality = 3
	flags = { curse mount_armor horse_armor created }
	stacking = no
	picture = "GFX_horse_armor_T3_glow_blue"
	slot = mount_armor
}

exotic_armor_1 = {
	
	combat_rating = 4
	
	active = { 
		custom_tooltip = {
			text = exotic_armor_active
			any_artifact = {
				has_artifact_flag = mount
				NOT = { has_artifact_flag = horse }
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 1
	flags = { curse mount_armor exotic_armor created }
	stacking = no
	picture = "GFX_exotic_armor_1"
	slot = mount_armor
}

exotic_armor_2 = {
	
	combat_rating = 7
	
	active = { 
		custom_tooltip = {
			text = exotic_armor_active
			any_artifact = {
				has_artifact_flag = mount
				NOT = { has_artifact_flag = horse }
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_armor exotic_armor created }
	stacking = no
	picture = "GFX_exotic_armor_2"
	slot = mount_armor
}

exotic_armor_3 = {
	
	combat_rating = 10
	
	active = { 
		custom_tooltip = {
			text = exotic_armor_active
			any_artifact = {
				has_artifact_flag = mount
				NOT = { has_artifact_flag = horse }
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 3
	flags = { curse mount_armor exotic_armor created }
	stacking = no
	picture = "GFX_exotic_armor_3"
	slot = mount_armor
}

##cultural/unique
greek_cataphract_armor = {
	
	command_modifier = {
		speed = -0.05
		defence = 0.5
	}
	combat_rating = 13
	
	active = {
		custom_tooltip = {
			text = horse_armor_active
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 4
	flags = { curse mount_armor horse_armor created }
	stacking = no
	picture = "GFX_greek_cataphract_armor"
	slot = mount_armor
}

frankish_horse_armor = {
	
	command_modifier = {
		speed = -0.05
	}
	combat_rating = 13
	general_opinion = 2
	
	active = {
		custom_tooltip = {
			text = horse_armor_active
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 4
	flags = { curse mount_armor horse_armor created }
	stacking = no
	picture = "GFX_frankish_horse_armor"
	slot = mount_armor
}

#############################
###### Addons ######
#############################

mount_saddle = {

	command_modifier = {
		speed = 0.05
	}
	monthly_character_prestige = 0.25

	active = {
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created saddle }
	stacking = no
	picture = "GFX_mount_saddle"
	slot = mount_addon
}

mount_horseshoes = {

	attrition = -0.05
	monthly_character_prestige = 0.25

	active = {
		custom_tooltip = {
			text = mount_addon_has_horse
			any_artifact = {
				has_artifact_flag = mount
				has_artifact_flag = horse
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created horseshoes }
	stacking = no
	picture = "GFX_mount_horseshoes"
	slot = mount_addon
}

mount_lance = {

	command_modifier = {
		phase_melee_attack = 0.025
	}
	combat_rating = 4

	active = { 
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created lance }
	stacking = no
	picture = "GFX_lance"
	slot = mount_addon
}

mount_bow = {

	command_modifier = {
		phase_skirmish_attack = 0.025
	}
	combat_rating = 4
	
	active = { 
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created bow ranged_weapon }
	stacking = no
	picture = "GFX_self_bow_t1"
	slot = mount_addon
}

mount_shield = {

	command_modifier = {
		defence = 0.025
	}
	combat_rating = 4
	
	active = { 
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created shield }
	stacking = no
	picture = "GFX_mount_shield"
	slot = mount_addon
}



mount_banner = {
	
	command_modifier = {
		morale_defence = 0.05
	}
	army_reinforce_rate = 0.25
	land_organisation = 0.25
	
	active = { 
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created banner }
	stacking = no
	picture = "GFX_mount_banner"
	slot = mount_addon
}

mount_caparison = {
	
	monthly_character_prestige = 0.5
	castle_opinion = 2
	town_opinion = 2
	
	active = { 
		custom_tooltip = {
			text = mount_addon_has_mount
			any_artifact = {
				has_artifact_flag = mount
				is_artifact_equipped = yes
			}
		}
	}
	allowed_gift = { always = no }
	
	quality = 2
	flags = { curse mount_addon created }
	stacking = no
	picture = "GFX_mount_caparison"
	slot = mount_addon
}















####Book
csm_info_book = {

	active = { always = yes }
	allowed_gift = { always = no }
	
	quality = 5
	flags = { book curse created }
	stacking = no
	picture = "GFX_book_apple"
}







