diff --git a/eco-core/core-plugin/src/main/resources/enchants/carve.yml b/eco-core/core-plugin/src/main/resources/enchants/carve.yml new file mode 100644 index 00000000..3bbc093f --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/carve.yml @@ -0,0 +1,28 @@ +display-name: Carve +description: "%placeholder%% chance to heavily damage all entities around attacked entity" +placeholder: '10*%level%' +type: special + +targets: +- axes +conflicts: + - cleave +rarity: special +max-level: 8 + +tradeable: true +discoverable: true +enchantable: true + +effects: + - id: damage_nearby_entities + args: + chance: "10*%level%" + damage: 2 + radius: "0.5*%level%" + entities: [] + damage_as_player: true + damage_self: false + triggers: + - melee_attack +conditions: []