• 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.

[General] Exact attack / movement speed

Status
Not open for further replies.
Level 3
Joined
Aug 27, 2019
Messages
44
Can I modify unit attack / armor tooltip so that it shows exact attack / movement speed?

On default it is described by words like "Slow" or "Medium".
 
From ui/miscdata.txt
Code:
[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