Create Mobs/ai/targets/SpecificFactionMonsters authored by Amy's avatar Amy
## Description
Causes the mob to target monsters of a specific faction.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| faction | f | The faction to target | |
## Examples
```yaml
ExampleMob:
Type: ZOMBIE
AITargetSelectors:
- clear
- specificfactionmonsters{f=somefaction}
```
\ No newline at end of file