From e11df13f5dd1e4d6d45ffa386f2cd4e9f3cc530a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 4 Oct 2022 15:25:26 +0100 Subject: [PATCH] Added nether prospector --- .../resources/enchants/nether_prospector.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/nether_prospector.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/nether_prospector.yml b/eco-core/core-plugin/src/main/resources/enchants/nether_prospector.yml new file mode 100644 index 00000000..b50f48f9 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/nether_prospector.yml @@ -0,0 +1,28 @@ +display-name: "Nether Prospector" +description: "Gives a &a%placeholder%%&r boost to ancient debris drops" +placeholder: "ceil(((1 / (%level% + 2)) + ((%level% + 1) / 2)) * 100 - 100)" +type: normal + +targets: + - pickaxe +conflicts: + - fortune + - silk_touch +rarity: legendary +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: multiply_drops + args: + on_items: + - ancient_debris + - netherite_scrap + fortune: "%level%" + triggers: + - block_item_drop + +conditions: [ ]