Changes
Page history
Create Skills/Conditions/MobsNearOrigin
authored
Mar 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/MobsNearOrigin.md
0 → 100644
View page @
ea537e77
## Description
Matches a range to how many mobs are in the given radius around the
[
origin
](
/Skills/Targeters/Origin
)
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | The amount of mobs to match. Can be a range | 1 |
| radius | r | The radius in which to match mobs | 5 |
| types | type, t | The mob types to match. Can be a list |
<!--type:Mob--><!--list-->
|
## Examples
```
yaml
Conditions
:
-
mobsnearorigin{type=ExampleMob,SuperDuperStrongMob;r=10;amount=>5}
```
\ No newline at end of file