level
The player's current character level.
Represents the player's progression level in the MMO system. This value is used for various gameplay mechanics including skill unlocks, content access, and player power calculations.
Persistence: Stored in the level column of the player_data table. Dirty Tracking: Automatically set when value changes.