mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-15 04:21:20 +01:00
Added lifesteal
This commit is contained in:
parent
f58d1018a6
commit
e28b0dd88b
@ -0,0 +1,23 @@
|
|||||||
|
display-name: "Lifesteal"
|
||||||
|
description: "Heals &a%placeholder%%&8 of damage dealt"
|
||||||
|
placeholder: "%placeholder% * 10"
|
||||||
|
type: normal
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
conflicts: [ ]
|
||||||
|
rarity: rare
|
||||||
|
max-level: 6
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: give_health
|
||||||
|
args:
|
||||||
|
amount: "%v% * (%level% * 0.1)"
|
||||||
|
triggers:
|
||||||
|
- melee_attack
|
||||||
|
|
||||||
|
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user