GamePress

Stats Formulas in Dragonball Legends

Submit Feedback or Error

Overview

Ever wonder about where all the stats come from in Dragon Ball Legends? GamePress has you covered! This guide documents various formulas we discovered in the game.

It's how we calculate the stats automatically on the fighter pages!

statsample

The Power Level Formula

Power Level in Dragon Ball Legends is the sum of:

  • Current Attack and Defense stats
  • Current Health, divided by 15
  • Current Level, multiplied by a ratio of 1% of Critical, Ki and Vanish Restore Speed.

Note that Vanish Restore Speed is always 2000. In summary:

$$Power Level =$$

$$ {HP \over 15} + Att_S + Att_B + Def_S + Def_B + { \small {Crit + Ki + Vanish} \over 100 } Level $$

Team Power Level Formula

Team Power Level is calculated by adding up the power level of your team, then multiplied by a scaling multiplier based on the team size:

Team Size Multiplier
1 100%
2 100%
3 100%
4 76.9231%
5 62.5%
6 50%

$$Team Power Level = sum(Power Level) * Multiplier $$

The Stat Growth Formula

Critical, Vanish, and Ki Recovery do not increase with level.

Health, Strike Attack, Strike Defense, Blast Attack, and Blast Defense stats increase by 1% per level (of its minimum, Level 1 value). Additionally, at every 100-level increments, the fighter gets a large boost to their stats, equivalent to stats gain from 20 level-ups.

These stats at any level can be estimated as:

$$ Base Stats = Min + ( 1 \% Level + 20 \% \lfloor {Level \over 100} \rfloor ) Min $$

Any Soul Boost bonuses are then added to the base stats, before multiplying by its Z Power bonus, if any:

$$ Current Stats = ( Base Stats + Soul Boost Bonus ) * Z Power Bonus $$

Z Power Bonus Table


Stars Z Power Bonus
0 100%
105%
★★ 110%
★★★
110%
★★★★ 115%
★★★★★ 115%
★★★★★★ 120%
★★★★★★★ 120%

Note that Vanish and Ki Recovery stats do not receive any Z Power bonus.

Experience to Level

For Sparking fighters, total experience to each level is approximately the level squared. Extreme (20% less) and Hero fighters (30% less) require less experience to level than Sparking fighters.

Hero Extreme Sparking
XP to next level 1.4 Lvl + .7 1.6 Lvl + .8 2 Lvl + 1
Total XP .7 Lvl^2 .8 Lvl^2 Lvl^2