summaryrefslogtreecommitdiff
path: root/config/death_knights/enchants/decaying.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/enchants/decaying.json5
asd
Diffstat (limited to 'config/death_knights/enchants/decaying.json5')
-rw-r--r--config/death_knights/enchants/decaying.json515
1 files changed, 15 insertions, 0 deletions
diff --git a/config/death_knights/enchants/decaying.json5 b/config/death_knights/enchants/decaying.json5
new file mode 100644
index 0000000..ed90bb8
--- /dev/null
+++ b/config/death_knights/enchants/decaying.json5
@@ -0,0 +1,15 @@
+{
+ // Decaying Enchantment.
+ // This enchantment increases the damage dealt by Unholy and Blood spells.
+ //
+ // Whether this enchantment should be enabled or not.
+ "enabled": true,
+ // Maximum level of the enchantment.
+ "max_level": 5,
+ // The minimum cost of the enchantment; at level 1.
+ "min_cost": 10,
+ // The additional cost per level, after level 1.
+ "step_cost": 9,
+ // The bonus damage per level.
+ "bonus_per_level": 0.03
+} \ No newline at end of file