Skip to content

Boss Progression Values

Sheepish Shepherd edited this page Dec 9, 2023 · 6 revisions

What is this?

Bosses in the checklist should be ordered with player progression in mind. The vanilla values are setup by BossChecklist and are based off of information gathered from the wiki with minor tweaks from other mod developer opinions. Use these values to determine where your boss should be located within this list. Please note these values are subject to change in the event new bosses/mini-bosses/events get added to the game, so keep an eye out each update for changes.

Boss Progression Values were last update on v1.4.0

When values change, it will be noted in the client.log when the game is loaded. The wiki will try to be maintained, but the BossTracker source is always up to date.

Bosses

KingSlime = 1f;
EyeOfCthulhu = 2f;
EaterOfWorlds = 3f; // and Brain of Cthulhu
QueenBee = 4f;
Skeletron = 5f;
DeerClops = 6f;
WallOfFlesh = 7f;
QueenSlime = 8f;
TheTwins = 9f;
TheDestroyer = 10f;
SkeletronPrime = 11f;
Plantera = 12f;
Golem = 13f;
DukeFishron = 14f;
EmpressOfLight = 15f;
Betsy = 16f;
LunaticCultist = 17f;
Moonlord = 18f;

All Sorted Entries

KingSlime = 1f;
TorchGod = 1.5f;
EyeOfCthulhu = 2f;
BloodMoon = 2.5f;
EaterOfWorlds = 3f;
GoblinArmy = 3.33f;
OldOnesArmy = 3.66f;
DarkMage = 3.67f;
QueenBee = 4f;
Skeletron = 5f;
DeerClops = 6f;
WallOfFlesh = 7f;
FrostLegion = 7.33f;
PirateInvasion = 7.66f;
PirateShip = 7.67f;
QueenSlime = 8f;
TheTwins = 9f;
TheDestroyer = 10f;
SkeletronPrime = 11f;
Ogre = 11.01f;
SolarEclipse = 11.5f;
Plantera = 12f;
Golem = 13f;
PumpkinMoon = 13.25f;
MourningWood = 13.26f;
Pumpking = 13.27f;
FrostMoon = 13.5f;
Everscream = 13.51f;
SantaNK1 = 13.52f;
IceQueen = 13.53f;
MartianMadness = 13.75f;
MartianSaucer = 13.76f;
DukeFishron = 14f;
EmpressOfLight = 15f;
Betsy = 16f;
LunaticCultist = 17f;
LunarEvent = 17.01f;
Moonlord = 18f;

Modded Boss Values

If you need the progression value of a modded boss, open BossChecklist's Boss Log Customization configs and turn on 'Access Progression Values' found under the Debug Tools for Mod Developers section. When its on, you'll be able to go see the progression value of the entry you hover over in the Table of Contents and on each individual entry page.

Clone this wiki locally