diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/death_knights/spells/unholy/plagues.json5 | |
asd
Diffstat (limited to 'config/death_knights/spells/unholy/plagues.json5')
| -rw-r--r-- | config/death_knights/spells/unholy/plagues.json5 | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
