mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Reformat
This commit is contained in:
parent
070c725712
commit
83dcba2c0a
@ -151,7 +151,11 @@ public class ClassSkill implements CooldownObject, Unlockable {
|
||||
Placeholders placeholders = new Placeholders();
|
||||
parameters.keySet()
|
||||
.forEach(param -> {
|
||||
placeholders.register(param, skill.getDecimalFormat(param).format(data.getMMOPlayerData().getSkillModifierMap().getInstance(skill.getHandler(), param).getTotal(parameters.get(param).calculate(x))));
|
||||
placeholders.register(param, skill.getDecimalFormat(param).format(data
|
||||
.getMMOPlayerData()
|
||||
.getSkillModifierMap()
|
||||
.getInstance(skill.getHandler(), param)
|
||||
.getTotal(parameters.get(param).calculate(x))));
|
||||
});
|
||||
placeholders.register("mana_name", data.getProfess().getManaDisplay().getName());
|
||||
placeholders.register("mana_color", data.getProfess().getManaDisplay().getFull().toString());
|
||||
|
Loading…
Reference in New Issue
Block a user