MineCICD added "plugins"
This commit is contained in:
23
plugins/EcoEnchants/enchants/caffeinated.yml
Normal file
23
plugins/EcoEnchants/enchants/caffeinated.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
display-name: "Caffeinated"
|
||||
description: "Gives a &a%placeholder%%&r bonus to attack speed while sprinting"
|
||||
placeholder: "5 * %level%"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
conflicts: [ ]
|
||||
rarity: rare
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: attack_speed_multiplier
|
||||
args:
|
||||
multiplier: "1 + %level% * 0.05"
|
||||
triggers: [ ]
|
||||
|
||||
conditions:
|
||||
- id: is_sprinting
|
Reference in New Issue
Block a user