updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** Checks the stance of the target mob.
## Description
Checks the stance of the target mob.
---
**Attributes:**
## Attributes
| Attribute | Aliases | Description |
| --------- | ------------- | ------------------------- |
| stance| s | The stance to match. |
| strict| str | Whether to match exactly. Defaults to false. |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| stance | s | The stance to match | DEFAULT |
| strict | str | Whether to match exactly | false |
---
**Examples:**
```
## Examples
```yaml
Conditions:
- stance{s=CombatStance;str=true} true
```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Entity
\ No newline at end of file