Update Conditions authored by Lxlp's avatar Lxlp
......@@ -109,10 +109,10 @@ Conditions used this way can still have a condition action.
## 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 |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| 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
......
......