From c41b0b49c4503bbb5053940fa3a7aea50e2982e0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 24 Jun 2024 18:21:39 +0100 Subject: [PATCH] Added density breach and wind burst to vanillaenchants.yml --- .../src/main/resources/vanillaenchants.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/vanillaenchants.yml b/eco-core/core-plugin/src/main/resources/vanillaenchants.yml index 5b7f0a68..76cd8216 100644 --- a/eco-core/core-plugin/src/main/resources/vanillaenchants.yml +++ b/eco-core/core-plugin/src/main/resources/vanillaenchants.yml @@ -283,3 +283,24 @@ swift_sneak: placeholder: "min(%level% * 15, 100)" type: normal rarity: epic + +density: + name: "Density" + description: "Deals &a%placeholder%&r bonus damage" + placeholder: "0.5 * %level%" + type: normal + rarity: common + +breach: + name: "Breach" + description: "Reduces effectiveness of the target's armor by &a%placeholder%%" + placeholder: "15 * %level%" + type: normal + rarity: rare + +wind_burst: + name: "Wind Burst" + description: "Multiplies upwards knockback on smash attacks by &a%placeholder%" + placeholder: "1.15 + 0.35 * %level%" + type: normal + rarity: legendary