summaryrefslogtreecommitdiff
path: root/config/death_knights/spells/blood/death_strike.json5
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/death_knights/spells/blood/death_strike.json5
asd
Diffstat (limited to 'config/death_knights/spells/blood/death_strike.json5')
-rw-r--r--config/death_knights/spells/blood/death_strike.json511
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