Barbarian Rages
if (BarbarianLevel == 20,0, if (BarbarianLevel > 0, 2 + min(floor(BarbarianLevel/3),1) + min(floor(BarbarianLevel/6),1) + min(floor(BarbarianLevel/12),1) + min(floor(BarbarianLevel/17),1), 0))
Barbarian Rage Damage
2 + min(floor(BarbarianLevel/9),1)+ min(floor(BarbarianLevel/16),1)
Barbarian Crits
1 + min(floor((BarbarianLevel – 9) / 4), 2)
Fast Movement
if (BarbarianLevel >= 5, 10, 0)
Unarmored Defence
10 + constitutionMod
Primal Champion
if (BarbarianLevel >= 20, 4,0) AND if (BarbarianLevel >= 20, 24, 20)
Subclass Calculations
Storm Aura (Tundra)
if (BarbarianLevel > 2, floor(BarbarianLevel / 5) + 2, 0)
Spirit Shield & Vengefull Ancestors
{min((floor((BarbarianLevel-6) / 4)) + 1, 3)}
Storm Herald
Desert Calculation
{(floor(BarbarianLevel / 5) + 2)}
Sea Calculation
{(max(floor(BarbarianLevel / 5), 1))}
Tundra Calculation
{(floor(BarbarianLevel / 5) + 2)}
Zealot Divine Fury
Add 1d6 + {floor(BarbarianLevel / 2)} radiant (or necrotic) damage to one hit per turn.