From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/death_knights/spells/blood/death_strike.json5 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/death_knights/spells/blood/death_strike.json5 (limited to 'config/death_knights/spells/blood/death_strike.json5') 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 -- cgit v1.2.3