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: [ ]