contest_ongoing_event_melee_outcome_pulse = {
    on_actions = {
        draconic_melee_action = yes
    }
}
draconic_melee_action = {
    effect = {
        add_trait_xp = {
			trait = drowned
			value = 2
		}
    }
}


contest_ongoing_event_archery_outcome_pulse = {
    on_actions = {
        draconic_archery_action = yes
    }
}
draconic_archery_action = {
    effect = {
        draconic_archery_effects = yes
    }
}


contest_ongoing_event_recital_outcome_pulse = {
    on_actions = {
        draconic_recital_action = yes
    }
}
draconic_recital_action = {
    effect = {
        draconic_recital_effects = yes
    }
}


contest_bout_joust_outcome_pulse = {
    on_actions = {
        draconic_joust_action = yes
    }
}
draconic_joust_action = {
    effect = {
        draconic_joust_effects = yes
    }
}


contest_bout_wrestling_outcome_pulse = {
    on_actions = {
        draconic_wrestling_action = yes
    }
}
draconic_wrestling_action = {
    effect = {
        draconic_wrestling_effects = yes
    }
}


contest_bout_duel_outcome_pulse = {
    on_actions = {
        draconic_duel_action = yes
    }
}
draconic_duel_action = {
    effect = {
        draconic_duel_effects = yes
    }
}


contest_bout_board_game_outcome_pulse = {
    on_actions = {
        draconic_board_action = yes
    }
}
draconic_board_action = {
    effect = {
        draconic_board_effects = yes
    }
}


contest_ongoing_event_horse_race_outcome_pulse = {
    on_actions = {
        draconic_horse_action = yes
    }
}
draconic_horse_action = {
    effect = {
        draconic_horse_effects = yes
    }
}
