KINBARROW modding reference
v0.2.0+main.c05ef2b dataset 45d0fe274f851548

AdvancementRow

One row of the SRD Character Advancement table: the CUMULATIVE experience needed to REACH level. The engine mirrors these thresholds as a const (advancement::ADVANCEMENT_XP) and a lock test asserts the two agree (the skills pattern — the moddable authority is this file, the rules constant is the mirror). The Proficiency Bonus column is not carried: PB DERIVES from level (data/README.md "Derivations").

FieldTypeRequiredDescription
leveluint32required

The character level this row's threshold reaches.

xpuint32required

Cumulative XP needed to REACH level.