summaryrefslogtreecommitdiff
path: root/config/death_knights/spells/frost
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/frost
asd
Diffstat (limited to 'config/death_knights/spells/frost')
-rw-r--r--config/death_knights/spells/frost/breath_of_agony.json517
-rw-r--r--config/death_knights/spells/frost/obliterate.json58
-rw-r--r--config/death_knights/spells/frost/remorseless_winter.json520
3 files changed, 45 insertions, 0 deletions
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
diff --git a/config/death_knights/spells/frost/obliterate.json5 b/config/death_knights/spells/frost/obliterate.json5
new file mode 100644
index 0000000..550ab74
--- /dev/null
+++ b/config/death_knights/spells/frost/obliterate.json5
@@ -0,0 +1,8 @@
+{
+ // Defines the extension of the Remorseless Winter spell in ticks. 20 ticks is 1 second.
+ // Default: 20 ticks
+ "remorseless_winter_extension_ticks": 20,
+ // Defines the extension of the Breath of Agony spell in ticks. 20 ticks is 1 second.
+ // Default: 40 ticks
+ "breath_of_agony_extension_ticks": 40
+} \ No newline at end of file
diff --git a/config/death_knights/spells/frost/remorseless_winter.json5 b/config/death_knights/spells/frost/remorseless_winter.json5
new file mode 100644
index 0000000..906fabb
--- /dev/null
+++ b/config/death_knights/spells/frost/remorseless_winter.json5
@@ -0,0 +1,20 @@
+{
+ // How frequently the spell damages entities in ticks. 20 ticks is 1 second.
+ // Default: 5 ticks
+ "tick_rate": 5,
+ // The radius of the spell. This applies for both the particles and damage.
+ // Default: 4 blocks
+ "radius": 4.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.25,
+ // 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,
+ // Chance per tick to apply frozen to the target
+ // Default: 0.10 (10%)
+ "frozen_chance": 0.1
+} \ No newline at end of file