added carve.yml
I wanted to pass the damage to damage_nearby_entities to apply a multiplier but i dont think thats possible
This commit is contained in:
28
eco-core/core-plugin/src/main/resources/enchants/carve.yml
Normal file
28
eco-core/core-plugin/src/main/resources/enchants/carve.yml
Normal file
@@ -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: []
|
||||
Reference in New Issue
Block a user