From ed68856643150fa4bdaa47706640e36e1d8fba2b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 6 Sep 2022 11:23:13 +0100 Subject: [PATCH] Removed supercritical, buffed flashbang --- .../src/main/resources/enchants/flashbang.yml | 2 +- .../main/resources/enchants/supercritical.yml | 27 ------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 eco-core/core-plugin/src/main/resources/enchants/supercritical.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/flashbang.yml b/eco-core/core-plugin/src/main/resources/enchants/flashbang.yml index f88e2e04..92e0b65f 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/flashbang.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/flashbang.yml @@ -20,7 +20,7 @@ effects: args: effect: blindness level: 3 - duration: 30 + duration: 50 apply_to_player: false - id: play_sound args: diff --git a/eco-core/core-plugin/src/main/resources/enchants/supercritical.yml b/eco-core/core-plugin/src/main/resources/enchants/supercritical.yml deleted file mode 100644 index bcf38361..00000000 --- a/eco-core/core-plugin/src/main/resources/enchants/supercritical.yml +++ /dev/null @@ -1,27 +0,0 @@ -display-name: "Supercritical" -description: "Gives a &a%chance%%&r chance to deal &a%damage%x&r damage" -placeholders: - chance: "%level% / 2" - damage: "2 + floor(%level%/2)" -type: normal - -targets: - - sword - - axe -conflicts: [ ] -rarity: uncommon -max-level: 3 - -tradeable: true -discoverable: true -enchantable: true - -effects: - - id: damage_multiplier - args: - chance: "%level% / 200" - multiplier: "2 + floor(%level%/2)" - triggers: - - melee_attack - -conditions: [ ]