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