From 1843f5ba3ec39623f02b2b53628c0d8b55c7e986 Mon Sep 17 00:00:00 2001 From: Sedri05 Date: Tue, 30 Aug 2022 14:34:26 +0200 Subject: [PATCH] added atmospheric.yml fixed aerial.yml --- .../src/main/resources/enchants/aerial.yml | 2 +- .../main/resources/enchants/atmospheric.yml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/atmospheric.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/aerial.yml b/eco-core/core-plugin/src/main/resources/enchants/aerial.yml index a5a5a436..93d7f9db 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/aerial.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/aerial.yml @@ -19,6 +19,6 @@ effects: args: multiplier: 1 + 0.1 * %level% triggers: - - trident_attack + - bow_attack conditions: - id: in_air diff --git a/eco-core/core-plugin/src/main/resources/enchants/atmospheric.yml b/eco-core/core-plugin/src/main/resources/enchants/atmospheric.yml new file mode 100644 index 00000000..57a1af07 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/atmospheric.yml @@ -0,0 +1,23 @@ +display-name: Atmospheric +description: Deal %placeholder%% more trident damage when you are in air +placeholder: '10*%level%' +type: normal + +targets: +- tridents +conflicts: [] +rarity: epic +max-level: 3 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_multiplier + args: + multiplier: 1 + 0.1 * %level% + triggers: + - bow_attack +conditions: + - id: in_air