diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecobosses/boss_fortune.yml b/eco-core/core-plugin/src/main/resources/enchants/ecobosses/boss_fortune.yml new file mode 100644 index 00000000..3339bb07 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/ecobosses/boss_fortune.yml @@ -0,0 +1,27 @@ +display-name: "Boss Fortune" +description: "Gives a &a%placeholder%%&r bonus to boss drop chances" +placeholder: "5 * %level%" +type: normal + +targets: + - sword + - bow + - crossbow + - trident +conflicts: [ ] +rarity: common +max-level: 5 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: boss_drop_chance_multiplier + args: + multiplier: "1 + 0.05 * %level%" + +conditions: [ ] + +dependencies: + - EcoBosses \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/crit_luck.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/crit_luck.yml index d7ba41ff..944b1077 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/crit_luck.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/crit_luck.yml @@ -1,12 +1,12 @@ display-name: "Crit Luck" description: "Gives &a+%placeholder%&r %ecoskills_crit_chance_name%" placeholder: "4 * %level%" -type: spell +type: normal targets: - sword conflicts: [ ] -rarity: common +rarity: uncommon max-level: 3 tradeable: true diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/forceful_crit.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/forceful_crit.yml index cc621b6b..b69a1926 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/forceful_crit.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/forceful_crit.yml @@ -1,12 +1,12 @@ display-name: "Forceful Crit" description: "Gives &a+%placeholder%&r %ecoskills_crit_damage_name%" placeholder: "3 + 2 * %level%" -type: spell +type: normal targets: - sword conflicts: [ ] -rarity: common +rarity: rare max-level: 6 tradeable: true diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/overload.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/overload.yml new file mode 100644 index 00000000..d56e1aea --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/overload.yml @@ -0,0 +1,30 @@ +display-name: "Overload" +description: "Gives &a+%placeholder%&r %ecoskills_crit_chance_name%&r and &a+%placeholder%&r %ecoskills_crit_damage_name%" +placeholder: "1 * %level%" +type: normal + +targets: + - bow + - crossbow +conflicts: [ ] +rarity: rare +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: add_stat + args: + stat: crit_chance + amount: "1 * %level%" + - id: add_stat + args: + stat: crit_damage + amount: "1 * %level%" + +conditions: [ ] + +dependencies: + - EcoSkills \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/vicious.yml b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/vicious.yml index de0f5979..275e2d98 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/ecoskills/vicious.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/ecoskills/vicious.yml @@ -1,12 +1,12 @@ display-name: "Vicious" description: "Gives &a+%placeholder%&r %ecoskills_ferocity_name%" placeholder: "5 + 5 * %level%" -type: spell +type: normal targets: - sword conflicts: [ ] -rarity: epic +rarity: legendary max-level: 3 tradeable: true