Create Skills/Targeters/MobsInRadius authored by Lxlp's avatar Lxlp
## Description
Targets all MythicMobs or vanilla overrides of the given type in a radius
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius of the targeter | 5 |
| types | type, t | The type(s) of the target MythicMobs. Can be a list. | |
## Examples
```yaml
ExampleSkill:
Skills:
- ignite @MobsInRadius{r=10;types=IncredibleZombie,SpookyScarySkeleton}
```
\ No newline at end of file