Agility Not Modifed By Global Modifier
SomewhatDamaged opened this issue · 2 comments
Describe the bug
Agility XP gains are not modified by the "Global Modifier"
setting in pmmo-server.toml
Expected behavior
All XP to be multiplied by "Global Modifier"
.
To Reproduce
Steps to reproduce the behavior:
- Set
"Global Modifier" = 100000.0
inpmmo-server.toml
- Enter game
- Run around and only get sub-thirty agility XP
Versions:
- Minecraft: 1.20.1
- Loader: Forge-47.2.4
- PMMO: 1.20.1-1.2.9
Additional context
all.kitty.mp4
This is due to Global Modifier and Skill Modifiers being mutually exclusive. If you do not remove/replace the agility skill modifier, it will always default to that value. I will add a tooltip in the config for this, though.
Perhaps change the name of the example skill from agility
to example
then? That way everything would act as it should out of the box, and the tooltip will aid in people figuring out why things aren't acting as they should—and we can point to it and tell them "You didn't read this bit, did you?" 😃