NetDriver Calculators and Data

Compiled and coded by Carrow8993

ND: Base Stat Calculator

Base Stat Calculator

Digimon
HP
ATK
SPD
DEF
SUM
-Burpmon has the same base stats as its predecessor, but less than half stats in battle
-Scumon stats are accurate, but evolution values are inaccurate and mostly just placeholder values

Base stats are the visible left values on the stat screen, innate values are hidden values fixed to each digimon. A portion of base stats is carried through each digivolve. The formula for calculating a digimon's base stats is:

b2 = i2 + b1 - (0.6i1)

where i1 & i2 are the innate stats for the first and second digimon respectively and where b1 & b2 are their associated base stats. Baby1 base stats are necessarily equal to its innate stats, i.e. i1=b1. Values for b1 & b2 were gathered from screenshots players have uploaded to the Discord, leaving i2 as the only unknown to be iteratively solved per stat per digimon forwards from Baby1. Tables for innate stats are below. Also present is a SUM value, calculated according to:

SUM = (HP/10) + ATK + SPD + DEF