Changes
Page history
added Universal Attributes
authored
Jul 20, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
50bc5b89
...
@@ -105,6 +105,16 @@ Conditions used this way can still have a condition action.
...
@@ -105,6 +105,16 @@ Conditions used this way can still have a condition action.
> The day and raining have their condition action declared, while onBlock uses the default one, `true`
> The day and raining have their condition action declared, while onBlock uses the default one, `true`
## Universal Attributes
Every condition shares and can use the following attributes
| Attribute | Aliases | Description |
|---------------|------------|---------------------------------------------------------------------------|
| onFailSkill | onFail | The Metaskill to call if this condition does not check |
| onPassSkill | onPass | The Metaskill to call if this condition does check |
# Additional Conditions
# Additional Conditions
Links to conditions added by addon plugins. Any conditions from these links will not work without that plugin installed.
Links to conditions added by addon plugins. Any conditions from these links will not work without that plugin installed.
...
...
...
...