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/frost/breath_of_agony.json5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/death_knights/spells/frost/breath_of_agony.json5 (limited to 'config/death_knights/spells/frost/breath_of_agony.json5') diff --git a/config/death_knights/spells/frost/breath_of_agony.json5 b/config/death_knights/spells/frost/breath_of_agony.json5 new file mode 100644 index 0000000..ed7384d --- /dev/null +++ b/config/death_knights/spells/frost/breath_of_agony.json5 @@ -0,0 +1,17 @@ +{ + // How frequently the spell damages entities in ticks. 20 ticks is 1 second. + // Default: 5 ticks + "tick_rate": 5, + // The length of the breath. This applies for both the particles and damage. + // Default: 3 blocks + "length": 3.0, + // The damage scaling of the spell. This multiplies the base frost power of the caster to output damage. + // Default: 0.5x + "damage_frost_scaling": 0.35, + // The multiplier for critical damage. This is multiplied to the damage if the spell crits. + // Default: 2.0x + "damage_critical_scaling": 2.0, + // The amount of ticks the victim gets frozen after being hit. 20 ticks is 1 second. + // Default: 20 ticks + "frozen_ticks": 20 +} \ No newline at end of file -- cgit v1.2.3