gems

var gems: Int

The player's current gem currency amount.

Gems typically serve as a premium or secondary currency in the MMO system. Often used for special purchases, premium features, or rare transactions.

Persistence: Stored in the gems column of the player_data table. Dirty Tracking: Automatically set when value changes.