If i add something like this to items.xml
" <attribute key="attackSpeed" value="500"/>"
How does it count?
its +500% attack speed? +50% or what?
0 = 0 ms each hit (1000 times per second (1000 ms = 1 second))
100 = 100 ms each hit (10 times each second)
500 = 500 ms each hit (2 times each second)
1000 = 1000 ms each hit (1 time each second)
2000 = 2000 ms each hit (1 time each 2 seconds)