Valve is preparing to display its tiered win streak bonuses

Three text strings quietly added on August 8 prepare the display of a tiered win streak bonus — a mechanism the server already applies without ever showing it to players.

Valve is preparing an overhaul of the win streak bonus in Ranked. The clue amounts to three lines of text, added to the game's interface on August 8 without any patch notes.

What was added

The game's localization file received three new strings, all prefixed WinStreakBonus:

"{d:win_streak_tier_wins} Wins" — that is, "3 Wins", "5 Wins", depending on the value injected. "{d:win_streak_tier_wins}+ Wins" — the same with a "+", so an open-ended final tier. "+{d:win_streak_tier_points}pts" — the bonus attached to that tier.

The word that changes everything is Tier. These labels do not describe a single value: they describe a multi-level table, each level with its own win threshold and reward, the last one open-ended.

How that differs from today

The bonus paid out today already has four tiers: +70 points on the third consecutive win, +90 on the fourth, +110 on the fifth, +130 from the sixth onwards. Past that, your tenth and twentieth win in a row pay the same as the sixth: the final tier is a cap, not a ramp.

Those tiers, invisible in game so far, are what the new strings appear designed to display. One question remains about the top level: the labels allow for an open-ended tier, which the current system does not have — it caps at the sixth win.

Caution on the timing

One detail is worth flagging: the values appear nowhere in the game files. The file defining ranked seasons contains no tiers — only the general configuration, with the 300 points per match introduced on August 2.

That does not mean they do not exist: the server applies them without writing them client-side. Valve switched the mechanism on before the display, not the other way round. What is still to come is the screen that will make those tiers visible to players — and possibly the open-ended tier the labels hint at.

Why it matters

The win streak bonus is one of the few levers rewarding consistency rather than sheer match volume. Making it progressive would change how the ladder is played: with multiple thresholds, stopping after four wins no longer costs the same as stopping after six.

It is also the third adjustment to the points system in two weeks, after the 20% increase in per-match gains and the move of those gains into a per-season variable. Valve keeps tuning its ranking machine, still without announcing it.

Correction, August 18, 2026. The first version of this article described the live streak bonus as flat, capped at +90 points, and presented tiers as a change that had not yet gone live. That was wrong. Measuring 2.18 million ranked matches through the deadlock-api SQL endpoint, we found that four distinct tiers (+70, +90, +110, +130) have been paid out since August 3, 2026 — five days before the labels that prompted this article were added. The mistake came from trusting the client files too far: `ranked_seasons.vdata` genuinely contains no tiers, but the server applies them anyway. What Valve is preparing is the display of the bonus, not the bonus itself. The full measurement is published in our August 18 article, linked below.

Methodology. Strings identified on August 12, 2026 in the diff of build 6672 (August 8), published by the SteamTracking/GameTracking-Deadlock tracking repository, file citadel_main_english.txt. The absence of configured tiers was verified in ranked_seasons.vdata on the same date. No Steam patch notes accompany this build.

Sources