From 8e019e3e6a2ce84f8b3516e2a21bd44ffecd99ef Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 26 Sep 2022 17:35:09 +0100 Subject: [PATCH] Fixed soul storm --- eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml b/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml index e1769972..1297bceb 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/soul_storm.yml @@ -1,5 +1,5 @@ display-name: "Soul Storm" -description: "Gives a &a%bonus%%&r to attack damage for &a%seconds%%&r seconds at the expense of &a3&r hearts" +description: "Gives a &a%bonus%%&r to attack damage for &a%seconds%&r seconds at the expense of &a3&r hearts" placeholders: bonus: "150 + 50 * %level%" seconds: "15 + 5 * %level%"