Event
Tournament Victor wins the Jousting Tournament!

At long last the final jousting duel between two embittered contenders: First Tournament Participant and Second Tournament Participant are fighting out their claim to fame and glory! Yet, Fate can only bless one of these two.
After several jousts and show fights, the final winner has been determined! Glory to Tournament Victor, the new Knight of the Country Adjective Court Title!
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
The Country Adjective Jousting Tournament
Tournament Victor wins the Jousting Tournament!↳ After any choice · 3 days later
The Tribute of the Tournament↳ After any choice · right away
Definitionin_game/events/DHE/flavor_HUN.txt:2065
2066hide_portraits = yes
2067type = country_event
2068fire_only_once = yes
2069title = {
2070first_valid = {
2071triggered_desc = {
2072trigger = {
2072exists = scope:tournament_victor
}
2073desc = flavor_hun.420.title Tournament Victor wins the Jousting Tournament!
}
2075triggered_desc = {
2076trigger = {
2076always = yes
}
2077desc = flavor_hun.420.title.fallback End of the Jousting Tournament!
}
}
}
2081desc = flavor_hun.420.desc At long last the final jousting duel between two embittered contenders: First Tournament Participant and Second Tournament Participant are fighting out their claim to fame and glory! Yet, Fate can only bless one of these two.
After several jousts and show fights, the final winner has been determined! Glory to Tournament Victor, the new Knight of the Country Adjective Court Title!
After several jousts and show fights, the final winner has been determined! Glory to Tournament Victor, the new Knight of the Country Adjective Court Title!
2082outcome = neutral
2083illustration_tags = {
208410 = happy
208510 = exterior
}
2087immediate = {
}
2089random_list = {
209050 = {
2091scope:first_tournament_participant = {
2091save_scope_as = tournament_victor
}
2092scope:second_tournament_participant = {
2092save_scope_as = tournament_loser
}
}
209550 = {
2096scope:second_tournament_participant = {
2096save_scope_as = tournament_victor
}
2097scope:first_tournament_participant = {
2097save_scope_as = tournament_loser
}
}
}
}