Changes
Page history
Create Mobs/ai/targets/SpecificFactionMonsters
authored
Oct 23, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
Mobs/ai/targets/SpecificFactionMonsters.md
0 → 100644
View page @
545babfc
## 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