diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/death_knights/spells/unholy/death_coil.json5 | |
asd
Diffstat (limited to 'config/death_knights/spells/unholy/death_coil.json5')
| -rw-r--r-- | config/death_knights/spells/unholy/death_coil.json5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/death_knights/spells/unholy/death_coil.json5 b/config/death_knights/spells/unholy/death_coil.json5 new file mode 100644 index 0000000..bdaffc5 --- /dev/null +++ b/config/death_knights/spells/unholy/death_coil.json5 @@ -0,0 +1,8 @@ +{ + // The unholy power multiplier that Death Coil's plague explosion will deal, per stack. + "unholy_coefficent": 0.35, + // The maxmimum plague stacks that Death Coil will explode. + "plague_stacks": 4, + // The radius of the plague spread once stacks explode. + "spread_radius": 5.0 +}
\ No newline at end of file |
