Experience Actions
Actions to heavily modify player progression, whether it's raw experience points or direct levels.
Configuration
set_experience_action
Sets the total experience points (not level) of the player.
amount — Double
The exact XP amount to set.
add_experience_action
Adds raw experience points to the current pool.
amount — Double
XP to add.
remove_experience_action
Removes raw experience points.
amount — Double
XP to remove.
set_level_action
Directly sets the player's level.
level — Int
The target level.
Example Usage
set_level_action:
level: 30
add_experience_action:
amount: 500.0