From 8ac581a2c6d5d0d4b6721eab944d7ff8dc379173 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 5 Sep 2022 16:54:52 +0100 Subject: [PATCH] Added streamlining --- .../main/resources/enchants/streamlining.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/streamlining.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/streamlining.yml b/eco-core/core-plugin/src/main/resources/enchants/streamlining.yml new file mode 100644 index 00000000..ca160375 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/streamlining.yml @@ -0,0 +1,21 @@ +display-name: "Streamlining" +description: "Gives a &a%placeholder%%&r boost to movement speed" +placeholder: "%level% * 20" +type: special + +targets: + - boots +conflicts: [ ] +rarity: special +max-level: 4 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: movement_speed_multiplier + args: + multiplier: "1 + %level% * 0.2" + +conditions: [ ]