|
================
|
|
## Description
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
|
|
Adds absorption hearts. Having maxShield as a greater value than amount
|
|
Adds absorption hearts. Having maxShield as a greater value than amount
|
|
is recommended.
|
|
is recommended.
|
|
Doesn't work on **Minecraft below 1.13**(excluding 1.13).
|
|
|
|
|
|
|
|
## Attributes:
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
## Attributes
|
|
|-----------|-------------------|-------------|----------------|
|
|
| Attribute | Aliases | Description | Default |
|
|
| amount | a | | 1 |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| maxabsorb | maxshield, ma, ms | | Amount's value |
|
|
| amount | a | The amount of the shield to give | 1 |
|
|
|
|
| maxabsorb | maxshield, ma, ms | The maximum value the shield on the entity should be| `Amount's value` |
|
|
|
|
|
|
|
|
|
|
## Examples:
|
|
## Examples
|
|
|
|
|
|
Gives absorption hearts to caster.
|
|
Gives absorption hearts to caster.
|
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- shield{amount=50;maxShield=100} @self ~onSpawn
|
|
- shield{amount=50;maxShield=100} @self ~onSpawn
|
|
- ...
|
|
- ...
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |