From a147ac6e6cc51c96b883f48b7e9027d3bec7a856 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 5 Sep 2022 15:33:02 +0100 Subject: [PATCH] Added thrive, renamed arcanic to arcane defence --- .../{arcanic.yml => arcane_defence.yml} | 8 +++---- .../src/main/resources/enchants/thrive.yml | 21 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) rename eco-core/core-plugin/src/main/resources/enchants/{arcanic.yml => arcane_defence.yml} (77%) create mode 100644 eco-core/core-plugin/src/main/resources/enchants/thrive.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/arcanic.yml b/eco-core/core-plugin/src/main/resources/enchants/arcane_defence.yml similarity index 77% rename from eco-core/core-plugin/src/main/resources/enchants/arcanic.yml rename to eco-core/core-plugin/src/main/resources/enchants/arcane_defence.yml index 7f264301..cb7829f9 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/arcanic.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/arcane_defence.yml @@ -1,13 +1,13 @@ -display-name: "Arcanic" +display-name: "Arcane Defence" description: "&a%placeholder%% &8chance to ignore potion damage" -placeholder: "%level% * 8" +placeholder: "%level% * 4" type: normal targets: - armor conflicts: [ ] rarity: epic -max-level: 6 +max-level: 5 tradeable: true discoverable: true @@ -16,7 +16,7 @@ enchantable: true effects: - id: cancel_event args: - chance: "%level% * 8" + chance: "%level% * 4" triggers: - take_damage filters: diff --git a/eco-core/core-plugin/src/main/resources/enchants/thrive.yml b/eco-core/core-plugin/src/main/resources/enchants/thrive.yml new file mode 100644 index 00000000..ba979df8 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/thrive.yml @@ -0,0 +1,21 @@ +display-name: "Thrive" +description: "Gives &a%placeholder%&8 bonus health" +placeholder: "%level% * 2" +type: normal + +targets: + - armor +conflicts: [ ] +rarity: legendary +max-level: 2 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: bonus_health + args: + health: "%level% * 2" + +conditions: [ ]