• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 02:24
CEST 08:24
KST 15:24
  • 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
BGE Stara Zagora 2025: Info & Preview11Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL44Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30
Community News
GSL Ro4 and Finals moved to Sunday June 15th7Weekly Cups (May 27-June 1): ByuN goes back-to-back0EWC 2025 Regional Qualifier Results26Code S RO12 Results + RO8 Groups (2025 Season 2)3Weekly Cups (May 19-25): Hindsight is 20/20?0
StarCraft 2
General
Jim claims he and Firefly were involved in match-fixing BGE Stara Zagora 2025: Info & Preview Serious Question: Mech I made a 5.0.12/5.0.13 replay fix CN community: Firefly accused of suspicious activities
Tourneys
SOOP Starcraft Global #21 $5,100+ SEL Season 2 Championship (SC: Evo) WardiTV Mondays Master Swan Open (Global Bronze-Master 2) $1,200 WardiTV June (June 4th-June 15th)
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance Mutation # 473 Cold is the Void
Brood War
General
BW General Discussion FlaSh Witnesses SCV Pull Off the Impossible vs Shu Will foreigners ever be able to challenge Koreans? BGH auto balance -> http://bghmmr.eu/ Battle.net is not working
Tourneys
[ASL19] Grand Finals Small VOD Thread 2.0 [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET [Megathread] Daily Proleagues
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Monster Hunter Wilds Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Mechabellum
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia TL Mafia Community Thread TL Mafia Plays: Diplomacy TL Mafia: Generative Agents Showdown Survivor II: The Amazon
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread Things Aren’t Peaceful in Palestine European Politico-economics QA Mega-thread Canadian Politics Mega-thread
Fan Clubs
Maru Fan Club Serral Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024 NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard
TL Community
The Automated Ban List
Blogs
Heero Yuy & the Tax…
KrillinFromwales
Research study on team perfo…
TrAiDoS
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Poker
Nebuchad
Info SLEgma_12
SLEgma_12
Customize Sidebar...

Website Feedback

Closed Threads



Active: 17644 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 States12235 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 4h 36m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech90
EnDerr 30
StarCraft: Brood War
TY 763
Leta 570
Snow 186
Nal_rA 61
Sharp 53
Noble 51
Super Smash Bros
Mew2King263
Other Games
summit1g9763
WinterStarcraft424
PiGStarcraft281
Organizations
Other Games
gamesdonequick865
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• RayReign 84
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4766
• Lourlo1181
• Rush963
• Stunt310
Upcoming Events
WardiTV Qualifier
4h 36m
Bellum Gens Elite
5h 36m
OSC
9h 36m
The PondCast
1d 3h
Bellum Gens Elite
1d 4h
WardiTV Invitational
1d 4h
Replay Cast
1d 17h
OSC
1d 17h
Bellum Gens Elite
2 days
WardiTV Invitational
2 days
[ Show More ]
Replay Cast
2 days
CranKy Ducklings
3 days
SC Evo League
3 days
Bellum Gens Elite
3 days
Fire Grow Cup
3 days
CSO Contender
3 days
Replay Cast
3 days
SOOP
4 days
SHIN vs GuMiho
Sparkling Tuna Cup
4 days
AllThingsProtoss
4 days
Fire Grow Cup
4 days
Replay Cast
4 days
Replay Cast
5 days
Replay Cast
6 days
WardiTV Invitational
6 days
Liquipedia Results

Completed

CSL Season 17: Qualifier 1
DreamHack Dallas 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL Season 17: Qualifier 2
2025 GSL S2
Bellum Gens Elite Stara Zagora 2025
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

CSL 17: 2025 SUMMER
Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLAN 2025
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Murky Cup #2
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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 © 2025 TLnet. All Rights Reserved.