• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:25
CET 09:25
KST 17:25
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (March 9-15): herO, Clem, ByuN win02026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains17Weekly Cups (March 2-8): ByuN overcomes PvT block5
StarCraft 2
General
https://www.facebook.com/GloraMD.Face.Lift.Serum/ Evitrol : Faut-il l’acheter ? Avis complet et plai Potential Updates Coming to the SC2 CN Server Weekly Cups (March 2-8): ByuN overcomes PvT block Blizzard Classic Cup - Tastosis announced as captains
Tourneys
2026 KungFu Cup Announcement [GSL CK] #2: Team Classic vs. Team Solar [GSL CK] #1: Team Maru vs. Team herO RSL Season 4 announced for March-April PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar)
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
Gypsy to Korea ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ BSL 22 Map Contest — Submissions OPEN to March 10 Are you ready for ASL 21? Hype VIDEO
Tourneys
ASL Season 21 Qualifiers March 7-8 [Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here!
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Dawn of War IV Path of Exile PC Games Sales Thread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Mexico's Drug War Canadian Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread Formula 1 Discussion Tokyo Olympics 2021 Thread General nutrition recommendations Cricket [SPORT]
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 3857 users

Dark Souls Stats I - Damage Formula and Analysis

Blogs > Treehead
Post a Reply
Treehead
Profile Blog Joined November 2010
999 Posts
Last Edited: 2013-02-01 15:37:46
February 01 2013 15:34 GMT
#1
As I wrote in my previous review blog (here: http://www.teamliquid.net/blogs/viewblog.php?id=395908), Dark Souls is an amazing game. But there is one thing I think is lacking in many of the Dark Souls resources, including the wiki pages, which is a more in-depth statistical analysis of the game itself. I intend to discuss a number of combat stats, suggestions for optimization, and give a few pieces of gear to look for based on this discussion. Originally, I was planning to do a lot more in this blog, but I wrote so much about this topic that I thought it would feel rushed to tack everything else on. Consider this blog one of a small handful (provided there is any interest of course).

Damage, Attack and Defense

This is likely the best place to start, as it’s difficult to make judgments about weapons and armor having different attack and defense values if we don’t know what these stats actually do for damage taken and damage dealt, and therefore, we don’t know what these stats do to keep us alive and to make our enemies dead faster.

The way damage works in Dark Souls is confusing. I’ve often found myself confused when switching between a weapon like the Silver Knight Sword (AP 262 at +5) and Great Club (AP 337 at +15). Why is it that one appears to do 400-500 damage and the other only about 150?

The first thing to consider is the difference between personal AP and weapon AP. All weapons come with a certain amount of AP initially, and then (with the exception of certain enchants such as lightning) additional AP which scales with a certain stat. In our example above, the Great Club gets a ton of AP from strength (about 8 per point under 40, about 1 thereafter), whereas the Silver Knight Sword has a much smaller coefficient with dex.

The second thing to consider is that Attack power differences don’t translate to damage on a set ratio. This is probably a good time to state the best approximation I’ve found for the damage calculation in dark souls:

When Atk < Def, Damage = 0.4*(Atk^3/ Def^2) - 0.09*(Atk^2/ Def)+0.1*Atk
When Atk >= Def, Damage = Atk - 0.79* Def*e^(-0.27* Def/Atk)
(Note: when attack = defense, Damage ~ 0.4* Atk in both equations, so this damage function is continuous.)

You can see from the outset that if you suddenly get 100 more AP, that’s certainly going to translate to more damage, but the amount more damage it translates into varies greatly based on the amount of attack and defense values both combatants have.

Let’s take these equations a little further (feel free to skip this section, as this gets into pretty in depth math). First, let’s take a look at partial derivatives.

dDamage/dAttack = 1.2*(Atk^2/ Def^2) - 0.18 * (Atk/ Def) + 0.1 when Attack < Defense,
dDamage/dAttack = 1-0.21*e^(-0.27* Def/Atk)*( Def^2/Atk^2) when Attack >= Defense.

It’s worthwhile to note that these functions are not continuous, meaning that at the point Attack = Defense, you go from having an increasing function with 1 AP scaling to more than 1 damage, and continuing to increase to a function which (while still being increasing) is increasing to a function with a horizontal asymptote at 1, instead of continuing to grow higher and higher. It’s also worthwhile to note what happens at very low values and very high values of AP. At very low values, we get a very small value of damage per AP – while at very high values, we get (as we mentioned a minute ago, due to the fact that the derivative has a horizontal asymptote at 1) approximately 1 damage per point of additional AP.

dDamage/dDefense = 0.09 (Atk^2/Def^2)-0.8*Attack^3/Def^3 when Attack < Defense,
dDamage/dDefense= -0.79*e^(-0.27* Defense/AttacK)+0.79*0.27*(Def/Atk)*e^(-0.27* Defense/Attack) when Attack >= Defense.

First of all, purely for comedic value, let’s take a moment to note that for extremely high values of defense, or extremely low values of attack, increasing defense actually increases the amount of damage we take (at 400 attack and 4,000 defense, for instance, we take 38 damage, while at 400,000 defense, we take 40 damage)! This is because our partial derivative is positive when Attack < Defense *0.09/0.8. Also note, slightly more meaningfully, note that at very low values of Defense, our partial derivative goes to -0.79 damage per point of defense, while at higher values, it tends towards 0. Also, notice that as we pass the point where Attack = Defense (due to the point of discontinuity), we jump back up to -0.71 damage per point of defense (from 0.44). Also notice that the defense side of the equation has a lesser impact on damage than the attack side of the equation (this is evident in the damage formula as well).

But we’re not quite done yet. Consider that when a person deals 20 damage per swing, 20 additional damage is a lot – but when a person deals 1000 damage per swing, not so much. Therefore, let’s consider what happens when we consider the change in damage not as a value – but as a percent (i.e. (dDamage/dAttack)/Damage). This is where we start to see diminishing returns from both sides of the equation for high values of AP/Defense, and larger returns for smaller values (which explains why smaller returns early in the game which allow you to damage black knights – although it’s less damage per point of AP – has a larger impact on the fight than it does after you’re already dealing 100-200 damage per swing or more). Note that when we say “high values” of AP/Defense - in dark souls, we mean to say higher values than will generally be attainable.

Conclusions (Note: if you skimmed over math, this is where to pick it up again.)

We can determine that higher attack power is even better than we would think it would be – because not only does the higher value translate to higher damage, it translates better than linearly, meaning that (for instance) there are occasions (at 400 defense, for instance) where 750 AP will literally do three times more damage than 400 AP. That doesn’t seem very intuitive, does it?

This has a couple immediate ramifications. Before growing accustomed to Dark Souls damage mechanics, one might think that faster weapons are way, way better than slower ones – because the lower recovery time gives you more time to avoid damage coming your way (even in circumstances where the difference is only fairly small – e.g. the leaping attack of a greataxe vs. the normal attack of a 1-handed sword), but this analysis above tells us that to compensate for the lessened ability to avoid damage (and to compensate for the small windows in which slow weapons don’t get to attack) – you deal a ton more of it.

Perhaps the most applicable thing we learn here is what it tells us about weapons like “Fire” and “Lightning”. A fire +10 Great Club, for instance, lists itself as 756 AP. This might be tempting for those who are currently wielding a +15 Great Club that only has <700 AP. But then something weird happens… you take it out and it deals less damage. A lot less – wtf? What’s going on here? With the math above, we can make sense of this, because fire/lightning weapons actually make 2 attacks, one physical and one elemental – each at half the listed AP. So remember what I said about a 750 AP attack dealing three times the damage of a 400 AP attack? It stands to reason, then that there are situations (350 fire/phys defense) where a Fire Great Club + 10 (attacking twice at 378 AP each time, dealing 326 damage in total) would actually deal less damage than a Great Club +15 with only 600 AP (which would hit 350 defense for 364 damage).

Also, spells which add AP to attacks fall under a similar category. If you’ve ever read up on Greater Magic Weapon, you might be really excited (wow, nearly 200 AP!) until you realize that you only actually get a fraction of that in damage (since a 200 AP attack doesn’t deal more than 80 damage against anything with 200 defense or more).

Also, this tells us that scaling stats may be more important than we thought they were. Many people are under the assumption that stats like Strength and Dex are stats you only raise to unlock the ability to use more gear, and to an extent that’s true (in fact, for much of the endgame gear, the discussion is moot because you need a ton of stats to use the gear anyway), but for some gear (like the great club/large club – yes, I like clubs, ok?), it’s worth noting that going from 28-40 strength increases your damage output by 25-30%. So if it’s worth 28 strength to use a weapon which does x damage, shouldn’t it be worth 40 strength to use a weapon that does 1.3x damage (sure, 30% is only against armored enemies, but even against lightly armored ones, it’s 20% or more)? At least, when 1 point of vitality is only worth about 2-3% health, I’d think 1 point of Str being worth 2-3% damage would be pretty good. In theory, this wouldn’t mean that we should stack AP up too high (because as we noted, the increase of damage goes up as our AP is higher, but the increase of damage as a percentage of the damage we’re already dealing goes down) – except that for all but those with the lowest defenses, even stacking STR all the way to 40(/amount required to wield weapon) leaves us competitive with increases in vitality (and increases in vitality tend to be of lumpier significance – meaning that in many fights vitality ends up being insignificant because you die in 3 hits with or without the increased health, for instance, but once it is siginificant it’s the difference between life and death, hence “lumpy” – because there is usually overkill damage during deaths).

Defense, on the other hand, is a stat which seems to be reasonably worthwhile at all but the highest levels (incoming attack *1.5ish or more). For example, against an enemy with 400 AP, our defense is worth 0.2% damage reduction per point or more (multiplicatively, not additively, so 2 points would be worth 1-.98*.98 = .396% or more) up until 640 defense, and never goes higher than about 0.4% - so its value is pretty much the same going from 100 to 200 as it is going from 200 to 300 – which is to say (in a highly damaging game like dark souls) quite valuable.

Weapon Selection

Obviously, this would be situational, but based on our analysis it seems like the weapon of choice would be the slowest, best-scaling one you can get away with. For Dex builds, this means something like Server, Scythe, or Polearms. For str builds – you’d want Greatclubs, Greataxes, or Greatswords (Demon’s Greataxe or Large Club are probably the best candidates). And Int and Faith builds using melee weapons might consider adding more STR to pick up one of the slower weapons, too. Remember - going from 300-450 Magic/Divine/Fire AP practically doubles your damage, even against the least armored opponent. Though, of course, the section about the Lightning and Fire weapons should probably have warned you –it’s going to be difficult for a Divine/Fire/Magic Weapon to compete with a Normal +15 weapon for damage output.

Now, of course, if you don’t actually have a window in which to use your slow attack – it’s a bit hard for the slow attack to be better. But in many fights where you can have a few moments to collect yourself and attack, the slower attack is going to deal a lot more damage – and if you get good enough and knowing and using a slow weapon’s quicker attacks (the leaping attack, generally), it really isn’t that much slower. Speaking as someone who uses a great club a lot, it’s definitely harder to play. But you definitely also do a lot more damage when you can get away with it.

But at the very least, avoid looking at the number of AP it gives you on your stat screen as if that is a relevant number. Higher AP on the stats screen doesn’t always mean higher damage. If you take nothing else away from this blog, that should be the minimum.

(Credit for the formula itself goes to whoever made https://sites.google.com/site/darksoulstats/dark-souls-calculators/mini-calcs - thanks so much for deriving that! I fear I’d have never gotten it on my own.)


*****
Iranon
Profile Blog Joined March 2010
United States983 Posts
February 01 2013 18:00 GMT
#2
On February 02 2013 00:34 Treehead wrote:
The way damage works in Dark Souls is confusing. I’ve often found myself confused when switching between a weapon like the Silver Knight Sword (AP 262 at +5) and Great Club (AP 337 at +15). Why is it that one appears to do 400-500 damage and the other only about 150?


Thanks for this, I'll be reading through it carefully when I get home. This bothers me too.

I'm closing in on the end of my first playthrough, and I've been using the Silver Knight spear for most of the game post- Anor Londo. Many other weapons that seem like they should be better do way less damage, and weapons that seem like they hit like a truck (Gravelord sword, all the greataxes, etc) take an hour to swing and hit like a golf cart. I've been farming the Crystal Cave to upgrade all my special armor sets, and the 2-hand Black Knight halberd R1 two-shots the clams, but every other weapon I've tried is just awful against them, except maybe the Furysword, which stunlocks them with consecutive 1-h R1s but leaves me more open to make mistakes. It's baffling. The Gold Tracer also seems to be dramatically more effective than its numbers led me to believe, which I also don't understand. Oh, Dark Souls. You're weird, but we love you.
Excalibur_Z
Profile Joined October 2002
United States12240 Posts
February 01 2013 18:21 GMT
#3
This is a good post, but it's worth noting that although the formula is close to the observed behavior, it's still not exact. I have a feeling we probably won't see anything official out of From, so this will have to do for the time being.

One thing you didn't exactly go over was that higher defense comes by sacrificing mobility. Dark Souls is a unique game in that it's possible to completely avoid damage through manual dexterity, whether by rolling or strafing to an enemy's side or back or parrying. If your equip load is high causing your rolls to have a long recovery time or your shield is a little heavier causing a change in parry timing, that directly affects your potential survivability. You also take increased damage when recovering from a roll or backstep. In my experience, Dark Souls wants you to go either completely nimble or completely tanky and even though it's possible to beat the game however you want, having to fat-roll to completely avoid damage when you could instead roll faster is just plain more dangerous. Sure, you're taking less damage if you mess up than if you had very light armor, but are you really more hardy on the average if that's the playstyle upon which you insist?
Moderator
Treehead
Profile Blog Joined November 2010
999 Posts
February 01 2013 19:23 GMT
#4
On February 02 2013 03:21 Excalibur_Z wrote:
This is a good post, but it's worth noting that although the formula is close to the observed behavior, it's still not exact. I have a feeling we probably won't see anything official out of From, so this will have to do for the time being.

One thing you didn't exactly go over was that higher defense comes by sacrificing mobility. Dark Souls is a unique game in that it's possible to completely avoid damage through manual dexterity, whether by rolling or strafing to an enemy's side or back or parrying. If your equip load is high causing your rolls to have a long recovery time or your shield is a little heavier causing a change in parry timing, that directly affects your potential survivability. You also take increased damage when recovering from a roll or backstep. In my experience, Dark Souls wants you to go either completely nimble or completely tanky and even though it's possible to beat the game however you want, having to fat-roll to completely avoid damage when you could instead roll faster is just plain more dangerous. Sure, you're taking less damage if you mess up than if you had very light armor, but are you really more hardy on the average if that's the playstyle upon which you insist?


I had intended to go over it when I planned out what I was going to write, but this entire post was only section I of several (admittedly, I went a little overboard on the mathing, but I was having fun). Designing armor choices to negate or mitigate the sacrifice of mobility and optimize your armor choices for your intended playstyle (whether that be tankier or lighter), will be something I'll cover in my next blog (it was intended as the meat for this blog, but then I found the damage formula and never seemed to get to it.

I love video game mechanics - they're too much fun to dissect and analyze.

The last part of your sentiment here describes exactly how I felt when my armored up toon walked into bell gargoyles and got demolished trying to fat-roll away from the fire. I later beat it after trying it twice without armor on.
Sandster
Profile Joined November 2006
United States4054 Posts
Last Edited: 2013-02-01 20:30:03
February 01 2013 20:22 GMT
#5
On February 02 2013 03:00 Iranon wrote:
Show nested quote +
On February 02 2013 00:34 Treehead wrote:
The way damage works in Dark Souls is confusing. I’ve often found myself confused when switching between a weapon like the Silver Knight Sword (AP 262 at +5) and Great Club (AP 337 at +15). Why is it that one appears to do 400-500 damage and the other only about 150?


Thanks for this, I'll be reading through it carefully when I get home. This bothers me too.

I'm closing in on the end of my first playthrough, and I've been using the Silver Knight spear for most of the game post- Anor Londo. Many other weapons that seem like they should be better do way less damage, and weapons that seem like they hit like a truck (Gravelord sword, all the greataxes, etc) take an hour to swing and hit like a golf cart. I've been farming the Crystal Cave to upgrade all my special armor sets, and the 2-hand Black Knight halberd R1 two-shots the clams, but every other weapon I've tried is just awful against them, except maybe the Furysword, which stunlocks them with consecutive 1-h R1s but leaves me more open to make mistakes. It's baffling. The Gold Tracer also seems to be dramatically more effective than its numbers led me to believe, which I also don't understand. Oh, Dark Souls. You're weird, but we love you.


2H R1 from Silver Knight Spear +5 is faster than any of the clams' attacks and stunlocks them, making it an extremely quick farm. People dismiss the SKSp for its poor scaling but that weapon is seriously beastly.

EDIT: The Gold Tracer is one of the best bleed weapons in the game. The way Bleed works is: once you fill up the bleed meter, you inflict the Bleed aux effect instantaneously in damage, which is 300 for the Gold Tracer (=30% of target's hp in damage). While it's not always 30% on some enemies, its high bleed buildup along with incredibly fast attack speed means it obliterates enemies, even though the 195 AR + E/A scaling seems be to overshadowed by some other dex weapons.
MrCon
Profile Blog Joined August 2010
France29748 Posts
Last Edited: 2013-02-01 20:37:40
February 01 2013 20:30 GMT
#6
I liked how in DS every weapon, even the basic sword, is viable, and every weapon has an unique playstyle.
My two favorite weapons are the great axe and the very basic spiked club, which I turned lightning and upgraded to the max, I had great fun in my spiked club run, I love the moveset of this weapon. I also love how you really feel the weight of the great axe.
Treehead
Profile Blog Joined November 2010
999 Posts
February 01 2013 21:02 GMT
#7
On February 02 2013 05:22 Sandster wrote:
Show nested quote +
On February 02 2013 03:00 Iranon wrote:
On February 02 2013 00:34 Treehead wrote:
The way damage works in Dark Souls is confusing. I’ve often found myself confused when switching between a weapon like the Silver Knight Sword (AP 262 at +5) and Great Club (AP 337 at +15). Why is it that one appears to do 400-500 damage and the other only about 150?


Thanks for this, I'll be reading through it carefully when I get home. This bothers me too.

I'm closing in on the end of my first playthrough, and I've been using the Silver Knight spear for most of the game post- Anor Londo. Many other weapons that seem like they should be better do way less damage, and weapons that seem like they hit like a truck (Gravelord sword, all the greataxes, etc) take an hour to swing and hit like a golf cart. I've been farming the Crystal Cave to upgrade all my special armor sets, and the 2-hand Black Knight halberd R1 two-shots the clams, but every other weapon I've tried is just awful against them, except maybe the Furysword, which stunlocks them with consecutive 1-h R1s but leaves me more open to make mistakes. It's baffling. The Gold Tracer also seems to be dramatically more effective than its numbers led me to believe, which I also don't understand. Oh, Dark Souls. You're weird, but we love you.


2H R1 from Silver Knight Spear +5 is faster than any of the clams' attacks and stunlocks them, making it an extremely quick farm. People dismiss the SKSp for its poor scaling but that weapon is seriously beastly.

EDIT: The Gold Tracer is one of the best bleed weapons in the game. The way Bleed works is: once you fill up the bleed meter, you inflict the Bleed aux effect instantaneously in damage, which is 300 for the Gold Tracer (=30% of target's hp in damage). While it's not always 30% on some enemies, its high bleed buildup along with incredibly fast attack speed means it obliterates enemies, even though the 195 AR + E/A scaling seems be to overshadowed by some other dex weapons.


Your description of Silver Knight Spear sounds like how one could Demon's Spear, too (if they wanted a strength-based version). The range on it is amazing, and it's base damage is slightly worse (in that it's split between two attacks) but scales better. I wouldn't have ever used this weapon, except that I got stuck in Painted World without a ranged attack and I didn't want to run out of Blooming Moss (or w/e it's called).
finkelboy
Profile Joined December 2008
Italy372 Posts
September 30 2013 08:19 GMT
#8
Great post, I'm assuming you're speaking at 1.06 patch version of the game where the elemental weapon had been nerfed
Ma jae yoon, what else? By.hero next bonjwa
Please log in or register to reply.
Live Events Refresh
Next event in 3h 36m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 130
ProTech121
StarCraft: Brood War
PianO 312
Leta 149
Shinee 123
Tasteless 116
ToSsGirL 64
sSak 47
Bale 23
NotJumperer 20
Dota 2
NeuroSwarm110
Counter-Strike
Stewie2K915
m0e_tv721
shoxiejesuss359
edward30
Other Games
summit1g6099
ceh9464
Happy150
KnowMe107
Mew2King71
ToD18
Trikslyr16
Organizations
Other Games
gamesdonequick588
Dota 2
PGL Dota 2 - Main Stream284
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH251
• LUISG 6
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt1100
• HappyZerGling112
Upcoming Events
WardiTV Team League
3h 36m
PiGosaur Cup
15h 36m
Kung Fu Cup
1d 2h
OSC
1d 15h
The PondCast
2 days
KCM Race Survival
2 days
WardiTV Team League
2 days
Replay Cast
2 days
KCM Race Survival
3 days
WardiTV Team League
3 days
[ Show More ]
Korean StarCraft League
3 days
RSL Revival
4 days
Maru vs Zoun
Cure vs ByuN
uThermal 2v2 Circuit
4 days
BSL
4 days
RSL Revival
5 days
herO vs MaxPax
Rogue vs TriGGeR
BSL
5 days
Replay Cast
5 days
Replay Cast
6 days
Afreeca Starleague
6 days
Sharp vs Scan
Rain vs Mong
Wardi Open
6 days
Monday Night Weeklies
6 days
Liquipedia Results

Completed

Proleague 2026-03-15
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.