Players In Radius With Reagent
Description
Targets nearby players whose reagent value matches the given amount.
Behaves like PlayersWithReagent, but restricted to players within radius blocks of the caster (in the same world).
Note: this targeter does not alias
radiustor, becauseris reserved as an alias for the reagent name on the reagent-targeter family.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| radius | The radius around the caster | 5 | |
| reagent | resource, res | The reagent id | required |
| amount | a | The reagent amount, as a ranged value | required |
Examples
Skills:
- modifyResource{resource=mana;amount=-25} @playersInRadiusWithReagent{radius=15;reagent=mana;amount=>50}
Aliases
- PIRWR
- playersInRadiusWithResource