|
Mechanic: ShieldPercent
|
|
|
|
=======================
|
|
=======================
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
Applies an absorb shield to the target entity for a percentage of their
|
|
Applies an absorb shield to the target entity for a percentage of their
|
|
max health.
|
|
max health.
|
|
Doesn't work on **Minecraft below 1.13**(excluding 1.13).
|
|
Doesn't work on **Minecraft below 1.13**(excluding 1.13).
|
|
|
|
|
|
Attributes
|
|
## Attributes:
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|------------|-------------------|-------------|--------------------|
|
|
|------------|-------------------|-------------|--------------------|
|
|
| multiplier | m | | 0.1 |
|
|
| multiplier | m | | 0.1 |
|
|
| maxabsorb | maxshield, ma, ms | | Multiplier's value |
|
|
| maxabsorb | maxshield, ma, ms | | Multiplier's value |
|
|
|
|
|
|
|
|
## Examples:
|
|
|
|
Adds shield absorption hearts to caster with a multiplier.
|
|
Examples
|
|
```yaml
|
|
--------
|
|
Skills:
|
|
|
|
- shieldPercent{multiplier=2;mS=2.5} @self ~onTimer:2000
|
|
Skills:
|
|
- ...
|
|
- shieldPercent{multiplier=2;mS=2.5} @self ~onTimer:2000
|
|
``` |
|
- ... |
|
\ No newline at end of file |
|
\ No newline at end of file |
|
|