From ef4592dd6ee5c45cf0b82825c236399ea9915b46 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 20:53:55 +0200 Subject: [PATCH] added cubism.yml --- .../src/main/resources/enchants/cubism.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/cubism.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/cubism.yml b/eco-core/core-plugin/src/main/resources/enchants/cubism.yml new file mode 100644 index 00000000..0795658d --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/cubism.yml @@ -0,0 +1,27 @@ +display-name: Cubism +description: Deal %placeholder%% more against slimes and magma cubes +placeholder: '5*%level%' +type: Normal + +targets: +- sword +- axe +conflicts: [] +rarity: rare +max-level: 7 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.05 * %level% + triggers: + - melee_attack + filters: + entities: + - slime + - magma_cube +conditions: []