diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecojobs/hard_worker.yml b/eco-core/core-plugin/src/main/resources/enchants/ecojobs/hard_worker.yml new file mode 100644 index 00000000..75669f16 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/ecojobs/hard_worker.yml @@ -0,0 +1,24 @@ +display-name: "Hard Worker" +description: "Gives a &a%placeholder%%&r boost to job experience" +placeholder: "%level% * 2" +type: normal + +targets: + - armor +conflicts: [ ] +rarity: legendary +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: job_xp_multiplier + args: + multiplier: "1 + 0.02 * %level%" + +conditions: [ ] + +dependencies: + - EcoJobs \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/enriched_plating.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/enriched_plating.yml index 3ae8d1ac..97917bca 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/enriched_plating.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/enriched_plating.yml @@ -4,10 +4,7 @@ placeholder: "3 * %level%" type: normal targets: - - helmet - - chestplate - - leggings - - boots + - armor conflicts: - sorcery - chemist 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 index 1a409e71..339983b1 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/superior.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/superior.yml @@ -19,3 +19,6 @@ effects: multiplier: "1 + 0.02 * %level%" conditions: [ ] + +dependencies: + - EcoSkills \ No newline at end of file