24 lines
406 B
YAML
24 lines
406 B
YAML
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
|