Changes
Page history
readded until alias now that pande has manifested his powers
authored
May 29, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/Wait.md
View page @
6fb03947
...
@@ -5,7 +5,7 @@ Puts the metaskill on hold (like the [delay](/skills/mechanics/delay) mechanic)
...
@@ -5,7 +5,7 @@ Puts the metaskill on hold (like the [delay](/skills/mechanics/delay) mechanic)
## Attributes
## Attributes
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
|-----------|-----------|----------------------------------------------------------------------|---------|
| conditions | cond, c | Conditions to check against. When the conditions are met, the metaskill will continue |
<!--type:Conditions-->
|
| conditions | cond, c
, until
| Conditions to check against. When the conditions are met, the metaskill will continue |
<!--type:Conditions-->
|
| interval | i | How often, in ticks, the mechanic should check against its condition | 1 |
| interval | i | How often, in ticks, the mechanic should check against its condition | 1 |
| timeout | timeouttime, tt | The maximum amount of ticks to wait before the metaskill is put out of hold even if conditions aren't met | 200 |
| timeout | timeouttime, tt | The maximum amount of ticks to wait before the metaskill is put out of hold even if conditions aren't met | 200 |
| cancelSkill | cancel, cs | Whether, once a timeout happens, the metaskill should cancel execution instead of resuming | false |
| cancelSkill | cancel, cs | Whether, once a timeout happens, the metaskill should cancel execution instead of resuming | false |
...
...
...
...