#What's the KV for "Base Attack Speed Percentage"? (i.e. new Butterfly)

1 messages · Page 1 of 1 (latest)

sick haven
#

There's plenty of KVs for Attack Speed Percentage on the API, but are any of them for the new Base Attack Speed Percentage that the 7.35 Butterfly now has, or is this a new, hardcoded thing that Valve introduced?

burnt dagger
#

Do you mean "API"? KV is that text file that goes "Health" "300"

sleek mountain
#

the butterfly tooltip claims to increase specifically "base" attack speed. so that wouldnt be it

#

you can check the console commands script_help and script_help2 for the current constants/functions if the api hasnt updated yet.

#

idk if they added a property for it or not

inner glacier
#

Maybe BASE_ATTACK_TIME_PERCENTAGE?

#

Or ATTACKSPEED_BASE_OVERRIDE?

sleek mountain
#

if its either of those they arent new functions, but maybe

#

i think base attack time is BAT though, not attack speed

tepid wigeon
#

butterfly increases the attackspeed gained from agility doesn't it?
couldn't you just give yourself bonus attack speed equal to 20% of your agi?

#

from reading the tooltip thats what it sounds like

inner glacier
tepid wigeon
#

base attack speed = not bonus attack speed from items

#

the update tooltip explains it, the alt tooltip doesn't
I really think it should

burnt dagger
#

It bothers me that it says base attack speed percentage lol, I don't like that

#

But yeah seems like it's a bonus calculated from agi

tepid wigeon
#

well
each hero has a base attack speed, and attack speed from agility can also be considered base (like base damage)
but yes it is poorly worded
it should just say "increases attack speed from agility by 20%"

#

base attack speed is a confusing term

#

actually I feel like that should be a passive effect so that it can be explained

inner glacier
tepid wigeon
#

+20% Attack Speed from Agility

#

but yeah it should really be a passive

#

@sick haven tl;dr

  • there is no enum for the new butterfly effect
  • it increases attack speed gained from agi
  • so use a modifier to give MODIFIER_PROPERTY_ATTACKSPEED_BONUS_CONSTANT based on your agility
slender badge
#

Pretty sure bfly is just 0.2 * GetAgility with the standard bonus attack speed property

#

Doesnt really need a new property to make

tepid wigeon
#

yep thats what we've just been talking about

#

its not very clear in its wording

#

its not exactly 0.2x agi
since there are some heroes with different base attack speeds (not talking about attack time)

#

most heroes have 100, jugg has 110 for example

#

tiny has 90 rip

sick haven
#

Okay, so it isn't a new KV thing, but rather just something that Valve made up then. Gotcha.

#

Thanks, gentlemen.