Events

All events published by the Progression plugin through SparkEventBus.

Event
Properties
Description

ExperienceGainedEvent

ProgressionId, EntityId, LevelingId, Amount, TotalExperience, CurrentLevel, SourceId

Experience added to a progression instance

LevelChangedEvent

ProgressionId, EntityId, LevelingId, NewLevel, PreviousLevel

Level changed (up or down)

LevelUpEvent

ProgressionId, EntityId, LevelingId, NewLevel, PreviousLevel

Level increased

See Event System for full details on subscribing, publishing, and handling events.

Last updated

Was this helpful?