diff --git a/eco-core/core-plugin/src/main/resources/enchants/abattoir.yml b/eco-core/core-plugin/src/main/resources/enchants/abattoir.yml new file mode 100644 index 00000000..b04a9059 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/abattoir.yml @@ -0,0 +1,35 @@ +display-name: Abattoir +description: Deal %placeholder%% more damage against passive mobs +placeholder: '30 * %level%)' +type: normal + +targets: +- trident +conflicts: [] +rarity: common +max-level: 5 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.3 * %level% + triggers: + - trident_attack + filters: + entities: + - cow + - sheep + - pig + - horse + - parrot + - cat + - ocelots + - fox + - villager + - axolotl + - chicken +conditions: [] diff --git a/eco-core/core-plugin/src/main/resources/enchants/aerial.yml b/eco-core/core-plugin/src/main/resources/enchants/aerial.yml new file mode 100644 index 00000000..a5a5a436 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/aerial.yml @@ -0,0 +1,24 @@ +display-name: Aerial +description: Deal %placeholder%% more arrow damage when you are in air +placeholder: '10*%level%' +type: normal + +targets: +- bow +- crossbow +conflicts: [] +rarity: epic +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.1 * %level% + triggers: + - trident_attack +conditions: + - id: in_air