MineCICD added "plugins"
This commit is contained in:
22
plugins/EcoEnchants/enchants/dexterity.yml
Normal file
22
plugins/EcoEnchants/enchants/dexterity.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
display-name: "Dexterity"
|
||||
description: "Increases 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%"
|
||||
|
||||
conditions: []
|
Reference in New Issue
Block a user