• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Movement/ Attack Speed Table

Status
Not open for further replies.
Level 8
Joined
Sep 30, 2012
Messages
205
If u ever asked yourself: when is a unit considered slow or fast?

attachment.php


movement speed, attack speed, table
 

Attachments

  • Movement Attack Speed Table.jpg
    Movement Attack Speed Table.jpg
    411.7 KB · Views: 926
Level 26
Joined
Aug 18, 2009
Messages
4,099
The values are noted in UI\MiscData.txt

[InfoPanel]
MeleeRangeMax=128
SpeedVerySlow=175 // lower bound, everything below this is "very slow"
SpeedSlow=220
SpeedAverage=280
SpeedFast=350 // upper bound, everything above this is "very fast"
AttackVerySlow=3 // upper bound, everything above this is "very slow"
AttackSlow=2
AttackAverage=1.5
AttackFast=1 // lower bound, everything below this is "very fast"
 
Status
Not open for further replies.
Top