• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

moose_irl

Recruit
25 Badges
May 18, 2023
1
0
  • Stellaris - Path to Destruction bundle
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Stellaris: Synthetic Dawn
  • Crusader Kings II
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Passing tourney skill-check gives the negative consequences

Description​

Passing a tourney skill check instead gives me the modifiers as if I failed. The event description states I single-handedly defeat all three opponents, but instead of a prestige and score increase, I get wounded and my score decreases. The attached screenshot shows the event outcome in the top-left corner.

Steps to reproduce​

Load the save and choose the option to take on all three opponents alone.

Game Version​

2023.6

Platform​

Windows

Additional Information​

Affected Feature​

  • Events
  • Gameplay

Save Game​

View attachment last_save.ck3

Other Attachments​

ck3_bug_tourney.jpg

 
Upvote 0
You actually lost the duel, the notification is wrongly set to the success outcome:

Code:
            # Failure
            50 = {
                desc = ep2_tournament_events.1017.a.failure
                show_chance = yes

                compare_modifier = {
                    value = scope:duel_value
                    multiplier = -3.5
                }

                send_interface_toast = {
                    title = ep2_tournament_events.1017.a.success <==== HERE IS THE PROBLEM
                    left_icon = root

                    activity_tournament_change_contestant_score_effect = { SCORE = decrease_medium }

                    increase_wounds_effect = { REASON = battle }
                }
            }