Goodgame Studios forum archives

Forum: empire-en
Board: [589] Strategy & Tactics Discussion
Topic: [104557] Speed equation

[1799760] dueltheabdul (INT1) [None] :: June 30, 2014, 4:21 p.m.
Time for this again. For some reason I looked through this and I think I found how to implement the commander bonus.

I can't remember if we did find a way or not, but whatever.

Couple of Formulas here:

C= (B/100) + 1
S= C*s

T= (100/S)*D

B is the commander speed bonus
s is the base speed unit
S is the speed unit with bonuses
D is the distance
T is the time in minutes

If somebody can go and try this out with different speed units and distances, I would be glad :)


Please be careful of other bonuses such as the speed bonus from the premium mode.

We could also use this to do the horse bonus as well.

C = (B/100)+1
S= C*s
F= [(D/10)*H]/100 + 1
X= F*S
T= (100/X)* D

This worked for me.

Note: I am doing multiple formulas to avoid confusion and to avoid mistakes. Also please follow the Order of Operations :)

-Abdul