123ishaTest/ludiek

[Skill] Add maximum experience to SkillPlugin

Open

#100 opened on Sep 7, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (4 forks)auto 404
good first issueplugin

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently you can gain infinite experience. Add a cap to the SkillDefinition.

  • Experience should be capped at maximumExperience
  • onExperienceGained should have an extra boolean virtual in case the experience is not really earned

Contributor guide