From db6aa4351a8f1a19e05465bad2ebfe6a25c8fdbf Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 27 Sep 2022 18:09:40 +0100 Subject: [PATCH] Added metabolism --- .../main/resources/enchants/metabolism.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/metabolism.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/metabolism.yml b/eco-core/core-plugin/src/main/resources/enchants/metabolism.yml new file mode 100644 index 00000000..8c1e1b15 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/metabolism.yml @@ -0,0 +1,21 @@ +display-name: "Metabolism" +description: "Increases the hunger gained by eating food by &a%placeholder%%" +placeholder: "%level% * 12.5" +type: normal + +targets: + - chestplate +conflicts: [ ] +rarity: legendary +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: food_multiplier + args: + multiplier: "1 * %level% * 0.125" + +conditions: [ ]