Feature #761
Implement character stats
MFD after:
MFD revision:
Branch:
default
Bookmark:
@
Platform:
Description
Implement database storage of malikania stats.
- Add specifications docs for stats
- Update database UML
- Update character class
Associated revisions
History
Updated by David Demelier 12 months ago
- % Done changed from 0 to 100
- Status changed from New to Resolved
Applied in changeset main|bbb506feb55f9a36841846166b1ba7ccf4a99125.
Server: implement new stats for character, closes #761 @2h
Each character no longer have a global level integer. Instead, separate each
stat with a different level, factor and experience which define the current stat
level, the desired partition of experience (from 100%) for this stat and the
current experience respectively.