|
|
============
|
|
|
|
|
|
## Description
|
|
|
Gives the target player an amount of oxygen.
|
|
|
|
|
|
**Attributes**
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
| --------- | ----- | ----------- |
|
|
|
| amount | | the amount of oxygen to give the player |
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| amount | | the amount of oxygen to give the player | |
|
|
|
|
|
|
**Examples**
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
Skills:
|
|
|
- oxygen{amount=10} @trigger ~onInteract
|
|
|
``` |
|
|
\ No newline at end of file |