diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/superior.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/superior.yml new file mode 100644 index 00000000..1a409e71 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/superior.yml @@ -0,0 +1,21 @@ +display-name: "Superior" +description: "Gives a &a%placeholder%%&r boost to all stats" +placeholder: "%level% * 2" +type: special + +targets: + - armor +conflicts: [ ] +rarity: veryspecial +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: multiply_all_stats + args: + multiplier: "1 + 0.02 * %level%" + +conditions: [ ]