Auxilor / EcoItems

Custom items plugin for the latest spigot version
GNU General Public License v3.0
50 stars 27 forks source link

[BUG] Effect "attack_speed_multiplier" - does not work with a crossbow. #21

Closed Futodama closed 2 years ago

Futodama commented 2 years ago

Effect "attack_speed_multiplier" - does not work with a crossbow.

I wanted to make a Crossbow that gets a 50% recharge boost at night, but when testing the effect does not work out. I tried other values of the acceleration parameter, but it did not lead to anything, the recharge rate does not accelerate in any way.

The reload speed is even inferior to the crossbow with the "quickcharge I" enchantment.

Code:

PrimalPower commented 2 years ago

Attack speed is only for swords. The attack speed stat isn’t a range thing. It controls the Cooldown of melee weapoks in 1.9+

WillFP commented 2 years ago

PrimalPower is right on the money here