|
Mechanic: Heal
|
|
|
|
==============
|
|
==============
|
|
|
|
|
|
Heals the targeted entity for the specified value. Can also "overheal"
|
|
Heals the targeted entity for the specified value. Can also "overheal"
|
... | @@ -14,16 +13,16 @@ Attributes |
... | @@ -14,16 +13,16 @@ Attributes |
|
|
|
|
|
Examples
|
|
Examples
|
|
--------
|
|
--------
|
|
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- heal{amount=20} @self ~onDamaged 0.2
|
|
- heal{amount=20} @self ~onDamaged 0.2
|
|
|
|
```
|
|
Heals the casting mob for 20 health (10 hearts) when it is damaged. (20%
|
|
Heals the casting mob for 20 health (10 hearts) when it is damaged. (20%
|
|
chance)
|
|
chance)
|
|
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- heal{amount=20;overheal=true} @self ~onDamaged 0.2
|
|
- heal{amount=20;overheal=true} @self ~onDamaged 0.2
|
|
|
|
```
|
|
Heals the casting mob for 20 health (10 hearts) when it is damaged. (20%
|
|
Heals the casting mob for 20 health (10 hearts) when it is damaged. (20%
|
|
chance)
|
|
chance)
|
|
|
|
|
... | | ... | |