summaryrefslogtreecommitdiff
path: root/config/death_knights/spells/blood/death_strike.json5
blob: 7e9cd35dfefded5c1cdbfd7bb18ac998587625b8 (plain)
1
2
3
4
5
6
7
8
9
10
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
}