Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/stance.md
0 → 100644
View page @
595b54c3
## Description
Checks the stance of the target mob.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| stance | s | The stance to match | DEFAULT |
| strict | str | Whether to match exactly. Checks if the current stance contains this word if set to false | true |
## Examples
```
yaml
Conditions
:
-
stance{s=CombatStance;str=true}
true
```
\ No newline at end of file