Mechanic
wait
Wait execution to finish before executing the next mechanic
Configuration Fields (6)
| Name | Type | Default | Description |
|---|---|---|---|
| conditions cond, c, until | List<SkillCondition> | — | Conditions to check against |
| interval i | PlaceholderDuration | 1 | How often to check the conditions |
| timeout timeouttime, tt | PlaceholderDuration | 200 | Maximum ticks to wait before executing even if conditions aren't met |
| cancelSkill cancel, cs | boolean | false | If the metaskill should be cancelled on timeout instead of executing |
| onTimeoutSkill ontimeoutskill, ontimeout, ots | Optional<Skill> | — | The meta-skill to execute when the wait times out |
| cancelConditions cc, unless | List<SkillCondition> | — | Conditions cancel the wait, if met |
Universal Mechanic Options
- Author:
- Seyarada