
draconic_melee_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 10
    }
    }
}


draconic_archery_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 2
    }
	}
}


draconic_recital_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 2
    }
	}
}

draconic_joust_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 10
    }
	}
}


draconic_wrestling_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 5
    }
	}
}


draconic_duel_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 5
    }
	}
}


draconic_board_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 2
    }
	}
}


draconic_horse_effects = {
		if = {
			limit = {
				has_trait = draconic
			}
		add_trait_xp = {
		trait = draconic
		value = 2
    }
	}
}