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/unholy/plagues.json5 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/death_knights/spells/unholy/plagues.json5 (limited to 'config/death_knights/spells/unholy/plagues.json5') diff --git a/config/death_knights/spells/unholy/plagues.json5 b/config/death_knights/spells/unholy/plagues.json5 new file mode 100644 index 0000000..51185fc --- /dev/null +++ b/config/death_knights/spells/unholy/plagues.json5 @@ -0,0 +1,21 @@ +{ + // List of plagues that Unholy Death Knights can apply. + // Any effect from any mod can be a plague. + // The weight is used to determine the chance of applying the plague, the higher the weight, the higher the chance. + // The max stacks is the maximum amount of stacks the plague can have when applied by an ability. + // The duration is how long the plague lasts in ticks, applied stacks won't extend this duration. + "plagues": [ + { + "effect_id": "death_knights:grevious_plague", + "max_stacks": 4, + "duration_ticks": 400, + "weight": 50 + }, + { + "effect_id": "death_knights:atrocious_plague", + "max_stacks": 4, + "duration_ticks": 400, + "weight": 50 + } + ] +} \ No newline at end of file -- cgit v1.2.3