mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-25 00:51:20 +01:00
fixed defusion.yml
added dexterous.yml
This commit is contained in:
parent
68f6533118
commit
802d06f492
@ -4,9 +4,16 @@ placeholder: "%level% * 10"
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- swords
|
||||
- axes
|
||||
conflicts: []
|
||||
- sword
|
||||
- axe
|
||||
conflicts:
|
||||
- sharpness
|
||||
- bane_of_arthropods
|
||||
- smite
|
||||
- butchering
|
||||
- razor
|
||||
- ender_slayer
|
||||
- introversion
|
||||
rarity: common
|
||||
max-level: 5
|
||||
|
||||
|
@ -0,0 +1,23 @@
|
||||
display-name: "Dexterous"
|
||||
description: "&8Increases attack speed by &a%placeholder%%"
|
||||
placeholder: '%level% * 10'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
conflicts: []
|
||||
rarity: epic
|
||||
max-level: 2
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: attack_speed_multiplier
|
||||
args:
|
||||
multiplier: "1 + 0.1 * %level%"
|
||||
triggers:
|
||||
- melee_attack
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user