mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
added defusion.yml
This commit is contained in:
parent
b853b06318
commit
68f6533118
@ -0,0 +1,26 @@
|
||||
display-name: "Defusion"
|
||||
description: "&8Deal &a%placeholder%% &8more damage against creepers"
|
||||
placeholder: "%level% * 10"
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- swords
|
||||
- axes
|
||||
conflicts: []
|
||||
rarity: common
|
||||
max-level: 5
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: "1 + 0.1 * %level%"
|
||||
triggers:
|
||||
- melee_attack
|
||||
filters:
|
||||
entities:
|
||||
- creeper
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user