Create Skills/Mechanics/ModifyResource authored by Lxlp's avatar Lxlp
## Description
Modifies the target player's given reagent
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| resource | reagent, res, r | The reagent to modify | Mana |
| amount | a | The amount of the modification | 1 |
## Examples
```yaml
Skills:
- modifyresource{resource=Mana;amount=10} @NearestPlayer{r=10}
```
## Aliases
- [x] modifyreagent
- [x] mana
\ No newline at end of file