Changes
Page history
standardized hyperlink format
authored
Mar 27, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/percentdamage.md
View page @
62c07632
## Description
Deals damage equal to a percent of the player's max health, where 1 is
100%. Inherits every attribute of the
[
Damage
](
skills/mechanics/damage
)
mechanic.
100%. Inherits every attribute of the
[
Damage
](
/
skills/mechanics/damage
)
mechanic.
## Attributes
...
...
@@ -8,7 +8,7 @@ Deals damage equal to a percent of the player's max health, where 1 is
|-----------|-----------|----------------------------------------------------------------------|---------|
| percent | p | The percentage to damage the target | 0.1 |
| currentHealth | current, c, ch |Whether it calculates the percent from your original or current health| false |
> This mechanic inherits every attribute of the [damage](skills/mechanics/damage) mechanic
> This mechanic inherits every attribute of the [damage](
/
skills/mechanics/damage) mechanic
>> The `amount` attribute is ignored
...
...
...
...