mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
Adds functionality for the new Additional Profession Experience
stat in mmoitems.
This commit is contained in:
parent
4eb7291a07
commit
1d5616231c
@ -164,6 +164,7 @@ public class PlayerProfessions {
|
||||
}
|
||||
|
||||
value = MMOCore.plugin.boosterManager.calculateExp(profession, value);
|
||||
|
||||
// Adds functionality for additional experience per profession.
|
||||
value *= 1 + playerData.getStats().getInstance(StatType.ADDITIONAL_EXPERIENCE, profession).getTotal() / 100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user