Health Percent Conditions
Summary
Hello, I would like to be able to a condition like "health" but in percentage of health
Usage
Describe how your suggestion would be used.
Value
Same as https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/skills/conditions/health in percent
Implementation
healthpercent
Description: Matches the target's health in percent
Attributes:
Attribute Alias Description
healthpercent h, amount, a The health range to check for
Examples:
Conditions:
- healthpercent{h=50} true
Below 50 health
Conditions:
- healthpercent{h=<50} true
Above 10 health
Conditions:
- healthpercent{h=>10} true
Extra Information:
Type: Entity