|
|
Mechanic: HealPercent
|
|
|
=====================
|
|
|
|
|
|
*Added in version 2.3*
|
|
|
|
|
|
Heals the target entity for a percentage of its max-health. Like the
|
|
|
heal skill, can also overheal mobs by a percentage.
|
|
|
|
... | ... | @@ -12,7 +10,7 @@ Attributes |
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|------------|---------|-------------------------------------------------------------|---------|
|
|
|
| multiplier | m | The percentage to heal, refers to the targets max-health | [1] 0.1 |
|
|
|
| overheal | | Whether or not to apply overhealing as additional MaxHealth | false |
|
|
|
| overheal | oh | Whether or not to apply overhealing as additional MaxHealth | false |
|
|
|
|
|
|
|
|
|
|
... | ... | @@ -25,4 +23,4 @@ gets to attack. |
|
|
Skills:
|
|
|
- healpercent{m=0.2} @self ~onAttack
|
|
|
|
|
|
[1] 1 = 100 %, 0.5 = 50 % and so on... |
|
|
[1] 1 = 100 %, 0.5 = 50 % and so on... |
|
|
\ No newline at end of file |