Players With Reagent
Description
Targets all online players whose reagent value matches the given amount.
The amount attribute accepts a ranged value, so it supports comparisons like >50, <10, 25to75.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| reagent | resource, res | The reagent id | required |
| amount | a | The reagent amount, as a ranged value | required |
Examples
Skills:
- modifyResource{resource=mana;amount=-25} @playersWithReagent{reagent=mana;amount=>50}
Aliases
- PWR
- playersWithResource