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/blood/marrowrend.json5 | |
asd
Diffstat (limited to 'config/death_knights/spells/blood/marrowrend.json5')
| -rw-r--r-- | config/death_knights/spells/blood/marrowrend.json5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/death_knights/spells/blood/marrowrend.json5 b/config/death_knights/spells/blood/marrowrend.json5 new file mode 100644 index 0000000..fc571e5 --- /dev/null +++ b/config/death_knights/spells/blood/marrowrend.json5 @@ -0,0 +1,17 @@ +{ + // The effect to apply to the Death Knight when hitting an enemy. + // Default: minecraft:resistance + "effect_to_apply": "minecraft:resistance", + // The amount of the effect's stacks given when hitting an enemy. + // Default: 3 stacks (Resistance III) + "stack_amount": 3, + // The maximum amount of the effect that Marrowrend should stack up to. + // Default: 4 stacks + "max_stacks": 4, + // The duration of the resistance effect in ticks. 20 ticks is 1 second. + // Default: 200 ticks (10 seconds) + "effect_duration": 200, + // The chance to reduce the stack count by 1 when an enemy hits the Death Knight. + // Default: 1.00 (100% chance) + "stack_reduction_chance": 1.0 +}
\ No newline at end of file |
