From 9a8c71957cbbfdddbea7f4c237c08f4811fd711b Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 18 Feb 2026 21:24:02 +0000 Subject: [PATCH] Add windup to exploit --- .../data/mc_rebalance/enchantment/exploit.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/enchantment/exploit.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/enchantment/exploit.json index 727886a..f777c7c 100644 --- a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/enchantment/exploit.json +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/enchantment/exploit.json @@ -10,6 +10,22 @@ "attribute": "generic.attack_damage", "id": "mc_rebalance:enchantment.exploit", "operation": "add_multiplied_total" + }, + { + "amount": 1024, + "attribute": "generic.attack_speed", + "id": "mc_rebalance:enchantment.windup", + "operation": "add_value" + } + ], + "minecraft:post_attack": [ + { + "affected": "victim", + "enchanted": "attacker", + "effect": { + "type": "mc_rebalance:windup_effect", + "amount": 0.8 + } } ], "minecraft:damage": [