From 8e50189d4568656102cbf2a114e7fc030410900f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 14 Sep 2022 16:21:21 +0100 Subject: [PATCH] Fixed stimulating --- .../core-plugin/src/main/resources/enchants/stimulating.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml b/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml index 5350f29c..782858f7 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/stimulating.yml @@ -21,7 +21,8 @@ effects: args: effects: - id: multiply_all_stats - multiplier: "1 + 0.1 * %level%" + args: + multiplier: "1 + 0.1 * %level%" conditions: [ ] duration: "3 * %level% * 20"