Adventurer Leveling Cost Calculator

Calculate the dusts required to level up your adventurers

Select Your Adventurer

Formula Explanation

Cost Function

The cost to level up from level x to level x+1 is given by:

c(x0) = Σn=1x0 ad(n)

where n represents a level between 1 and the target level x0, a is the adventurer-specific multiplier, and d(n) is the level-based scaling factor.

Total Cost Function

The total cost to level up from level 1 to level x is given by:

f(x0) = Σn=1x0 c(n)

Difficulty Factor

The scaling factor d(n) varies based on the level range:

  • d(n) = 1 for 0 < n ≤ 10
  • d(n) = 10 for 10 < n ≤ 40
  • d(n) = 40 for 40 < n ≤ 75
  • d(n) = 75 for 75 < n ≤ 100

Adventurer Values

The 'a' value varies by adventurer:

  • Piggy: a = 2
  • Panda: a = 3
  • Bear: a = 4
  • Dragon Girl: a = 5
  • Any Mythic: a = 5