_Condition Elevation - Eniripsa96/SkillAPI GitHub Wiki
Child components are applied to each target if a chance roll succeeds
Name | YAML Key | Type | Description |
---|---|---|---|
Type | type | Dropdown | Whether to check the elevation as a coordinate or the difference between the caster and the target's elevation |
Min Value | min-value | Scaling Number | The minimum elevation or elevation difference |
Max Vale | max-value | Scaling Number | The maximum elevation or elevation difference |
- The "Difference" type uses the value (targetY - casterY) so positive would mean the target is higher up than the caster
-- To be added --