tournament_winner_gold_rewards_effect = {
	if = {
		limit = {
			scope:activity = {
				has_activity_option = {
					category = tournament_option_prizes
					option = tournament_prizes_good
				}
			}
		}
		add_gold = scope:host.medium_gold_value
		tournament_contest_rewards_split_prize_money_with_liege_effect = { AMOUNT = medium_gold_value }
		tournament_win_trait_effects = yes
	}
	else_if = {
		limit = {
			scope:activity = {
				has_activity_option = {
					category = tournament_option_prizes
					option = tournament_prizes_normal
				}
			}
		}
		add_gold = scope:host.minor_gold_value
		tournament_contest_rewards_split_prize_money_with_liege_effect = { AMOUNT = minor_gold_value }
		tournament_win_trait_effects = yes
	}
	else = {
		add_gold = scope:host.tiny_gold_value
		tournament_contest_rewards_split_prize_money_with_liege_effect = { AMOUNT = tiny_gold_value }
		tournament_win_trait_effects = yes
	}
}


tournament_win_trait_effects = {
	if = {
	limit = NOT {has_trait = lifestyle_tournament_champion}
	}
	add_trait = lifestyle_tournament_champion
}
