mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-24 00:41:23 +01:00
added cleave.yml
same story as carve
This commit is contained in:
parent
2bba005b46
commit
8696cddbd3
28
eco-core/core-plugin/src/main/resources/enchants/cleave.yml
Normal file
28
eco-core/core-plugin/src/main/resources/enchants/cleave.yml
Normal file
@ -0,0 +1,28 @@
|
||||
display-name: Cleave
|
||||
description: "%placeholder%% chance to damage all entities around attacked entity"
|
||||
placeholder: '5*%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- axes
|
||||
conflicts:
|
||||
- carve
|
||||
rarity: common
|
||||
max-level: 8
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_nearby_entities
|
||||
args:
|
||||
chance: "5*%level%"
|
||||
damage: 2
|
||||
radius: "0.25*%level%"
|
||||
entities: [ ]
|
||||
damage_as_player: true
|
||||
damage_self: false
|
||||
triggers:
|
||||
- melee_attack
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user