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