Create Skills/Conditions/MobsNearOrigin authored by Lxlp's avatar Lxlp
## 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