Changes
Page history
Create Skills/Targeters/MobsNearOrigin
authored
Jul 10, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/MobsNearOrigin.md
0 → 100644
View page @
a7601ecc
## Description
Targets all MythicMobs or vanilla overrides of the given type(s) in a radius around the origin
## 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
This skill will ignite every mob of the given type in a radius around itself when it ends
```
yaml
ExampleSkill
:
Skills
:
-
projectile{...;
onEnd=[
- ignite @MobsNearOrigin{r=10;types=IncredibleZombie,SpookyScarySkeleton}
]}
```
\ No newline at end of file