_Condition Health - Eniripsa96/SkillAPI GitHub Wiki
Child components are applied to each target with health matching the specified settings.
Name | YAML Key | Type | Description |
---|---|---|---|
Type | type | Dropdown | What to look for with the target's HP. This can be flat health, percentage remaining, difference compared to the caster, or difference in percentages compared to the caster |
Min Value | min-value | Scaling Number | The minimum health (or percentage) needed |
Max Value | max-value | Scaling Number | The maximum health (or percentage) needed |
- Using 0 as a minimum can be used for checking health below a certain threshold
-- To be added --