Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Implement MP thresholds for the healers #39

Open
Zeffuro opened this issue Aug 16, 2021 · 1 comment
Open

[Suggestion] Implement MP thresholds for the healers #39

Zeffuro opened this issue Aug 16, 2021 · 1 comment
Labels
enhancement New feature or request suggestion

Comments

@Zeffuro
Copy link
Owner

Zeffuro commented Aug 16, 2021

Still thinking about if I want to make this default or not.

Already have code in place for DRK/BLM and PLD but these are currently not configureable.
Would love to have input for what values we want default for healers.

    checkAndInitializeSetting(settings.manabar, "BLM", {});
    checkAndInitializeSetting(settings.manabar.BLM, "low", 2399);
    checkAndInitializeSetting(settings.manabar.BLM, "med", 3999);

    checkAndInitializeSetting(settings.manabar, "PLD", {});
    checkAndInitializeSetting(settings.manabar.PLD, "low", 3600);
    checkAndInitializeSetting(settings.manabar.PLD, "med", 9400);

    checkAndInitializeSetting(settings.manabar, "DRK", {});
    checkAndInitializeSetting(settings.manabar.DRK, "low", 2999);
    checkAndInitializeSetting(settings.manabar.DRK, "med", 5999);
@Zeffuro Zeffuro added the enhancement New feature or request label Aug 16, 2021
@Zeffuro Zeffuro changed the title Implement MP thresholds for the healers [Suggestion] Implement MP thresholds for the healers Aug 16, 2021
@ChadRD
Copy link

ChadRD commented Aug 20, 2021

The only thing I can think of for healers is a Lucid Dreaming threshold (50-70% depending on the player).

But, a slidecast bar for MP and a shield indication outlining the HP bar would also be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

2 participants