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/enchants/decaying.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/death_knights/enchants/decaying.json5 (limited to 'config/death_knights/enchants/decaying.json5') 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 -- cgit v1.2.3