[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