diff options
Diffstat (limited to 'config/death_knights/spells/blood/death_strike.json5')
| -rw-r--r-- | config/death_knights/spells/blood/death_strike.json5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/death_knights/spells/blood/death_strike.json5 b/config/death_knights/spells/blood/death_strike.json5 new file mode 100644 index 0000000..7e9cd35 --- /dev/null +++ b/config/death_knights/spells/blood/death_strike.json5 @@ -0,0 +1,11 @@ +{ + // The amount of health the death knight will heal when Death Strike is used. + // Default: 0.10, (10%) of the Death Knight's Max Health + "max_health_healing": 0.1, + // If the death knight's health is full, should the spell apply an absorption effect instead? + // Default: true + "apply_absorption_if_full": true, + // The duration of the absorption effect in ticks. 20 ticks is 1 second. + // Default: 160 ticks (8 seconds) + "absorption_duration": 160 +}
\ No newline at end of file |
