Pular para o conteúdo principal

Bank Level Data

Structure: BankLevel

Defines a specific tier in the storage system, setting limits and unlock requirements.

Configuration

limitDouble

Maximum balance allowed at this level.

interest_capDouble

Maximum amount of interest a player can earn in a single cycle at this level.

criteria

"> Requirements to unlock this level.

levelUpTriggers

"> Actions executed when the player reaches this level.

Messages

levelUpMessageString

Message sent on level up.

depositMessageString

Message on successful deposit.

depositErrorMessageString

Message when deposit fails (e.g. limit reached).

withdrawMessageString

Message on successful withdrawal.

withdrawErrorMessageString

Message on failed withdrawal.