mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-29 16:15:17 +01:00
added bleed.yml
This commit is contained in:
parent
c918f216bf
commit
e84d9fa270
23
eco-core/core-plugin/src/main/resources/enchants/bleed.yml
Normal file
23
eco-core/core-plugin/src/main/resources/enchants/bleed.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
display-name: Bleed
|
||||||
|
description: Causes your opponent to bleed, damaging them repeatedly
|
||||||
|
placeholder: '1.5 * %level%'
|
||||||
|
type: normal
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
conflicts: []
|
||||||
|
rarity: legendary
|
||||||
|
max-level: 7
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: bleed
|
||||||
|
args:
|
||||||
|
chance: 1.5 * %level%
|
||||||
|
damage: 1
|
||||||
|
interval: 15
|
||||||
|
amount: 2 * %level%
|
||||||
|
conditions: []
|
Loading…
Reference in New Issue
Block a user