From 2d1819b5b82898979a163342671a679253ff4ade Mon Sep 17 00:00:00 2001 From: MillionthOdin16 <102247808+MillionthOdin16@users.noreply.github.com> Date: Sat, 24 Sep 2022 19:45:28 -0400 Subject: [PATCH] Fix OP bug Pretty sure this had a misconfig. It was doing 12.5 damage multiplier at level 5 instead of 12.5 bonus damage. Fixed by changing damage_multiplier to damage_victim --- .../core-plugin/src/main/resources/enchants/introversion.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/introversion.yml b/eco-core/core-plugin/src/main/resources/enchants/introversion.yml index e4a071eb..ee892049 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/introversion.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/introversion.yml @@ -18,9 +18,10 @@ discoverable: true enchantable: true effects: - - id: damage_multiplier + - id: damage_victim args: - multiplier: "2.5 * %level%" + damage: "2.5 * %level%" + use_source: false # If the player should be marked as the damager, will trigger melee_damage and run listeners: set to false if you don't know what this means triggers: - melee_attack filters: